[python-quantumclient] Update to 2.0.22

Robert A. Kukura rkukura at fedoraproject.org
Wed Sep 12 18:57:29 UTC 2012


commit 26ac8ccdec7f5029aeeb4e62d2697f018a10b9fd
Author: Bob Kukura <rkukura at redhat.com>
Date:   Wed Sep 12 14:56:00 2012 -0400

    Update to 2.0.22
    
    - Change cliff version dependency to >= 1.0
    - Change prettytable version dependency to >= 0.6

 .gitignore                |    2 +-
 python-quantumclient.spec |   16 +++++++++++-----
 sources                   |    2 +-
 3 files changed, 13 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1180d25..117d50a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/python-quantumclient-2.0.21.tar.gz
+/python-quantumclient-2.0.22.tar.gz
diff --git a/python-quantumclient.spec b/python-quantumclient.spec
index 9f1b91c..4f8f40a 100644
--- a/python-quantumclient.spec
+++ b/python-quantumclient.spec
@@ -1,10 +1,10 @@
 #
-# This is 2.0.21 circa folsom rc1
+# This is 2.0.22 circa folsom rc1
 #
 
 Name:       python-quantumclient
 Epoch:      1
-Version:    2.0.21
+Version:    2.0.22
 Release:    0%{?dist}
 Summary:    Python API and CLI for OpenStack Quantum
 
@@ -16,8 +16,9 @@ BuildArch:  noarch
 #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-cliff >= 1.0
 Requires:   python-httplib2
+Requires:   python-prettytable >= 0.6
 Requires:   python-setuptools
 Requires:   python-simplejson
 
@@ -31,8 +32,8 @@ Quantum's API.
 %prep
 %setup -q
 
-# Strip version requirement
-sed -i 's/cliff>=1.2.1/cliff/' tools/pip-requires
+# 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
 
 %build
 %{__python} setup.py build
@@ -52,6 +53,11 @@ rm -rf %{buildroot}%{python_sitelib}/quantumclient/tests
 
 
 %changelog
+* Wed Sep 12 2012 Robert Kukura <rkukura at rkukura> - 1:2.0.22-0
+- Update to 2.0.22
+- Change cliff version dependency to >= 1.0
+- Change prettytable version dependency to >= 0.6
+
 * 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
diff --git a/sources b/sources
index 7fc6718..05a1ef7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f4997f52d163ab3e6343c762ad48ad52  python-quantumclient-2.0.21.tar.gz
+d03d5393330eb054ffe22acb38d9170f  python-quantumclient-2.0.22.tar.gz


More information about the scm-commits mailing list