[python-openstackclient/el6-icehouse: 1/2] Update to upstream 0.3.1

Jakub Ruzicka jruzicka at fedoraproject.org
Tue Apr 8 14:47:13 UTC 2014


commit 988c3cfadc304d36c60ae544cbda1f0a98344c57
Author: Jakub Ruzicka <jruzicka at redhat.com>
Date:   Tue Apr 8 15:08:52 2014 +0200

    Update to upstream 0.3.1

 .gitignore                                         |    1 +
 ...e-compatibility-with-older-python-keyring.patch |    8 ++++----
 python-openstackclient.spec                        |    7 +++++--
 sources                                            |    2 +-
 4 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6da4b4a..0ecda99 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /python-openstackclient-0.2.2.tar.gz
 /python-openstackclient-0.3.0.tar.gz
+/python-openstackclient-0.3.1.tar.gz
diff --git a/0001-Restore-compatibility-with-older-python-keyring.patch b/0001-Restore-compatibility-with-older-python-keyring.patch
index b1ec835..32cda41 100644
--- a/0001-Restore-compatibility-with-older-python-keyring.patch
+++ b/0001-Restore-compatibility-with-older-python-keyring.patch
@@ -1,4 +1,4 @@
-From d9b0ee15ee33d9ca1f3d00aff4b442e5d8b54619 Mon Sep 17 00:00:00 2001
+From 9df99f822290ee6f6ecbeeec2112e6c43e454978 Mon Sep 17 00:00:00 2001
 From: Jakub Ruzicka <jruzicka at redhat.com>
 Date: Wed, 8 Jan 2014 14:06:39 +0100
 Subject: [PATCH] Restore compatibility with older python-keyring
@@ -9,15 +9,15 @@ EPEL provides python-keyring version 0.7 which requires old usage.
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/openstackclient/common/openstackkeyring.py b/openstackclient/common/openstackkeyring.py
-index 34c994b..e7431e5 100644
+index 30450e8..37a4c83 100644
 --- a/openstackclient/common/openstackkeyring.py
 +++ b/openstackclient/common/openstackkeyring.py
 @@ -24,7 +24,7 @@ import os
  KEYRING_FILE = os.path.join(os.path.expanduser('~'), '.openstack-keyring.cfg')
  
  
--class OpenstackKeyring(keyring.backends.file.BaseKeyring):
+-class OpenStackKeyring(keyring.backends.file.BaseKeyring):
 +class OpenstackKeyring(keyring.backend.BasicFileKeyring):
-     """Openstack Keyring to store encrypted password."""
+     """OpenStack Keyring to store encrypted password."""
      filename = KEYRING_FILE
  
diff --git a/python-openstackclient.spec b/python-openstackclient.spec
index db3efc8..7c99e36 100644
--- a/python-openstackclient.spec
+++ b/python-openstackclient.spec
@@ -1,5 +1,5 @@
 Name:             python-openstackclient
-Version:          0.3.0
+Version:          0.3.1
 Release:          1%{?dist}
 Summary:          OpenStack Command-line Client
 
@@ -9,7 +9,7 @@ URL:              http://github.com/openstack/python-openstackclient
 Source0:          http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
 
 #
-# patches_base=0.3.0
+# patches_base=0.3.1
 #
 Patch0001: 0001-Restore-compatibility-with-older-python-keyring.patch
 
@@ -93,6 +93,9 @@ rm -fr html/.doctrees html/.buildinfo
 %doc html
 
 %changelog
+* Tue Apr 08 2014 Jakub Ruzicka <jruzicka at redhat.com> 0.3.1-1
+- Update to upstream 0.3.1
+
 * Tue Jan 07 2014 Jakub Ruzicka <jruzicka at redhat.com> 0.3.0-1
 - Update to upstream 0.3.0
 - New dependencies: python-six, python-requests
diff --git a/sources b/sources
index 91005d2..1628bd4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bc0f86d23d706d3a36aba47398fad03b  python-openstackclient-0.3.0.tar.gz
+e3c2b0ef8539a583f767427de8a4bdf9  python-openstackclient-0.3.1.tar.gz


More information about the scm-commits mailing list