forked from pool/python-jenkinsapi
Accepting request 305758 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/305758 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jenkinsapi?expand=0&rev=4
This commit is contained in:
commit
908a148ecd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:50d90d58bb3857162926b93fc97c555ca750234428b3725515e9ef30ce330f01
|
||||
size 31846
|
3
jenkinsapi-0.2.28.tar.gz
Normal file
3
jenkinsapi-0.2.28.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:487ecc2437347e068c654159673cc9712d5b05eff83164361b784dc855dcd083
|
||||
size 32628
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user