- 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:
parent
75e7a252f1
commit
af8d29ba00
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7e4617b235ac3ba3a13299b893668634048991d198c1c44e9a4543cf46251e88
|
|
||||||
size 48455
|
|
3
oslo.concurrency-3.25.0.tar.gz
Normal file
3
oslo.concurrency-3.25.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ced2a835269584baab152dc0455dc855191da08bf4eadf1ecec6531b8724fca1
|
||||||
|
size 48736
|
@ -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
|
Mon Jan 15 11:50:29 UTC 2018 - cloud-devel@suse.de
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-oslo.concurrency
|
Name: python-oslo.concurrency
|
||||||
Version: 3.24.0
|
Version: 3.25.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: OpenStack oslo.concurrency library
|
Summary: OpenStack oslo.concurrency library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://launchpad.net/oslo.concurrency
|
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: openstack-macros
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python2-enum34 >= 1.0.4
|
BuildRequires: python2-enum34 >= 1.0.4
|
||||||
@ -91,7 +91,7 @@ external processes.
|
|||||||
This package contains the documentation.
|
This package contains the documentation.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n oslo.concurrency-3.24.0
|
%autosetup -p1 -n oslo.concurrency-3.25.0
|
||||||
%py_req_cleanup
|
%py_req_cleanup
|
||||||
sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
|
sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user