[python-heatclient] Update to upstream 0.2.6

Jeff Peeler jpeeler at fedoraproject.org
Tue Dec 10 06:46:24 UTC 2013


commit a4d6981f002eae1dd6ad5214c464350eb358e79c
Author: Jeff Peeler <jpeeler at redhat.com>
Date:   Tue Dec 10 01:21:19 2013 -0500

    Update to upstream 0.2.6
    
    Changelog:
    - Update to upstream 0.2.6
    - New dependency: python-six

 .gitignore             |    1 +
 python-heatclient.spec |    9 +++++++--
 sources                |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 78a1698..d77f63a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /python-heatclient-0.2.3.tar.gz
 /python-heatclient-0.2.4.tar.gz
 /python-heatclient-0.2.5.tar.gz
+/python-heatclient-0.2.6.tar.gz
diff --git a/python-heatclient.spec b/python-heatclient.spec
index bd92d4a..a31456c 100644
--- a/python-heatclient.spec
+++ b/python-heatclient.spec
@@ -1,5 +1,5 @@
 Name:		python-heatclient
-Version:	0.2.5
+Version:	0.2.6
 Release:	1%{?dist}
 Summary:	Python API and CLI for OpenStack Heat
 
@@ -9,7 +9,7 @@ URL:		http://pypi.python.org/pypi/python-heatclient
 Source0:	http://tarballs.openstack.org/%{name}/%{name}-%{version}.tar.gz
 
 #
-# patches_base=0.2.5
+# patches_base=0.2.6
 #
 Patch0001: 0001-Nuke-pbr-requirements-handling.patch
 
@@ -25,6 +25,7 @@ Requires:	python-httplib2
 Requires:	python-iso8601
 Requires:	python-keystoneclient
 Requires:	python-prettytable
+Requires:   python-six
 Requires:	PyYAML
 
 %description
@@ -80,6 +81,10 @@ rm -fr html/.doctrees html/.buildinfo
 %doc html
 
 %changelog
+* Tue Dec 10 2013 Jeff Peeler <jpeeler at redhat.com> 0.2.6-1
+- Update to upstream version 0.2.6
+- New dependency: python-six
+
 * Wed Nov 06 2013 Jakub Ruzicka <jruzicka at redhat.com> 0.2.5-1
 - Update to upstream version 0.2.5
 
diff --git a/sources b/sources
index 5c8e558..4c5db97 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-00e27b1767992e138ebe8c4378ab7003  python-heatclient-0.2.5.tar.gz
+20ee4f01f41820fa879f925aa5cf127e  python-heatclient-0.2.6.tar.gz


More information about the scm-commits mailing list