[python-keystoneclient] Update to upstream 0.10.1

Jakub Ruzicka jruzicka at fedoraproject.org
Thu Aug 14 11:01:43 UTC 2014


commit 4041bd1eb0f76b7b7b648f01e9800ef1ca01a871
Author: Jakub Ruzicka <jruzicka at redhat.com>
Date:   Thu Aug 14 12:31:18 2014 +0200

    Update to upstream 0.10.1
    
    Changelog:
    - Update to upstream 0.10.1
    - New Requires: python-stevedore, python-lxml

 .gitignore                                         |    1 +
 0001-Remove-runtime-dependency-on-python-pbr.patch |   22 ++++++++++++-------
 python-keystoneclient.spec                         |   19 ++++++++++-------
 sources                                            |    2 +-
 4 files changed, 27 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b78f3e0..464e7a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /python-keystoneclient-0.7.1.tar.gz
 /python-keystoneclient-0.8.0.tar.gz
 /python-keystoneclient-0.9.0.tar.gz
+/python-keystoneclient-0.10.1.tar.gz
diff --git a/0001-Remove-runtime-dependency-on-python-pbr.patch b/0001-Remove-runtime-dependency-on-python-pbr.patch
index 51b4d80..51234ac 100644
--- a/0001-Remove-runtime-dependency-on-python-pbr.patch
+++ b/0001-Remove-runtime-dependency-on-python-pbr.patch
@@ -1,24 +1,30 @@
-From a62ffcf4c25b27b16dfe175c80661a62a331c9f4 Mon Sep 17 00:00:00 2001
+From 913303e91a344ad8e17a0f2111c8113fa3cc2d5d Mon Sep 17 00:00:00 2001
 From: Jakub Ruzicka <jruzicka at redhat.com>
 Date: Mon, 8 Jul 2013 15:22:05 +0200
 Subject: [PATCH] Remove runtime dependency on python-pbr
 
 ---
- keystoneclient/__init__.py | 5 +----
+ keystoneclient/__init__.py | 4 +---
  setup.py                   | 1 -
- 2 files changed, 1 insertion(+), 5 deletions(-)
+ 2 files changed, 1 insertion(+), 4 deletions(-)
 
 diff --git a/keystoneclient/__init__.py b/keystoneclient/__init__.py
-index ab4f7a1..f735877 100644
+index a3c0408..483a69f 100644
 --- a/keystoneclient/__init__.py
 +++ b/keystoneclient/__init__.py
-@@ -13,10 +13,7 @@
- #    License for the specific language governing permissions and limitations
- #    under the License.
+@@ -22,8 +22,6 @@ See :py:class:`keystoneclient.v2_0.client.Client` for the Identity V2.0 client.
+ """
+ 
  
 -import pbr.version
 -
--
+ from keystoneclient import access
+ from keystoneclient import client
+ from keystoneclient import exceptions
+@@ -34,7 +32,7 @@ from keystoneclient import v2_0
+ from keystoneclient import v3
+ 
+ 
 -__version__ = pbr.version.VersionInfo('python-keystoneclient').version_string()
 +__version__ = "REDHATKEYSTONECLIENTVERSION"
  
diff --git a/python-keystoneclient.spec b/python-keystoneclient.spec
index 2f99c43..198ed99 100644
--- a/python-keystoneclient.spec
+++ b/python-keystoneclient.spec
@@ -3,16 +3,13 @@ Name:       python-keystoneclient
 # and restarted version numbering from 0.1.1
 # https://lists.launchpad.net/openstack/msg14248.html
 Epoch:      1
-Version:    0.9.0
-Release:    2%{?dist}
+Version:    0.10.1
+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.9.0
-#
 Patch0001: 0001-Remove-runtime-dependency-on-python-pbr.patch
 
 BuildArch:  noarch
@@ -24,13 +21,15 @@ BuildRequires: python-d2to1
 
 # from requirements.txt
 Requires: python-argparse
+Requires: python-babel
 Requires: python-iso8601 >= 0.1.4
+Requires: python-lxml
+Requires: python-netaddr
+Requires: python-oslo-config >= 1.1.0
 Requires: python-prettytable
 Requires: python-requests >= 0.8.8
-Requires: python-oslo-config >= 1.1.0
 Requires: python-six >= 1.5.2
-Requires: python-netaddr
-Requires: python-babel
+Requires: python-stevedore
 # other requirements
 Requires: python-setuptools
 Requires: python-keyring
@@ -95,6 +94,10 @@ rm -fr html/.doctrees html/.buildinfo
 %doc LICENSE html
 
 %changelog
+* Thu Aug 14 2014 Jakub Ruzicka <jruzicka at redhat.com> 1:0.10.1-1
+- Update to upstream 0.10.1
+- New Requires: python-stevedore, python-lxml
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:0.9.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 5be841b..a1b25b2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2db82bc4f71c213d464012547b37e804  python-keystoneclient-0.9.0.tar.gz
+5757bc752155000a625c4adea8e1b132  python-keystoneclient-0.10.1.tar.gz


More information about the scm-commits mailing list