[python-keystoneclient] Update to upstream 0.11.1

Alan Pevec apevec at fedoraproject.org
Mon Sep 29 23:10:12 UTC 2014


commit 6d24c8842412551460cb03ac0f3b5581ace0192b
Author: Alan Pevec <alan.pevec at redhat.com>
Date:   Tue Sep 30 00:46:58 2014 +0200

    Update to upstream 0.11.1

 .gitignore                                         |    1 +
 0001-Remove-runtime-dependency-on-python-pbr.patch |    2 +-
 python-keystoneclient.spec                         |   11 +++++++++--
 sources                                            |    2 +-
 4 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 464e7a3..a4551e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /python-keystoneclient-0.8.0.tar.gz
 /python-keystoneclient-0.9.0.tar.gz
 /python-keystoneclient-0.10.1.tar.gz
+/python-keystoneclient-0.11.1.tar.gz
diff --git a/0001-Remove-runtime-dependency-on-python-pbr.patch b/0001-Remove-runtime-dependency-on-python-pbr.patch
index 51234ac..341ae3f 100644
--- a/0001-Remove-runtime-dependency-on-python-pbr.patch
+++ b/0001-Remove-runtime-dependency-on-python-pbr.patch
@@ -1,4 +1,4 @@
-From 913303e91a344ad8e17a0f2111c8113fa3cc2d5d Mon Sep 17 00:00:00 2001
+From e8fbf244bc4008d5adf2e15d70cbeac661d6c701 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
diff --git a/python-keystoneclient.spec b/python-keystoneclient.spec
index 63294cf..eeaddd7 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.10.1
+Version:    0.11.1
 Release:    1%{?dist}
 Summary:    Client library for OpenStack Identity API
 License:    ASL 2.0
@@ -25,7 +25,7 @@ Requires: python-babel
 Requires: python-iso8601 >= 0.1.4
 Requires: python-lxml
 Requires: python-netaddr
-Requires: python-oslo-config >= 1.1.0
+Requires: python-oslo-config >= 2:1.4.0
 Requires: python-prettytable
 Requires: python-requests >= 0.8.8
 Requires: python-six >= 1.5.2
@@ -46,6 +46,7 @@ Summary:    Documentation for OpenStack Identity API Client
 Group:      Documentation
 
 BuildRequires: python-sphinx
+BuildRequires: python-oslo-sphinx
 
 %description doc
 Documentation for the client library for interacting with Openstack
@@ -65,6 +66,9 @@ rm -f test-requirements.txt requirements.txt
 # Remove bundled egg-info
 rm -rf python_keystoneclient.egg-info
 
+# make doc build compatible with python-oslo-sphinx RPM
+sed -i 's/oslosphinx/oslo.sphinx/' doc/source/conf.py
+
 %build
 %{__python} setup.py build
 
@@ -96,6 +100,9 @@ rm -fr html/.doctrees html/.buildinfo
 %doc LICENSE html
 
 %changelog
+* Tue Sep 30 2014 Alan Pevec <alan.pevec at redhat.com> 1:0.11.1-1
+- Update to upstream 0.11.1
+
 * 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
diff --git a/sources b/sources
index a1b25b2..5b7cb32 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5757bc752155000a625c4adea8e1b132  python-keystoneclient-0.10.1.tar.gz
+07e12b1cb9608e801e9542133c8a4874  python-keystoneclient-0.11.1.tar.gz


More information about the scm-commits mailing list