dependencies: bumped rhodecode tools to version 0.12.0
This commit is contained in:
parent
b42a7f0e20
commit
4cf5918e77
3 changed files with 5 additions and 4 deletions
|
|
@ -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"; } ];
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue