[python-keystoneclient] New upstream release 0.1.2

Alan Pevec apevec at fedoraproject.org
Wed Aug 22 21:41:53 UTC 2012


commit 09dcc4d0f1cd247e25c0300bfc3edfb00a8f6a4d
Author: Alan Pevec <apevec at redhat.com>
Date:   Wed Aug 22 23:40:13 2012 +0200

    New upstream release 0.1.2
    
    Add dependency on python-setuptools (#850842)

 .gitignore                 |    1 +
 python-keystoneclient.spec |   11 +++++++++--
 sources                    |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 02d6b53..78b2625 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /python-keystoneclient-2012.2~f1.tar.gz
 /python-keystoneclient-0.1.1.tar.gz
+/python-keystoneclient-0.1.2.tar.gz
diff --git a/python-keystoneclient.spec b/python-keystoneclient.spec
index f2e4ff9..245f633 100644
--- a/python-keystoneclient.spec
+++ b/python-keystoneclient.spec
@@ -3,7 +3,7 @@ Name:       python-keystoneclient
 # and restarted version numbering from 0.1.1
 # https://lists.launchpad.net/openstack/msg14248.html
 Epoch:      1
-Version:    0.1.1
+Version:    0.1.2
 Release:    1%{?dist}
 Summary:    Python API and CLI for OpenStack Keystone
 
@@ -17,9 +17,10 @@ Source0:    https://launchpad.net/python-keystoneclient/trunk/%{version}/+downlo
 # https://review.openstack.org/5353
 Patch1: avoid-No-handlers-could-be-found.patch
 
-Requires:   python-simplejson
 Requires:   python-httplib2
 Requires:   python-prettytable
+Requires:   python-setuptools
+Requires:   python-simplejson
 
 BuildRequires: python2-devel
 BuildRequires: python-setuptools
@@ -41,6 +42,8 @@ Keystone's API.
 %prep
 %setup -q
 %patch1 -p1
+# Remove bundled egg-info
+rm -rf python_keystoneclient.egg-info
 
 %build
 %{__python} setup.py build
@@ -68,6 +71,10 @@ rm -fr doc/build/html/.doctrees doc/build/html/.buildinfo
 %doc LICENSE doc/build/html
 
 %changelog
+* Wed Aug 22 2012 Alan Pevec <apevec at redhat.com> 1:0.1.2-1
+- Add dependency on python-setuptools (#850842)
+- New upstream release.
+
 * Mon Jul 23 2012 Alan Pevec <apevec at redhat.com> 1:0.1.1-1
 - New upstream release.
 
diff --git a/sources b/sources
index 4dad48f..dd9fbdb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ed18e97093f47b7eff60fa63b25ae442  python-keystoneclient-0.1.1.tar.gz
+52790fb2b49f2e2d31aaeaff0d8ecfd7  python-keystoneclient-0.1.2.tar.gz


More information about the scm-commits mailing list