Merge pull request #82150 from r-ryantm/auto-update/python2.7-python-jenkins

python27Packages.python-jenkins: 1.6.0 -> 1.7.0
This commit is contained in:
Lancelot SIX 2020-03-09 18:56:43 +01:00 committed by GitHub
commit 92a8bca0d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,11 +15,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "python-jenkins"; pname = "python-jenkins";
version = "1.6.0"; version = "1.7.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1aa6rnzlzdgndiwjdbnklgz5pqy5zd7d6g7bhzsvyf0614z1w010"; sha256 = "01jid5s09lr3kayr2h1z9n8h9nhyw3jxv9c4b5hrlxijknkqzvfy";
}; };
buildInputs = [ mock ]; buildInputs = [ mock ];
@ -32,7 +32,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Python bindings for the remote Jenkins API"; description = "Python bindings for the remote Jenkins API";
homepage = https://pypi.python.org/pypi/python-jenkins; homepage = "https://pypi.python.org/pypi/python-jenkins";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ ma27 ]; maintainers = with maintainers; [ ma27 ];
}; };