- update to 3.6.0:
* Updated from global requirements * Update translation setup * Add prlimit parameter to execute() * Imported Translations from Zanata * Remove unnecessary package in setup.cfg OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.concurrency?expand=0&rev=12
This commit is contained in:
parent
60fb999e11
commit
1506be5369
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:33bdffc488dabf461afe5d0f5f3d900a44c0e1c597ee842126b278b1f0cc6e44
|
|
||||||
size 36426
|
|
3
oslo.concurrency-3.6.0.tar.gz
Normal file
3
oslo.concurrency-3.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:21726ea22125ec3e6076cc13b64ef25b60b31b6eca646c57f0d152f295695353
|
||||||
|
size 39546
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 29 09:33:56 UTC 2016 - dmueller@suse.com
|
||||||
|
|
||||||
|
- update to 3.6.0:
|
||||||
|
* Updated from global requirements
|
||||||
|
* Update translation setup
|
||||||
|
* Add prlimit parameter to execute()
|
||||||
|
* Imported Translations from Zanata
|
||||||
|
* Remove unnecessary package in setup.cfg
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 28 13:15:49 UTC 2016 - dmueller@suse.com
|
Sun Feb 28 13:15:49 UTC 2016 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-oslo.concurrency
|
Name: python-oslo.concurrency
|
||||||
Version: 3.2.0
|
Version: 3.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: OpenStack Oslo concurrency library
|
Summary: OpenStack Oslo concurrency library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -41,11 +41,12 @@ BuildRequires: python-setuptools
|
|||||||
BuildRequires: python-sphinx
|
BuildRequires: python-sphinx
|
||||||
BuildRequires: python-testrepository
|
BuildRequires: python-testrepository
|
||||||
Requires: python-Babel >= 1.3
|
Requires: python-Babel >= 1.3
|
||||||
|
Requires: python-enum34
|
||||||
Requires: python-fasteners >= 0.7
|
Requires: python-fasteners >= 0.7
|
||||||
Requires: python-iso8601 >= 0.1.9
|
Requires: python-iso8601 >= 0.1.9
|
||||||
Requires: python-oslo.config >= 2.3.0
|
Requires: python-oslo.config >= 3.4.0
|
||||||
Requires: python-oslo.i18n >= 1.5.0
|
Requires: python-oslo.i18n >= 2.1.0
|
||||||
Requires: python-oslo.utils >= 2.0.0
|
Requires: python-oslo.utils >= 3.5.0
|
||||||
Requires: python-retrying >= 1.2.3
|
Requires: python-retrying >= 1.2.3
|
||||||
Requires: python-six >= 1.9.0
|
Requires: python-six >= 1.9.0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user