From 02a36b7f5a08964573f2463595dd6cca79ebe95d60140310d2704f3ef4e029f0 Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Sun, 13 Jul 2014 13:05:07 +0000
Subject: [PATCH] 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
---
jenkinsapi-0.2.16.tar.gz | 3 ---
jenkinsapi-0.2.20.tar.gz | 3 +++
python-jenkinsapi.changes | 6 ++++++
python-jenkinsapi.spec | 11 ++++++-----
4 files changed, 15 insertions(+), 8 deletions(-)
delete mode 100644 jenkinsapi-0.2.16.tar.gz
create mode 100644 jenkinsapi-0.2.20.tar.gz
diff --git a/jenkinsapi-0.2.16.tar.gz b/jenkinsapi-0.2.16.tar.gz
deleted file mode 100644
index c173d0e..0000000
--- a/jenkinsapi-0.2.16.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:b63d71605d650669fcdad1758529cd870e649f21e43042eb7a61ec8597b32973
-size 28993
diff --git a/jenkinsapi-0.2.20.tar.gz b/jenkinsapi-0.2.20.tar.gz
new file mode 100644
index 0000000..222f6a2
--- /dev/null
+++ b/jenkinsapi-0.2.20.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:50d90d58bb3857162926b93fc97c555ca750234428b3725515e9ef30ce330f01
+size 31846
diff --git a/python-jenkinsapi.changes b/python-jenkinsapi.changes
index 92a0b10..07d04fd 100644
--- a/python-jenkinsapi.changes
+++ b/python-jenkinsapi.changes
@@ -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
diff --git a/python-jenkinsapi.spec b/python-jenkinsapi.spec
index 8d054e2..2a76d5a 100644
--- a/python-jenkinsapi.spec
+++ b/python-jenkinsapi.spec
@@ -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()")}