packaging: bump tools to 0.8.3
This commit is contained in:
parent
1f62b8f836
commit
bd6cbeb927
3 changed files with 5 additions and 5 deletions
|
|
@ -16,7 +16,7 @@ General
|
|||
authentication backend is enabled users can now enable fallback auth if
|
||||
they cannot log-in due to external servers being down
|
||||
- Bumped Mercurial to 3.8.3 version
|
||||
- Bumped RhodeCode Tools to 0.8.2 version
|
||||
- Bumped RhodeCode Tools to 0.8.3 version
|
||||
|
||||
New Features
|
||||
^^^^^^^^^^^^
|
||||
|
|
|
|||
|
|
@ -1047,13 +1047,13 @@
|
|||
src = ./.;
|
||||
};
|
||||
rhodecode-tools = super.buildPythonPackage {
|
||||
name = "rhodecode-tools-0.8.2";
|
||||
name = "rhodecode-tools-0.8.3";
|
||||
buildInputs = with self; [];
|
||||
doCheck = false;
|
||||
propagatedBuildInputs = with self; [click future six Mako MarkupSafe requests Whoosh elasticsearch elasticsearch-dsl];
|
||||
src = fetchurl {
|
||||
url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.8.2.zip";
|
||||
md5 = "4b65116ad471c7e8ed10aea4e323bd14";
|
||||
url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.8.3.zip";
|
||||
md5 = "9acdfd71b8ddf4056057065f37ab9ccb";
|
||||
};
|
||||
};
|
||||
serpent = super.buildPythonPackage {
|
||||
|
|
|
|||
|
|
@ -124,7 +124,7 @@ pyzmq==14.6.0
|
|||
# TODO: This is not available in public
|
||||
# rc-testdata==0.2.0
|
||||
|
||||
https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.8.2.zip#md5=4b65116ad471c7e8ed10aea4e323bd14
|
||||
https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.8.3.zip#md5=9acdfd71b8ddf4056057065f37ab9ccb
|
||||
|
||||
|
||||
recaptcha-client==1.0.6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue