[python-keystoneclient] update to 0.2.3

Alan Pevec apevec at fedoraproject.org
Mon Mar 18 23:57:10 UTC 2013


commit 7bfce109a230cb6a8000df49270796cb0b611e76
Author: Alan Pevec <apevec at redhat.com>
Date:   Tue Mar 19 00:55:16 2013 +0100

    update to 0.2.3

 .gitignore                 |    2 +-
 python-keystoneclient.spec |   10 +++++++---
 sources                    |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 86068d4..e9040a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/python-keystoneclient-0.2.2.tar.gz
+/python-keystoneclient-0.2.3.tar.gz
diff --git a/python-keystoneclient.spec b/python-keystoneclient.spec
index fa9c855..6d845d6 100644
--- a/python-keystoneclient.spec
+++ b/python-keystoneclient.spec
@@ -3,15 +3,15 @@ Name:       python-keystoneclient
 # and restarted version numbering from 0.1.1
 # https://lists.launchpad.net/openstack/msg14248.html
 Epoch:      1
-Version:    0.2.2
-Release:    3%{?dist}
+Version:    0.2.3
+Release:    1%{?dist}
 Summary:    Client library for OpenStack Identity API
 License:    ASL 2.0
 URL:        http://pypi.python.org/pypi/%{name}
 Source0:    http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
 
 #
-# patches_base=0.2.2
+# patches_base=0.2.3
 #
 
 BuildArch:  noarch
@@ -20,6 +20,7 @@ Requires:   python-setuptools
 Requires:   python-simplejson
 Requires:   python-keyring
 Requires:   python-requests
+Requires:   python-oslo-config
 
 BuildRequires: python2-devel
 BuildRequires: python-setuptools
@@ -74,6 +75,9 @@ rm -fr doc/build/html/.doctrees doc/build/html/.buildinfo
 %doc LICENSE doc/build/html
 
 %changelog
+* Tue Mar 19 2013 Alan Pevec <apevec at redhat.com> 0.2.3-1
+- New upstream release.
+
 * Wed Jan 30 2013 Alan Pevec <apevec at redhat.com> 0.2.2-1
 - New upstream release.
 
diff --git a/sources b/sources
index 91b89f9..58b8f34 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-44a2c98a0716be6f30ebe18c022baf21  python-keystoneclient-0.2.2.tar.gz
+ad6fcbdd0e4cb239d315155bdbe9337c  python-keystoneclient-0.2.3.tar.gz


More information about the scm-commits mailing list