##// END OF EJS Templates
dependencies: bumped rhodecode tools to version 0.12.0
marcink -
r1652:34df37ee default
parent child Browse files
Show More
@@ -1651,13 +1651,13 b''
1651 1651 };
1652 1652 };
1653 1653 rhodecode-tools = super.buildPythonPackage {
1654 name = "rhodecode-tools-0.11.0";
1654 name = "rhodecode-tools-0.12.0";
1655 1655 buildInputs = with self; [];
1656 1656 doCheck = false;
1657 1657 propagatedBuildInputs = with self; [click future six Mako MarkupSafe requests elasticsearch elasticsearch-dsl urllib3 Whoosh];
1658 1658 src = fetchurl {
1659 url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.11.0.tar.gz?md5=e5fd0a8363af08a0ced71b50ca9cce15";
1660 md5 = "e5fd0a8363af08a0ced71b50ca9cce15";
1659 url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.12.0.tar.gz?md5=9ca040356fa7e38d3f64529a4cffdca4";
1660 md5 = "9ca040356fa7e38d3f64529a4cffdca4";
1661 1661 };
1662 1662 meta = {
1663 1663 license = [ { fullName = "AGPLv3 and Proprietary"; } ];
@@ -127,7 +127,7 b' CProfileV==1.0.6'
127 127 bottle==0.12.8
128 128
129 129 ## rhodecode-tools, special case
130 https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.11.0.tar.gz?md5=e5fd0a8363af08a0ced71b50ca9cce15#egg=rhodecode-tools==0.11.0
130 https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.12.0.tar.gz?md5=9ca040356fa7e38d3f64529a4cffdca4#egg=rhodecode-tools==0.12.0
131 131
132 132 ## appenlight
133 133 appenlight-client==0.6.14
@@ -344,6 +344,7 b' def _prepushhook(*args, **kwargs):'
344 344 :param action: push
345 345 :param repository: repository name
346 346 :param repo_store_path: full path to where repositories are stored
347 :param commit_ids: list of pushed commit ids
347 348 """
348 349
349 350 expected_parameters = (
General Comments 0
You need to be logged in to leave comments. Login now