dependencies: bumped rhodecode tools to version 0.12.0

This commit is contained in:
Marcin Kuzminski 2017-04-18 17:40:33 +02:00
parent b42a7f0e20
commit 4cf5918e77
3 changed files with 5 additions and 4 deletions

View file

@ -1651,13 +1651,13 @@
};
};
rhodecode-tools = super.buildPythonPackage {
name = "rhodecode-tools-0.11.0";
name = "rhodecode-tools-0.12.0";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [click future six Mako MarkupSafe requests elasticsearch elasticsearch-dsl urllib3 Whoosh];
src = fetchurl {
url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.11.0.tar.gz?md5=e5fd0a8363af08a0ced71b50ca9cce15";
md5 = "e5fd0a8363af08a0ced71b50ca9cce15";
url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.12.0.tar.gz?md5=9ca040356fa7e38d3f64529a4cffdca4";
md5 = "9ca040356fa7e38d3f64529a4cffdca4";
};
meta = {
license = [ { fullName = "AGPLv3 and Proprietary"; } ];

View file

@ -127,7 +127,7 @@ CProfileV==1.0.6
bottle==0.12.8
## rhodecode-tools, special case
https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.11.0.tar.gz?md5=e5fd0a8363af08a0ced71b50ca9cce15#egg=rhodecode-tools==0.11.0
https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.12.0.tar.gz?md5=9ca040356fa7e38d3f64529a4cffdca4#egg=rhodecode-tools==0.12.0
## appenlight
appenlight-client==0.6.14

View file

@ -344,6 +344,7 @@ def _prepushhook(*args, **kwargs):
:param action: push
:param repository: repository name
:param repo_store_path: full path to where repositories are stored
:param commit_ids: list of pushed commit ids
"""
expected_parameters = (