diff --git a/oslo.concurrency-3.24.0.tar.gz b/oslo.concurrency-3.24.0.tar.gz deleted file mode 100644 index 97f0db2..0000000 --- a/oslo.concurrency-3.24.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e4617b235ac3ba3a13299b893668634048991d198c1c44e9a4543cf46251e88 -size 48455 diff --git a/oslo.concurrency-3.25.0.tar.gz b/oslo.concurrency-3.25.0.tar.gz new file mode 100644 index 0000000..17ff7a7 --- /dev/null +++ b/oslo.concurrency-3.25.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ced2a835269584baab152dc0455dc855191da08bf4eadf1ecec6531b8724fca1 +size 48736 diff --git a/python-oslo.concurrency.changes b/python-oslo.concurrency.changes index 7732445..495d9e7 100644 --- a/python-oslo.concurrency.changes +++ b/python-oslo.concurrency.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Jan 30 15:13:47 UTC 2018 - cloud-devel@suse.de + +- update to version 3.25.0 + - Add python_exec kwarg to processutils.execute() + - Updated from global requirements + - add bandit to pep8 job + ------------------------------------------------------------------- Mon Jan 15 11:50:29 UTC 2018 - cloud-devel@suse.de diff --git a/python-oslo.concurrency.spec b/python-oslo.concurrency.spec index 1871cf2..9c6d67f 100644 --- a/python-oslo.concurrency.spec +++ b/python-oslo.concurrency.spec @@ -17,13 +17,13 @@ Name: python-oslo.concurrency -Version: 3.24.0 +Version: 3.25.0 Release: 0 Summary: OpenStack oslo.concurrency library License: Apache-2.0 Group: Development/Languages/Python Url: https://launchpad.net/oslo.concurrency -Source0: https://files.pythonhosted.org/packages/source/o/oslo.concurrency/oslo.concurrency-3.24.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/o/oslo.concurrency/oslo.concurrency-3.25.0.tar.gz BuildRequires: openstack-macros BuildRequires: python-devel BuildRequires: python2-enum34 >= 1.0.4 @@ -91,7 +91,7 @@ external processes. This package contains the documentation. %prep -%autosetup -p1 -n oslo.concurrency-3.24.0 +%autosetup -p1 -n oslo.concurrency-3.25.0 %py_req_cleanup sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg