diff --git a/jenkinsapi-0.2.20.tar.gz b/jenkinsapi-0.2.20.tar.gz deleted file mode 100644 index 222f6a2..0000000 --- a/jenkinsapi-0.2.20.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50d90d58bb3857162926b93fc97c555ca750234428b3725515e9ef30ce330f01 -size 31846 diff --git a/jenkinsapi-0.2.28.tar.gz b/jenkinsapi-0.2.28.tar.gz new file mode 100644 index 0000000..6046c2c --- /dev/null +++ b/jenkinsapi-0.2.28.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:487ecc2437347e068c654159673cc9712d5b05eff83164361b784dc855dcd083 +size 32628 diff --git a/python-jenkinsapi.changes b/python-jenkinsapi.changes index 07d04fd..467cb17 100644 --- a/python-jenkinsapi.changes +++ b/python-jenkinsapi.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed May 6 16:52:01 UTC 2015 - benoit.monin@gmx.fr + +- update to version 0.2.28: + * no changelog available +- remove python-nose from build dependency: not needed anymore +- add python-pytz and python-requests as build dependencies + to ensure their availability +- increase required versions of python-pytz and python-requests +- add jenkinsapi_version binary to the package files + ------------------------------------------------------------------- Fri Jul 11 08:48:18 UTC 2014 - jw@owncloud.com diff --git a/python-jenkinsapi.spec b/python-jenkinsapi.spec index 2a76d5a..9be7537 100644 --- a/python-jenkinsapi.spec +++ b/python-jenkinsapi.spec @@ -1,7 +1,7 @@ # # spec file for package python-jenkinsapi # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-jenkinsapi -Version: 0.2.20 +Version: 0.2.28 Release: 0 Summary: A Python API for accessing resources on a Jenkins continuous-integration server License: MIT @@ -25,11 +25,11 @@ Group: Development/Languages/Python Url: https://github.com/salimfadhley/jenkinsapi Source: https://pypi.python.org/packages/source/j/jenkinsapi/jenkinsapi-%{version}.tar.gz BuildRequires: python-devel +BuildRequires: python-pytz >= 2014.4 +BuildRequires: python-requests >= 2.3.0 BuildRequires: python-setuptools -# Upstream error in setup_requires: -BuildRequires: python-nose -Requires: python-pytz >= 2013b -Requires: python-requests >= 1.2.3 +Requires: python-pytz >= 2014.4 +Requires: python-requests >= 2.3.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} @@ -73,6 +73,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %defattr(-,root,root,-) %doc README.rst %{_bindir}/jenkins_invoke +%{_bindir}/jenkinsapi_version %{python_sitelib}/* %changelog