[python-swiftclient] Update to 1.3.0 release

Alan Pevec apevec at fedoraproject.org
Sat Mar 9 10:04:34 UTC 2013


commit 2d2e93c4d0ccde52a6e85905446cae14d38cad35
Author: Alan Pevec <apevec at redhat.com>
Date:   Sat Mar 9 10:47:18 2013 +0100

    Update to 1.3.0 release

 .gitignore              |    1 +
 python-swiftclient.spec |   31 +++++++++++++++++--------------
 sources                 |    2 +-
 3 files changed, 19 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index aebd950..640d7b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /python-swiftclient-1.1.1.tar.gz
 /python-swiftclient-1.2.0.tar.gz
+/python-swiftclient-1.3.0.tar.gz
diff --git a/python-swiftclient.spec b/python-swiftclient.spec
index 16438bc..deab1cf 100644
--- a/python-swiftclient.spec
+++ b/python-swiftclient.spec
@@ -1,20 +1,16 @@
 Name:       python-swiftclient
-Version:    1.2.0
-Release:    4%{?dist}
-Summary:    Python API and CLI for OpenStack Swift
-
+Version:    1.3.0
+Release:    1%{?dist}
+Summary:    Client Library for OpenStack Object Storage API
 License:    ASL 2.0
-URL:        https://github.com/openstack/python-swiftclient
-BuildArch:  noarch
-
-#Source0:    https://launchpad.net/%{name}/trunk/%{version}/+download/%{name}-%{version}.tar.gz
-Source0:    http://tarballs.openstack.org/%{name}/%{name}-%{version}.tar.gz
+URL:        http://pypi.python.org/pypi/%{name}
+Source0:    http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
 
 #
-# patches_base=1.2.0
+# patches_base=1.3.0
 #
 
-
+BuildArch:  noarch
 Requires:   python-simplejson
 # /usr/bin/swift collision with older swift-im rhbz#857900
 Conflicts:  swift < 2.0-0.3
@@ -24,20 +20,24 @@ BuildRequires: python-setuptools
 
 %description
 Client library and command line utility for interacting with Openstack
-Swift's API.
+Object Storage API.
 
 %package doc
-Summary:    Documentation for OpenStack Swift API Client
+Summary:    Documentation for OpenStack Object Storage API Client
 Group:      Documentation
 
 BuildRequires: python-sphinx
 
 %description doc
 Documentation for the client library for interacting with Openstack
-Swift's API.
+Object Storage API.
 
 %prep
 %setup -q
+# Remove bundled egg-info
+rm -rf python_swiftclient.egg-info
+# let RPM handle deps
+sed -i '/setup_requires/d; /install_requires/d; /dependency_links/d' setup.py
 
 %build
 %{__python} setup.py build
@@ -65,6 +65,9 @@ rm -fr doc/build/html/.doctrees doc/build/html/.buildinfo
 %doc LICENSE doc/build/html
 
 %changelog
+* Sat Mar 09 2013 Alan Pevec <apevec at redhat.com> 1.3.0-1
+- Update to 1.3.0 release.
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 639688a..e9c529f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-07dd0b9e8f81a106031880e5e74879fd  python-swiftclient-1.2.0.tar.gz
+9fe507be9baec3e5987fdafa8f1b7c8c  python-swiftclient-1.3.0.tar.gz


More information about the scm-commits mailing list