[release][oslo] oslo.concurrency release 2.1.0 (liberty)
We are overjoyed to announce the release of: oslo.concurrency 2.1.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 For more details, please see the git log history below and: http://launchpad.net/oslo.concurrency/+milestone/2.1.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.concurrency Changes in oslo.concurrency 2.0.0..2.1.0 ---------------------------------------- f93aeed Imported Translations from Transifex df3a300 Updated from global requirements 2db9a21 Updated from global requirements d830700 Add 2 callbacks to processutils.execute() 40f9025 Updated from global requirements 98c3227 Fix LockFixture docstring b0033d8 Updated from global requirements fce7ef4 Switch badges from 'pypip.in' to 'shields.io' d6b9ed2 Updated from global requirements 9f22c45 Replace locks and replace with fasteners library provides ones Diffstat (except docs and test files) ------------------------------------- README.rst | 4 +- .../LC_MESSAGES/oslo.concurrency-log-error.po | 30 -- .../en_GB/LC_MESSAGES/oslo.concurrency-log-info.po | 12 +- .../locale/en_GB/LC_MESSAGES/oslo.concurrency.po | 13 +- .../es/LC_MESSAGES/oslo.concurrency-log-info.po | 26 ++ .../locale/es/LC_MESSAGES/oslo.concurrency.po | 98 ++++++ .../fr/LC_MESSAGES/oslo.concurrency-log-error.po | 30 -- .../fr/LC_MESSAGES/oslo.concurrency-log-info.po | 10 +- .../locale/fr/LC_MESSAGES/oslo.concurrency.po | 14 +- .../locale/oslo.concurrency-log-error.pot | 18 +- .../locale/oslo.concurrency-log-info.pot | 17 +- oslo.concurrency/locale/oslo.concurrency.pot | 43 +-- oslo_concurrency/fixture/lockutils.py | 4 +- oslo_concurrency/lockutils.py | 373 +------------------- oslo_concurrency/processutils.py | 20 ++ requirements.txt | 13 +- setup.py | 1 - test-requirements.txt | 10 +- 20 files changed, 215 insertions(+), 922 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index df20d90..67df2df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr>=0.11,<2.0 +pbr<2.0,>=0.11 @@ -8,4 +8,4 @@ iso8601>=0.1.9 -oslo.config>=1.11.0 # Apache-2.0 -oslo.i18n>=1.5.0 # Apache-2.0 -oslo.utils>=1.4.0 # Apache-2.0 -posix_ipc +oslo.config>=1.11.0 # Apache-2.0 +oslo.i18n>=1.5.0 # Apache-2.0 +oslo.utils>=1.6.0 # Apache-2.0 +posix-ipc @@ -13 +13,2 @@ six>=1.9.0 -retrying>=1.2.3,!=1.3.0 # Apache-2.0 +fasteners>=0.7 # Apache-2.0 +retrying!=1.3.0,>=1.2.3 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 5808fd5..68f4967 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,2 +5,2 @@ -hacking>=0.10.0,<0.11 -oslotest>=1.5.1 # Apache-2.0 +hacking<0.11,>=0.10.0 +oslotest>=1.5.1 # Apache-2.0 @@ -12,2 +12,2 @@ fixtures>=0.3.14 -oslosphinx>=2.5.0 # Apache-2.0 -sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 +oslosphinx>=2.5.0 # Apache-2.0 +sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 @@ -15 +15 @@ sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 -eventlet>=0.17.3 +eventlet>=0.17.4
participants (1)
-
davanum@gmail.com