[python-swiftclient/f20] Update to upstream 1.7.0

Jakub Ruzicka jruzicka at fedoraproject.org
Tue Oct 8 20:32:59 UTC 2013


commit b88a7506e77fd91443ea5808d6f270c00bb0d1cb
Author: Jakub Ruzicka <jruzicka at redhat.com>
Date:   Tue Oct 8 22:27:58 2013 +0200

    Update to upstream 1.7.0

 .gitignore                                         |    1 +
 0001-Remove-runtime-dependency-on-python-pbr.patch |   44 +++++++++-----------
 python-swiftclient.spec                            |    7 ++-
 sources                                            |    2 +-
 4 files changed, 27 insertions(+), 27 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7a278ef..40ed193 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /python-swiftclient-1.4.0.tar.gz
 /python-swiftclient-1.5.0.tar.gz
 /python-swiftclient-1.6.0.tar.gz
+/python-swiftclient-1.7.0.tar.gz
diff --git a/0001-Remove-runtime-dependency-on-python-pbr.patch b/0001-Remove-runtime-dependency-on-python-pbr.patch
index 97c61d1..c5dd0f4 100644
--- a/0001-Remove-runtime-dependency-on-python-pbr.patch
+++ b/0001-Remove-runtime-dependency-on-python-pbr.patch
@@ -1,36 +1,35 @@
-From 7a03cf04a8960346fa88ea9fe5fd3ba67dc036a7 Mon Sep 17 00:00:00 2001
+From de38f0abc3a6ebf7426d88f5f2317e3b9175cc62 Mon Sep 17 00:00:00 2001
 From: Jakub Ruzicka <jruzicka at redhat.com>
 Date: Tue, 23 Jul 2013 16:28:21 +0200
-Subject: [PATCH] Remove runtime dependency on python-pbr.
+Subject: [PATCH] Remove runtime dependency on python-pbr
 
 ---
- requirements.txt       |  3 ---
+ requirements.txt       |  2 --
  setup.py               |  1 -
  swiftclient/version.py | 17 +++++++++++++++--
- test-requirements.txt  | 12 ------------
- 4 files changed, 15 insertions(+), 18 deletions(-)
+ test-requirements.txt  |  9 ---------
+ 4 files changed, 15 insertions(+), 14 deletions(-)
  delete mode 100644 requirements.txt
  delete mode 100644 test-requirements.txt
 
 diff --git a/requirements.txt b/requirements.txt
 deleted file mode 100644
-index 21115e0..0000000
+index 42104ec..0000000
 --- a/requirements.txt
 +++ /dev/null
-@@ -1,3 +0,0 @@
--d2to1>=0.2.10,<0.3
--pbr>=0.5,<0.6
+@@ -1,2 +0,0 @@
+-pbr>=0.5.21,<1.0
 -simplejson>=2.0.9
 diff --git a/setup.py b/setup.py
-index 59a0090..990f50d 100644
+index 70c2b3f..afab729 100644
 --- a/setup.py
 +++ b/setup.py
-@@ -17,5 +17,4 @@
+@@ -18,5 +18,4 @@
  import setuptools
  
  setuptools.setup(
--    setup_requires=['d2to1', 'pbr'],
-     d2to1=True)
+-    setup_requires=['pbr'],
+     pbr=True)
 diff --git a/swiftclient/version.py b/swiftclient/version.py
 index 7bb5d18..bb908b8 100644
 --- a/swiftclient/version.py
@@ -59,19 +58,16 @@ index 7bb5d18..bb908b8 100644
 +version_info = VersionInfo()
 diff --git a/test-requirements.txt b/test-requirements.txt
 deleted file mode 100644
-index 223dcf4..0000000
+index 5b78b5f..0000000
 --- a/test-requirements.txt
 +++ /dev/null
-@@ -1,12 +0,0 @@
--# Install bounded pep8/pyflakes first, then let flake8 install
--pep8==1.4.5
--pyflakes==0.7.2
--flake8==2.0
+@@ -1,9 +0,0 @@
+-hacking>=0.5.6,<0.8
 -
--coverage
+-coverage>=3.6
 -discover
--mock>=0.8.0
--python-keystoneclient
+-mock>=1.0
+-python-keystoneclient>=0.3.2
 -sphinx>=1.1.2
--testrepository>=0.0.13
--testtools>=0.9.22
+-testrepository>=0.0.17
+-testtools>=0.9.32
diff --git a/python-swiftclient.spec b/python-swiftclient.spec
index 5e84927..e7d9b3a 100644
--- a/python-swiftclient.spec
+++ b/python-swiftclient.spec
@@ -1,5 +1,5 @@
 Name:       python-swiftclient
-Version:    1.6.0
+Version:    1.7.0
 Release:    1%{?dist}
 Summary:    Client Library for OpenStack Object Storage API
 License:    ASL 2.0
@@ -7,7 +7,7 @@ URL:        http://pypi.python.org/pypi/%{name}
 Source0:    http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
 
 #
-# patches_base=1.6.0
+# patches_base=1.7.0
 #
 Patch0001: 0001-Remove-runtime-dependency-on-python-pbr.patch
 
@@ -73,6 +73,9 @@ rm -fr doc/build/html/.doctrees doc/build/html/.buildinfo
 %doc LICENSE doc/build/html
 
 %changelog
+* Tue Oct 08 2013 Jakub Ruzicka <jruzicka at redhat.com> - 1.7.0-1
+- Update to upstream 1.7.0.
+
 * Mon Sep 02 2013 Jakub Ruzicka <jruzicka at redhat.com> - 1.6.0-1
 - Update to upstream 1.6.0.
 - Include man page.
diff --git a/sources b/sources
index 7bfe5bd..415cac1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9713c1d1aa80e8052027c22fd40607ac  python-swiftclient-1.6.0.tar.gz
+6b31fa77d534d82a0053ed605dba01be  python-swiftclient-1.7.0.tar.gz


More information about the scm-commits mailing list