##// END OF EJS Templates
packaging: bump tools to 0.8.3
marcink -
r162:60aa1726 default
parent child Browse files
Show More
@@ -16,7 +16,7 b' General'
16 16 authentication backend is enabled users can now enable fallback auth if
17 17 they cannot log-in due to external servers being down
18 18 - Bumped Mercurial to 3.8.3 version
19 - Bumped RhodeCode Tools to 0.8.2 version
19 - Bumped RhodeCode Tools to 0.8.3 version
20 20
21 21 New Features
22 22 ^^^^^^^^^^^^
@@ -1047,13 +1047,13 b''
1047 1047 src = ./.;
1048 1048 };
1049 1049 rhodecode-tools = super.buildPythonPackage {
1050 name = "rhodecode-tools-0.8.2";
1050 name = "rhodecode-tools-0.8.3";
1051 1051 buildInputs = with self; [];
1052 1052 doCheck = false;
1053 1053 propagatedBuildInputs = with self; [click future six Mako MarkupSafe requests Whoosh elasticsearch elasticsearch-dsl];
1054 1054 src = fetchurl {
1055 url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.8.2.zip";
1056 md5 = "4b65116ad471c7e8ed10aea4e323bd14";
1055 url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.8.3.zip";
1056 md5 = "9acdfd71b8ddf4056057065f37ab9ccb";
1057 1057 };
1058 1058 };
1059 1059 serpent = super.buildPythonPackage {
@@ -124,7 +124,7 b' pyzmq==14.6.0'
124 124 # TODO: This is not available in public
125 125 # rc-testdata==0.2.0
126 126
127 https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.8.2.zip#md5=4b65116ad471c7e8ed10aea4e323bd14
127 https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.8.3.zip#md5=9acdfd71b8ddf4056057065f37ab9ccb
128 128
129 129
130 130 recaptcha-client==1.0.6
General Comments 0
You need to be logged in to leave comments. Login now