pythonPackages.python-jenkins: 0.4.11 -> 0.4.14

This commit is contained in:
Mateusz Kowalczyk 2017-05-18 16:58:52 +01:00
parent a7e861a058
commit ef8553ba03

View file

@ -18484,10 +18484,10 @@ in {
python-jenkins = buildPythonPackage rec {
name = "python-jenkins-${version}";
version = "0.4.11";
version = "0.4.14";
src = pkgs.fetchurl {
url = "mirror://pypi/p/python-jenkins/${name}.tar.gz";
sha256 = "153gm7pmmn0bymglsgcr2ya0752r2v1hajkx73gl1pk4jifb2gdf";
sha256 = "1n8ikvd9jf4dlki7nqlwjlsn8wpsx4x7wg4h3d6bkvyvhwwf8yqf";
};
patchPhase = ''
sed -i 's@python@${python.interpreter}@' .testr.conf
@ -18495,7 +18495,7 @@ in {
buildInputs = with self; [ mock ];
propagatedBuildInputs = with self; [ pbr pyyaml six multi_key_dict testtools
testscenarios testrepository ];
testscenarios testrepository kerberos ];
meta = {
description = "Python bindings for the remote Jenkins API";