pythonPackages.python-jenkins: 0.4.11 -> 0.4.14
This commit is contained in:
parent
a7e861a058
commit
ef8553ba03
@ -18484,10 +18484,10 @@ in {
|
|||||||
|
|
||||||
python-jenkins = buildPythonPackage rec {
|
python-jenkins = buildPythonPackage rec {
|
||||||
name = "python-jenkins-${version}";
|
name = "python-jenkins-${version}";
|
||||||
version = "0.4.11";
|
version = "0.4.14";
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/p/python-jenkins/${name}.tar.gz";
|
url = "mirror://pypi/p/python-jenkins/${name}.tar.gz";
|
||||||
sha256 = "153gm7pmmn0bymglsgcr2ya0752r2v1hajkx73gl1pk4jifb2gdf";
|
sha256 = "1n8ikvd9jf4dlki7nqlwjlsn8wpsx4x7wg4h3d6bkvyvhwwf8yqf";
|
||||||
};
|
};
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
sed -i 's@python@${python.interpreter}@' .testr.conf
|
sed -i 's@python@${python.interpreter}@' .testr.conf
|
||||||
@ -18495,7 +18495,7 @@ in {
|
|||||||
|
|
||||||
buildInputs = with self; [ mock ];
|
buildInputs = with self; [ mock ];
|
||||||
propagatedBuildInputs = with self; [ pbr pyyaml six multi_key_dict testtools
|
propagatedBuildInputs = with self; [ pbr pyyaml six multi_key_dict testtools
|
||||||
testscenarios testrepository ];
|
testscenarios testrepository kerberos ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Python bindings for the remote Jenkins API";
|
description = "Python bindings for the remote Jenkins API";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user