1
0

Accepting request 240310 from home:jnweiger:branches:devel:languages:python

No upstream changelog found. Sorry.
- Version bump to 0.2.20
  commit 326b370d084b83ad780569e28dd5ffad908936d1

OBS-URL: https://build.opensuse.org/request/show/240310
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jenkinsapi?expand=0&rev=3
This commit is contained in:
Denisart Benjamin
2014-07-13 13:05:07 +00:00
committed by Git OBS Bridge
parent 0843052079
commit 02a36b7f5a
4 changed files with 15 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b63d71605d650669fcdad1758529cd870e649f21e43042eb7a61ec8597b32973
size 28993

3
jenkinsapi-0.2.20.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:50d90d58bb3857162926b93fc97c555ca750234428b3725515e9ef30ce330f01
size 31846

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jul 11 08:48:18 UTC 2014 - jw@owncloud.com
- Version bump to 0.2.20
commit 326b370d084b83ad780569e28dd5ffad908936d1
-------------------------------------------------------------------
Mon Oct 21 07:12:20 UTC 2013 - speilicke@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-jenkinsapi
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -13,22 +13,23 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-jenkinsapi
Version: 0.2.16
Version: 0.2.20
Release: 0
License: MIT
Summary: A Python API for accessing resources on a Jenkins continuous-integration server
Url: https://github.com/salimfadhley/jenkinsapi
License: MIT
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-setuptools
# Upstream error in setup_requires:
BuildRequires: python-nose
Requires: python-requests >= 1.2.3
Requires: python-pytz >= 2013b
Requires: python-requests >= 1.2.3
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()")}