[python-keystoneclient] Update to upstream 0.6.0

Jakub Ruzicka jruzicka at fedoraproject.org
Mon Mar 10 14:58:49 UTC 2014


commit 1f6b13a4b2c05ca759c282a1e4fdf1a6cd11b144
Author: Jakub Ruzicka <jruzicka at redhat.com>
Date:   Fri Feb 21 19:54:22 2014 +0100

    Update to upstream 0.6.0

 .gitignore                                         |    1 +
 0001-Remove-runtime-dependency-on-python-pbr.patch |    2 +-
 python-keystoneclient.spec                         |    7 +++++--
 sources                                            |    2 +-
 4 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 59706fe..b98efab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /python-keystoneclient-0.3.2.tar.gz
 /python-keystoneclient-0.4.1.tar.gz
 /python-keystoneclient-0.4.2.tar.gz
+/python-keystoneclient-0.6.0.tar.gz
diff --git a/0001-Remove-runtime-dependency-on-python-pbr.patch b/0001-Remove-runtime-dependency-on-python-pbr.patch
index ebe0764..1961aa9 100644
--- a/0001-Remove-runtime-dependency-on-python-pbr.patch
+++ b/0001-Remove-runtime-dependency-on-python-pbr.patch
@@ -1,4 +1,4 @@
-From e2b37e23a45709f96e101238bbd622457a23af3f Mon Sep 17 00:00:00 2001
+From c6db0ee5c0f05d15dd788c33c91137135818e86b 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 09e6df8..779d640 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.4.2
+Version:    0.6.0
 Release:    1%{?dist}
 Summary:    Client library for OpenStack Identity API
 License:    ASL 2.0
@@ -11,7 +11,7 @@ URL:        http://pypi.python.org/pypi/%{name}
 Source0:    http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
 
 #
-# patches_base=0.4.2
+# patches_base=0.6.0
 #
 Patch0001: 0001-Remove-runtime-dependency-on-python-pbr.patch
 
@@ -95,6 +95,9 @@ rm -fr html/.doctrees html/.buildinfo
 %doc LICENSE html
 
 %changelog
+* Fri Feb 21 2014 Jakub Ruzicka <jruzicka at redhat.com> 0.6.0-1
+- Update to upstream 0.6.0
+
 * Mon Jan 13 2014 Jakub Ruzicka <jruzicka at redhat.com> 0.4.2-1
 - Update to upstream 0.4.2
 - Align doc build with other client packages
diff --git a/sources b/sources
index a482ef4..e661e7b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ca5ed08706f233869e6cb73393b5c7d9  python-keystoneclient-0.4.2.tar.gz
+1d469504058e47205023e6aebe4bb150  python-keystoneclient-0.6.0.tar.gz


More information about the scm-commits mailing list