[python-keystoneclient] Update to 0.1.3

Alan Pevec apevec at fedoraproject.org
Sun Sep 23 07:44:45 UTC 2012


commit 1843c5348e72625675dac7a34ba33ad056ea6c72
Author: Alan Pevec <apevec at redhat.com>
Date:   Sun Sep 23 09:38:17 2012 +0200

    Update to 0.1.3
    
    Change underscores in new cert options to dashes (lp#1040162)

 .gitignore                 |    4 +---
 python-keystoneclient.spec |    5 ++++-
 sources                    |    2 +-
 3 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 78b2625..23a829a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1 @@
-/python-keystoneclient-2012.2~f1.tar.gz
-/python-keystoneclient-0.1.1.tar.gz
-/python-keystoneclient-0.1.2.tar.gz
+/python-keystoneclient-0.1.3.tar.gz
diff --git a/python-keystoneclient.spec b/python-keystoneclient.spec
index 245f633..10b044b 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.2
+Version:    0.1.3
 Release:    1%{?dist}
 Summary:    Python API and CLI for OpenStack Keystone
 
@@ -71,6 +71,9 @@ rm -fr doc/build/html/.doctrees doc/build/html/.buildinfo
 %doc LICENSE doc/build/html
 
 %changelog
+* Sun Sep 23 2012 Alan Pevec <apevec at redhat.com> 1:0.1.3-1
+- Change underscores in new cert options to dashes (lp#1040162)
+
 * Wed Aug 22 2012 Alan Pevec <apevec at redhat.com> 1:0.1.2-1
 - Add dependency on python-setuptools (#850842)
 - New upstream release.
diff --git a/sources b/sources
index dd9fbdb..8d65ff8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-52790fb2b49f2e2d31aaeaff0d8ecfd7  python-keystoneclient-0.1.2.tar.gz
+da52d237390404e4d52f26354357fa8e  python-keystoneclient-0.1.3.tar.gz


More information about the scm-commits mailing list