summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Dreyer <ktdreyer@ktdreyer.com>2017-05-13 14:11:22 -0600
committerKen Dreyer <ktdreyer@ktdreyer.com>2017-05-13 20:05:08 -0600
commit82099de736a530bbd70448e1d411b43bd2800698 (patch)
treec70f63c92f6e9bc7fde233960f9b9baf5c8157f2
parente94e69a7a7eea0c1c490b4fa956836e2e16db1e4 (diff)
downloadpython-jenkins-v0.4.14-ktdreyer.tar.gz
python-jenkins-v0.4.14-ktdreyer.tar.xz
python-jenkins-v0.4.14-ktdreyer.zip
Update to 0.4.14v0.4.14-ktdreyer
Resolves: rhbz#1267414 Changelog: - Update to 0.4.14 (rhbz#1267414) - Use HTTPS homepage URL - New Source0 PyPI URL - Avoid nose on el7 (LP: #872887) - BR: python-kerberos to make the tests get a bit further
-rw-r--r--.gitignore1
-rw-r--r--python-jenkins.spec26
-rw-r--r--sources2
3 files changed, 20 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
index 3f9dc50..d960f0c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
/python-jenkins-0.4.7.tar.gz
/python-jenkins-0.4.8.tar.gz
/python-jenkins-0.4.12.tar.gz
+/python-jenkins-0.4.14.tar.gz
diff --git a/python-jenkins.spec b/python-jenkins.spec
index df92bc1..239eef4 100644
--- a/python-jenkins.spec
+++ b/python-jenkins.spec
@@ -3,15 +3,14 @@
%endif
Name: python-jenkins
-Version: 0.4.12
-Release: 5%{?dist}
+Version: 0.4.14
+Release: 1%{?dist}
Summary: Python bindings for the remote Jenkins API
Group: Development/Libraries
License: BSD
-URL: http://python-jenkins.readthedocs.org/en/latest
-Source0: https://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
-Patch0: %{name}-0.4.8-six-1.3.patch
+URL: https://python-jenkins.readthedocs.org/en/latest
+Source0: https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
BuildArch: noarch
@@ -32,6 +31,7 @@ BuildRequires: python-pbr
BuildRequires: python-six
BuildRequires: python-sphinx
BuildRequires: python-testscenarios
+BuildRequires: python-kerberos
Requires: python-pbr
Requires: python-six
Requires: python2-multi_key_dict
@@ -57,6 +57,7 @@ BuildRequires: python3-pbr
BuildRequires: python3-six
BuildRequires: python3-sphinx
BuildRequires: python3-testscenarios
+BuildRequires: python3-kerberos
Requires: python3-pbr
Requires: python3-six
Requires: python3-multi_key_dict
@@ -74,9 +75,6 @@ build nodes.
mv %{name}-%{version} python2
pushd python2
-%if 0%{?epel}
-%patch0 -p1
-%endif
# Remove env from __init__.py
sed -i '/^#!\/usr\/bin\/env python$/d' jenkins/__init__.py
@@ -127,7 +125,12 @@ popd
%check
pushd python2
+%if 0%{?fedora}
PYTHONPATH=%{buildroot}%{python2_sitelib} nosetests -w tests ||:
+%else
+# https://bugs.launchpad.net/testscenarios/+bug/872887
+python -m testtools.run discover || :
+%endif
popd
%if 0%{?with_python3}
@@ -153,6 +156,13 @@ popd
%endif
%changelog
+* Sat May 13 2017 Ken Dreyer <ktdreyer@ktdreyer.com> 0.4.14-1
+- Update to 0.4.14 (rhbz#1267414)
+- Use HTTPS homepage URL
+- New Source0 PyPI URL
+- Avoid nose on el7 (LP: #872887)
+- BR: python-kerberos to make the tests get a bit further
+
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.12-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
diff --git a/sources b/sources
index ea9134d..3b7c261 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7d57db182ff9e12f2280e1672e40e46d python-jenkins-0.4.12.tar.gz
+SHA256 (python-jenkins-0.4.14.tar.gz) = 0e7be43887dbefb94c1b903c7e3ae9fa726435959c627be2a48d3899da9e11d9