[python-swiftclient] Update to 1.2.0 release.

Alan Pevec apevec at fedoraproject.org
Thu Sep 13 12:02:02 UTC 2012


commit cc520fcf63671cc6c16734431a278c02cb8f89a4
Author: Alan Pevec <apevec at redhat.com>
Date:   Thu Sep 13 14:00:22 2012 +0200

    Update to 1.2.0 release.

 .gitignore                                         |    1 +
 ...-encodes-decodes-x-object-manifest-values.patch |   54 ---
 ...ves-the-title-Swift-Web-from-landing-page.patch |   28 --
 0003-Consume-version-info-from-pkg_resources.patch |  381 --------------------
 python-swiftclient.spec                            |   13 +-
 sources                                            |    2 +-
 6 files changed, 7 insertions(+), 472 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cc66ac9..aebd950 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /python-swiftclient-1.1.1.tar.gz
+/python-swiftclient-1.2.0.tar.gz
diff --git a/python-swiftclient.spec b/python-swiftclient.spec
index 869aee3..002a518 100644
--- a/python-swiftclient.spec
+++ b/python-swiftclient.spec
@@ -1,5 +1,5 @@
 Name:       python-swiftclient
-Version:    1.1.1
+Version:    1.2.0
 Release:    1%{?dist}
 Summary:    Python API and CLI for OpenStack Swift
 
@@ -10,11 +10,8 @@ BuildArch:  noarch
 Source0:    https://launchpad.net/%{name}/trunk/%{version}/+download/%{name}-%{version}.tar.gz
 
 #
-# patches_base=1.1.1
+# patches_base=1.2.0
 #
-Patch0001: 0001-Now-url-encodes-decodes-x-object-manifest-values.patch
-Patch0002: 0002-Removes-the-title-Swift-Web-from-landing-page.patch
-Patch0003: 0003-Consume-version-info-from-pkg_resources.patch
 
 
 Requires:   python-simplejson
@@ -38,9 +35,6 @@ Swift's API.
 
 %prep
 %setup -q
-%patch0001 -p1
-%patch0002 -p1
-%patch0003 -p1
 
 %build
 %{__python} setup.py build
@@ -68,5 +62,8 @@ rm -fr doc/build/html/.doctrees doc/build/html/.buildinfo
 %doc LICENSE doc/build/html
 
 %changelog
+* Thu Sep 13 2012 Alan Pevec <apevec at redhat.com> 1.2.0-1
+- Update to 1.2.0 release.
+
 * Tue Jul 31 2012 Alan Pevec <apevec at redhat.com> 1.1.1-1
 - Initial release.
diff --git a/sources b/sources
index c7bbf24..639688a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-01a1f0d2581165502fcc903947e24190  python-swiftclient-1.1.1.tar.gz
+07dd0b9e8f81a106031880e5e74879fd  python-swiftclient-1.2.0.tar.gz


More information about the scm-commits mailing list