[python-quantumclient] update to 2.2.1

Pádraig Brady pbrady at fedoraproject.org
Mon Apr 29 09:26:57 UTC 2013


commit 53006b647662a7151e4d97ce8a0cb24f30b37988
Author: Pádraig Brady <P at draigBrady.com>
Date:   Mon Apr 29 10:25:28 2013 +0100

    update to 2.2.1

 .gitignore                |    1 +
 python-quantumclient.spec |   17 +++++++----------
 sources                   |    2 +-
 3 files changed, 9 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cffa22f..7427913 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /python-quantumclient-2.1.10.gf6dcfd8.tar.gz
+/python-quantumclient-2.2.1.tar.gz
diff --git a/python-quantumclient.spec b/python-quantumclient.spec
index 883f230..f25e737 100644
--- a/python-quantumclient.spec
+++ b/python-quantumclient.spec
@@ -1,21 +1,15 @@
-#
-# This is 2.1.10 circa 2012.2.1 and grizzly-1
-#
-
 Name:       python-quantumclient
 Epoch:      1
-Version:    2.1.10
-Release:    2%{?dist}
+Version:    2.2.1
+Release:    1%{?dist}
 Summary:    Python API and CLI for OpenStack Quantum
 
-%global hash gf6dcfd8
-
 Group:      Development/Languages
 License:    ASL 2.0
 URL:        http://launchpad.net/python-quantumclient/
 BuildArch:  noarch
 
-Source0:    http://tarballs.openstack.org/python-quantumclient/python-quantumclient-%{version}.%{hash}.tar.gz
+Source0:    http://tarballs.openstack.org/python-quantumclient/python-quantumclient-%{version}.tar.gz
 
 Requires:   pyparsing
 Requires:   python-cliff >= 1.0
@@ -32,7 +26,7 @@ Client library and command line utility for interacting with Openstack
 Quantum's API.
 
 %prep
-%setup -q -n %{name}-%{version}.%{hash}
+%setup -q -n %{name}-%{version}
 
 # Change cliff version requirement (https://bugs.launchpad.net/python-quantumclient/+bug/1049989)
 sed -i 's/cliff>=1.2.1/cliff>=1.0/' tools/pip-requires
@@ -59,6 +53,9 @@ rm -rf %{buildroot}%{python_sitelib}/quantumclient/tests
 
 
 %changelog
+* Mon Apr 29 2013 Pádraig Brady <pbrady at redhat.com> - 1:2.2.1-1
+- Update to 2.2.1 release
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:2.1.10-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 0f2406d..88fd895 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-63e0109f7e2cf750a6409eec1f3f1661  python-quantumclient-2.1.10.gf6dcfd8.tar.gz
+d319be32c95aa6e0110db925d5c3cfc9  python-quantumclient-2.2.1.tar.gz


More information about the scm-commits mailing list