[python-keystoneclient/f20] webob is no longer used in authtoken

Alan Pevec apevec at fedoraproject.org
Mon Oct 21 22:02:52 UTC 2013


commit bc67f5a4cf4db102bc4bfa06227882558f3c723d
Author: Alan Pevec <apevec at redhat.com>
Date:   Mon Oct 21 22:42:05 2013 +0200

    webob is no longer used in authtoken
    
    since 0.3.2, thanks to Pete Zaitcev:
    https://github.com/openstack/python-keystoneclient/commit/9833226f7e5c86277e703adfd0a2c75c601769b6

 python-keystoneclient.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/python-keystoneclient.spec b/python-keystoneclient.spec
index 8d657ff..fbcd60e 100644
--- a/python-keystoneclient.spec
+++ b/python-keystoneclient.spec
@@ -4,7 +4,7 @@ Name:       python-keystoneclient
 # https://lists.launchpad.net/openstack/msg14248.html
 Epoch:      1
 Version:    0.4.1
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    Client library for OpenStack Identity API
 License:    ASL 2.0
 URL:        http://pypi.python.org/pypi/%{name}
@@ -36,7 +36,6 @@ Requires: python-babel
 Requires: python-netaddr
 Requires: python-setuptools
 Requires: python-keyring
-Requires: python-webob
 
 
 %description
@@ -98,6 +97,9 @@ rm -fr doc/build/html/.doctrees doc/build/html/.buildinfo
 %doc LICENSE doc/build/html
 
 %changelog
+* Mon Oct 21 2013 Alan Pevec <apevec at redhat.com> 0.4.1-2
+- webob is no longer used in authtoken
+
 * Fri Oct 18 2013 Jakub Ruzicka <jruzicka at redhat.com> 0.4.1-1
 - Update to upstream 0.4.1
 


More information about the scm-commits mailing list