[python-keystoneclient] update to 0.2.2

Alan Pevec apevec at fedoraproject.org
Wed Jan 30 14:47:22 UTC 2013


commit 2cb1183001edee39d0b58a954ac35984edd26455
Author: Alan Pevec <apevec at redhat.com>
Date:   Wed Jan 30 15:46:29 2013 +0100

    update to 0.2.2

 .gitignore                 |    3 +--
 python-keystoneclient.spec |   12 +++++++-----
 sources                    |    2 +-
 3 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7c2276e..86068d4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/python-keystoneclient-0.2.0.tar.gz
-/python-keystoneclient-0.2.1.tar.gz
+/python-keystoneclient-0.2.2.tar.gz
diff --git a/python-keystoneclient.spec b/python-keystoneclient.spec
index ac50af7..6535351 100644
--- a/python-keystoneclient.spec
+++ b/python-keystoneclient.spec
@@ -3,8 +3,8 @@ Name:       python-keystoneclient
 # and restarted version numbering from 0.1.1
 # https://lists.launchpad.net/openstack/msg14248.html
 Epoch:      1
-Version:    0.2.1
-Release:    2%{?dist}
+Version:    0.2.2
+Release:    1%{?dist}
 Summary:    Python API and CLI for OpenStack Keystone
 
 Group:      Development/Languages
@@ -12,12 +12,11 @@ License:    ASL 2.0
 URL:        https://github.com/openstack/python-keystoneclient
 BuildArch:  noarch
 
-#Source0:    https://launchpad.net/%{name}/trunk/%{version}/+download/%{name}-%{version}.tar.gz
-Source0:    http://tarballs.openstack.org/%{name}/%{name}-%{version}.tar.gz
+Source0:    http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
 
 
 #
-# patches_base=0.2.1
+# patches_base=0.2.2
 #
 
 Requires:   python-prettytable
@@ -77,6 +76,9 @@ rm -fr doc/build/html/.doctrees doc/build/html/.buildinfo
 %doc LICENSE doc/build/html
 
 %changelog
+* Wed Jan 30 2013 Alan Pevec <apevec at redhat.com> 0.2.2-1
+- New upstream release.
+
 * Thu Jan 17 2013 Alan Pevec <apevec at redhat.com> 0.2.1-2
 - Add dependency on python-requests.
 - Add python-keyring RPM dependency.
diff --git a/sources b/sources
index c4d9236..91b89f9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7d071710a8a0e1cba5fea35f579403fb  python-keystoneclient-0.2.1.tar.gz
+44a2c98a0716be6f30ebe18c022baf21  python-keystoneclient-0.2.2.tar.gz


More information about the scm-commits mailing list