[python-keystoneclient] Update to upstream 0.4.1

Jakub Ruzicka jruzicka at fedoraproject.org
Fri Oct 18 14:50:35 UTC 2013


commit c89add4e4f7d634266fb98b768140e9e63ac3f24
Author: Jakub Ruzicka <jruzicka at redhat.com>
Date:   Fri Oct 18 15:58:16 2013 +0200

    Update to upstream 0.4.1

 .gitignore                                         |    1 +
 0001-Remove-runtime-dependency-on-python-pbr.patch |   40 +++++++++----------
 python-keystoneclient.spec                         |   10 +++-
 sources                                            |    2 +-
 4 files changed, 28 insertions(+), 25 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 186723b..129c80d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /python-keystoneclient-0.2.5.tar.gz
 /python-keystoneclient-0.3.1.tar.gz
 /python-keystoneclient-0.3.2.tar.gz
+/python-keystoneclient-0.4.1.tar.gz
diff --git a/0001-Remove-runtime-dependency-on-python-pbr.patch b/0001-Remove-runtime-dependency-on-python-pbr.patch
index 0e78940..f8e0809 100644
--- a/0001-Remove-runtime-dependency-on-python-pbr.patch
+++ b/0001-Remove-runtime-dependency-on-python-pbr.patch
@@ -1,19 +1,19 @@
-From d80a6a235c120875acec623ae49eb0d258d55581 Mon Sep 17 00:00:00 2001
+From 9b806dc97da51f93d9eb258969b5660c88904f62 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 +----
- requirements.txt           |  9 ---------
+ requirements.txt           | 10 ----------
  setup.py                   |  1 -
- test-requirements.txt      | 16 ----------------
- 4 files changed, 1 insertion(+), 30 deletions(-)
+ test-requirements.txt      | 13 -------------
+ 4 files changed, 1 insertion(+), 28 deletions(-)
  delete mode 100644 requirements.txt
  delete mode 100644 test-requirements.txt
 
 diff --git a/keystoneclient/__init__.py b/keystoneclient/__init__.py
-index d13c009..0fb852f 100644
+index 07aaa70..c5fb9ed 100644
 --- a/keystoneclient/__init__.py
 +++ b/keystoneclient/__init__.py
 @@ -13,7 +13,4 @@
@@ -27,48 +27,46 @@ index d13c009..0fb852f 100644
 +__version__ = "REDHATKEYSTONECLIENTVERSION"
 diff --git a/requirements.txt b/requirements.txt
 deleted file mode 100644
-index c537876..0000000
+index 8533bde..0000000
 --- a/requirements.txt
 +++ /dev/null
-@@ -1,9 +0,0 @@
+@@ -1,10 +0,0 @@
 -pbr>=0.5.21,<1.0
 -argparse
 -iso8601>=0.1.4
 -PrettyTable>=0.6,<0.8
 -requests>=1.1
 -simplejson>=2.0.9
--six
--oslo.config>=1.1.0
+-six>=1.4.1
+-oslo.config>=1.2.0
 -netaddr
+-Babel>=1.3
 diff --git a/setup.py b/setup.py
-index 2a0786a..afab729 100644
+index 70c2b3f..afab729 100644
 --- a/setup.py
 +++ b/setup.py
 @@ -18,5 +18,4 @@
  import setuptools
  
  setuptools.setup(
--    setup_requires=['pbr>=0.5.21,<1.0'],
+-    setup_requires=['pbr'],
      pbr=True)
 diff --git a/test-requirements.txt b/test-requirements.txt
 deleted file mode 100644
-index 2525fa8..0000000
+index 9cefe29..0000000
 --- a/test-requirements.txt
 +++ /dev/null
-@@ -1,16 +0,0 @@
--hacking>=0.5.6,<0.7
--
+@@ -1,13 +0,0 @@
+-hacking>=0.5.6,<0.8
 -coverage>=3.6
 -discover
--fixtures>=0.3.12
+-fixtures>=0.3.14
 -httpretty>=0.6.3
--keyring>=1.6.1
--mock>=0.8.0
--mox>=0.5.3
+-keyring>=1.6.1,<2.0
+-mock>=1.0
+-mox3>=0.7.0
 -pycrypto>=2.6
 -sphinx>=1.1.2
 -testrepository>=0.0.17
 -testtools>=0.9.32
 -WebOb>=1.2.3,<1.3
--
--Babel>=0.9.6
diff --git a/python-keystoneclient.spec b/python-keystoneclient.spec
index ec766d6..d5ca3a1 100644
--- a/python-keystoneclient.spec
+++ b/python-keystoneclient.spec
@@ -3,15 +3,15 @@ Name:       python-keystoneclient
 # and restarted version numbering from 0.1.1
 # https://lists.launchpad.net/openstack/msg14248.html
 Epoch:      1
-Version:    0.3.2
-Release:    6%{?dist}
+Version:    0.4.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.3.2
+# patches_base=0.4.1
 #
 Patch0001: 0001-Remove-runtime-dependency-on-python-pbr.patch
 
@@ -31,6 +31,7 @@ Requires: python-simplejson
 Requires: python-oslo-config >= 1.1.0
 Requires: python-d2to1
 Requires: python-six
+Requires: python-babel
 # other requirements
 Requires: python-netaddr
 Requires: python-setuptools
@@ -97,6 +98,9 @@ rm -fr doc/build/html/.doctrees doc/build/html/.buildinfo
 %doc LICENSE doc/build/html
 
 %changelog
+* Fri Oct 18 2013 Jakub Ruzicka <jruzicka at redhat.com> 0.4.1-1
+- Update to upstream 0.4.1
+
 * Thu Sep 19 2013 Jakub Ruzicka <jruzicka at redhat.com> 0.3.2-6
 - Include upstream man page.
 
diff --git a/sources b/sources
index 603e160..e05b87d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f474aa93a79b8566020ffdeed6424c21  python-keystoneclient-0.3.2.tar.gz
+c1ce69c637c86f080b59a6e8e3afb243  python-keystoneclient-0.4.1.tar.gz


More information about the scm-commits mailing list