[python-quantumclient] Update to 2.0.21

Robert A. Kukura rkukura at fedoraproject.org
Tue Sep 11 16:53:59 UTC 2012


commit f52fb2a4558102a2b1c9a3bb11d8fd49291f015a
Author: Bob Kukura <rkukura at redhat.com>
Date:   Tue Sep 11 12:51:48 2012 -0400

    Update to 2.0.21
    
    - Strip dependency on cliff version >= 1.2.1

 .gitignore                |    2 +-
 python-quantumclient.spec |   26 ++++++++++++--------------
 sources                   |    2 +-
 3 files changed, 14 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ae36381..1180d25 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/python-quantumclient-2.0.tar.gz
+/python-quantumclient-2.0.21.tar.gz
diff --git a/python-quantumclient.spec b/python-quantumclient.spec
index 3672828..9f1b91c 100644
--- a/python-quantumclient.spec
+++ b/python-quantumclient.spec
@@ -1,14 +1,11 @@
 #
-# This is 2.0 circa folsom-3 milestone
+# This is 2.0.21 circa folsom rc1
 #
-# Since folsom-2 OpenStack clients follow their own release plan and
-# restarted version numbering from 0.1.1
-# https://lists.launchpad.net/openstack/msg14248.html
 
 Name:       python-quantumclient
 Epoch:      1
-Version:    2.0
-Release:    2%{?dist}
+Version:    2.0.21
+Release:    0%{?dist}
 Summary:    Python API and CLI for OpenStack Quantum
 
 Group:      Development/Languages
@@ -16,14 +13,8 @@ License:    ASL 2.0
 URL:        https://github.com/openstack/python-quantumclient
 BuildArch:  noarch
 
-Source0:    https://launchpad.net/python-quantumclient/trunk/%{version}/+download/%{name}-%{version}.tar.gz
-
-# The essex release of python-quantum dependend on
-# python-quantumclient to provide %%{python_sitelib}/quantum, which is
-# no longer provided. Users will have to upgrade both
-# simultaneously. This could be enforced with the following line:
-#
-# Conflicts:  python-quantum = 2012.1
+#Source0:    https://launchpad.net/python-quantumclient/trunk/%%{version}/+download/%%{name}-%%{version}.tar.gz
+Source0:    http://tarballs.openstack.org/python-quantumclient/python-quantumclient-%{version}.tar.gz
 
 Requires:   python-cliff
 Requires:   python-httplib2
@@ -40,6 +31,9 @@ Quantum's API.
 %prep
 %setup -q
 
+# Strip version requirement
+sed -i 's/cliff>=1.2.1/cliff/' tools/pip-requires
+
 %build
 %{__python} setup.py build
 
@@ -58,6 +52,10 @@ rm -rf %{buildroot}%{python_sitelib}/quantumclient/tests
 
 
 %changelog
+* Tue Sep 11 2012 Robert Kukura <rkukura at redhat.com> - 1:2.0.21-0
+- Update to 2.0.21
+- Strip dependency on cliff version >= 1.2.1
+
 * Fri Aug 24 2012 Alan Pevec <apevec at redhat.com> 1:2.0-2
 - Remove PyXML dep (#851687) and unused prettytable dep
 
diff --git a/sources b/sources
index f4f1863..7fc6718 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bc9c137840cd83370b90e562ae5b2828  python-quantumclient-2.0.tar.gz
+f4997f52d163ab3e6343c762ad48ad52  python-quantumclient-2.0.21.tar.gz


More information about the scm-commits mailing list