- update to version 3.25.0

- Add python_exec kwarg to processutils.execute()
  - Updated from global requirements
  - add bandit to pep8 job

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.concurrency?expand=0&rev=35
This commit is contained in:
Dirk Mueller 2018-01-30 15:14:01 +00:00 committed by Git OBS Bridge
parent 75e7a252f1
commit af8d29ba00
4 changed files with 14 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7e4617b235ac3ba3a13299b893668634048991d198c1c44e9a4543cf46251e88
size 48455

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ced2a835269584baab152dc0455dc855191da08bf4eadf1ecec6531b8724fca1
size 48736

View File

@ -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

View File

@ -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