[python-novaclient] Update to latest upstream release 2.11.1

Alan Pevec apevec at fedoraproject.org
Thu Mar 7 18:01:44 UTC 2013


commit 29577dd23dc71355b6b0b7a43367140c81d089ac
Author: Alan Pevec <apevec at redhat.com>
Date:   Thu Mar 7 19:01:07 2013 +0100

    Update to latest upstream release 2.11.1

 .gitignore             |    1 +
 python-novaclient.spec |   14 ++++++++++----
 sources                |    2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 39aa3eb..9d5cd6c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /python-novaclient-2.8.0.26.tar.gz
 /python-novaclient-2.9.0.tar.gz
 /python-novaclient-2.10.0.tar.gz
+/python-novaclient-2.11.1.tar.gz
diff --git a/python-novaclient.spec b/python-novaclient.spec
index 608d803..e65ae70 100644
--- a/python-novaclient.spec
+++ b/python-novaclient.spec
@@ -1,13 +1,13 @@
 Name:             python-novaclient
 Epoch:            1
-Version:          2.10.0
-Release:          3%{?dist}
+Version:          2.11.1
+Release:          1%{?dist}
 Summary:          Python API and CLI for OpenStack Nova
 
 Group:            Development/Languages
 License:          ASL 2.0
-URL:              http://pypi.python.org/pypi/python-novaclient
-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
 
 BuildArch:        noarch
 BuildRequires:    python-setuptools
@@ -40,6 +40,9 @@ This package contains auto-generated documentation.
 %prep
 %setup -q
 
+# Remove bundled egg-info
+rm -rf python_novaclient.egg-info
+# let RPM handle deps
 # TODO: Have the following handle multi line entries
 sed -i '/setup_requires/d; /install_requires/d; /dependency_links/d' setup.py
 
@@ -74,6 +77,9 @@ rm -fr html/.doctrees html/.buildinfo
 %doc html
 
 %changelog
+* Thu Mar 07 2013 Alan Pevec <apevec at redhat.com> 2.11.1-1
+- Update to latest upstream release
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:2.10.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 77669bb..1803f31 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a4203017c2e3aace9cb7bfd59658161f  python-novaclient-2.10.0.tar.gz
+80bfd188718cf755605dece265eca13f  python-novaclient-2.11.1.tar.gz


More information about the scm-commits mailing list