[python-savannaclient/el6] 0.5.0

matt matt at fedoraproject.org
Sat Mar 1 14:51:58 UTC 2014


commit 81e49de030c8d181c7253ef9171275a6b8de23e4
Author: Matthew Farrellee <matt at redhat.com>
Date:   Sat Mar 1 09:17:27 2014 -0500

    0.5.0

 .gitignore                |    1 +
 python-savannaclient.spec |   13 ++++++++-----
 sources                   |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b934bfa..fe4fc8a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /python-savannaclient-0.3.rc3.tar.gz
 /python-savannaclient-0.3.tar.gz
 /python-savannaclient-0.4.1.tar.gz
+/python-savannaclient-0.5.0.tar.gz
diff --git a/python-savannaclient.spec b/python-savannaclient.spec
index 3243db3..ac8ca20 100644
--- a/python-savannaclient.spec
+++ b/python-savannaclient.spec
@@ -1,17 +1,17 @@
 Name:             python-savannaclient
-Version:          0.4.1
+Version:          0.5.0
 Release:          1%{?dist}
 Summary:          Client library for OpenStack Savanna API
 License:          ASL 2.0
 URL:              https://launchpad.net/savanna
-Source0:          http://tarballs.openstack.org/python-savannaclient/python-savannaclient-%{version}%{?suf}.tar.gz
+Source0:          http://tarballs.openstack.org/python-savannaclient/python-savannaclient-%{version}.tar.gz
 
 BuildArch:        noarch
 
 BuildRequires:    python-setuptools
 BuildRequires:    python2-devel
 BuildRequires:    python-d2to1
-BuildRequires:    python-pbr
+BuildRequires:    python-pbr >= 0.5.19
 
 Requires:         python-iso8601
 Requires:         python-requests
@@ -26,10 +26,10 @@ Python client library for interacting with OpenStack Savanna API.
 
 
 %prep
-%setup -q -n python-savannaclient-%{version}%{?suf}
-
+%setup -q -n %{name}-%{version}
 rm -rf python_savannaclient.egg-info
 rm -rf {test-,}requirements.txt
+sed -i 's/0.5.21/0.5.19/' setup.py
 
 
 %build
@@ -49,6 +49,9 @@ rm -rf {test-,}requirements.txt
 
 
 %changelog
+* Sat Mar  1 2014 Matthew Farrellee <matt at redhat> - 0.5.0-1
+- 0.5.0 release
+
 * Fri Jan 17 2014 Matthew Farrellee <matt at redhat> - 0.4.1-1
 - 0.4.1 release - introduced Savanna CLI
 
diff --git a/sources b/sources
index 2aa1c54..e23f446 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-70980510d912beb66940e0164d76980f  python-savannaclient-0.4.1.tar.gz
+e5d54947a20c4f6dbfa3aa9ef5d82ebd  python-savannaclient-0.5.0.tar.gz


More information about the scm-commits mailing list