[python-oslo-concurrency] update to 1.6.0

Matthias Runge mrunge at fedoraproject.org
Wed Mar 11 11:42:42 UTC 2015


commit e98ca578ae6d2fd5d38fa479730f7f9891f2144b
Author: Matthias Runge <mrunge at redhat.com>
Date:   Wed Mar 11 12:42:30 2015 +0100

    update to 1.6.0

 .gitignore                   | 1 +
 python-oslo-concurrency.spec | 8 +++++---
 sources                      | 2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b2207fb..793cffb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /oslo.concurrency-1.4.1.tar.gz
+/oslo.concurrency-1.6.0.tar.gz
diff --git a/python-oslo-concurrency.spec b/python-oslo-concurrency.spec
index e40e4c4..f40539a 100644
--- a/python-oslo-concurrency.spec
+++ b/python-oslo-concurrency.spec
@@ -2,8 +2,8 @@
 %global pypi_name oslo.concurrency
 
 Name:           python-oslo-concurrency
-Version:        1.4.1
-Release:        2%{?dist}
+Version:        1.6.0
+Release:        1%{?dist}
 Summary:        oslo.concurrency library
 
 License:        ASL 2.0
@@ -54,7 +54,6 @@ rm -rf html/.{doctrees,buildinfo}
 
 %install
 %{__python2} setup.py install --skip-build --root %{buildroot}
-cp -r oslo_concurrency/openstack %{buildroot}%{python2_sitelib}/oslo_concurrency
 
 
 %files
@@ -67,6 +66,9 @@ cp -r oslo_concurrency/openstack %{buildroot}%{python2_sitelib}/oslo_concurrency
 %{_bindir}/lockutils-wrapper
 
 %changelog
+* Wed Mar 11 2015 Matthias Runge <mrunge at redhat.com> - 1.6.0-1
+- upgrade to 1.6.0
+
 * Fri Feb 20 2015 Matthias Runge <mrunge at redhat.com> - 1.4.1-2
 - added openstack/common/fileutils.py
 - added dependencies
diff --git a/sources b/sources
index 61f32a5..75decb3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ec6ff1c8c7f0d287f326407041c9cf2a  oslo.concurrency-1.4.1.tar.gz
+65b2233d08bf67ac487eb5b6aa45de06  oslo.concurrency-1.6.0.tar.gz


More information about the scm-commits mailing list