[release][oslo] oslo.concurrency release 2.5.0 (liberty)
We are chuffed to announce the release of:
oslo.concurrency 2.5.0: Oslo Concurrency library
This release is part of the liberty release series.
With source available at:
http://git.openstack.org/cgit/openstack/oslo.concurrency
With package available at:
https://pypi.python.org/pypi/oslo.concurrency
For more details, please see the git log history below and:
http://launchpad.net/oslo.concurrency/+milestone/2.5.0
Please report issues through launchpad:
http://bugs.launchpad.net/oslo.concurrency
Changes in oslo.concurrency 2.4.0..2.5.0 ----------------------------------------
6564190 Updated from global requirements fc3f3cd Updated from global requirements 3aaa639 Use oslo_utils reflection to get 'f' callable name ca1a4c2 flake8 - remove unused rules 4ff6635 Imported Translations from Transifex 9febe30 Updated from global requirements
Diffstat (except docs and test files) -------------------------------------
.../locale/en_GB/LC_MESSAGES/oslo.concurrency-log-info.po | 4 ++-- oslo.concurrency/locale/en_GB/LC_MESSAGES/oslo.concurrency.po | 4 ++-- .../locale/es/LC_MESSAGES/oslo.concurrency-log-info.po | 4 ++-- oslo.concurrency/locale/es/LC_MESSAGES/oslo.concurrency.po | 4 ++-- .../locale/fr/LC_MESSAGES/oslo.concurrency-log-info.po | 4 ++-- oslo.concurrency/locale/fr/LC_MESSAGES/oslo.concurrency.po | 4 ++-- oslo_concurrency/lockutils.py | 7 +++++-- requirements.txt | 6 +++--- test-requirements.txt | 2 +- tox.ini | 5 +---- 10 files changed, 22 insertions(+), 22 deletions(-)
Requirements updates --------------------
diff --git a/requirements.txt b/requirements.txt index 6013555..5a77ff6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr<2.0,>=1.3 +pbr<2.0,>=1.4 @@ -8 +8 @@ iso8601>=0.1.9 -oslo.config>=1.11.0 # Apache-2.0 +oslo.config>=2.1.0 # Apache-2.0 @@ -10 +10 @@ oslo.i18n>=1.5.0 # Apache-2.0 -oslo.utils>=1.9.0 # Apache-2.0 +oslo.utils>=2.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 249a494..7a50698 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ hacking<0.11,>=0.10.0 -oslotest>=1.9.0 # Apache-2.0 +oslotest>=1.10.0 # Apache-2.0
participants (1)
-
davanum@gmail.com