We are psyched to announce the release of: oslo.concurrency 3.10.0: Oslo Concurrency library
This release is part of the newton 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 Please report issues through launchpad: http://bugs.launchpad.net/oslo.concurrency For more details, please see below. 3.10.0 ^^^^^^ Other Notes * Switch to reno for managing release notes. Changes in oslo.concurrency 3.9.0..3.10.0 ----------------------------------------- 4c60f8e Imported Translations from Zanata bbcb1ad Updated from global requirements 9a36c18 Add reno for releasenotes management Diffstat (except docs and test files) ------------------------------------- .gitignore | 3 + .../de/LC_MESSAGES/oslo_concurrency-log-info.po | 19 ++ .../locale/oslo_concurrency-log-info.pot | 25 -- oslo_concurrency/locale/oslo_concurrency.pot | 95 ------- oslo_concurrency/version.py | 18 ++ releasenotes/notes/add_reno-3b4ae0789e9c45b4.yaml | 3 + releasenotes/source/_static/.placeholder | 0 releasenotes/source/_templates/.placeholder | 0 releasenotes/source/conf.py | 273 +++++++++++++++++++++ releasenotes/source/index.rst | 8 + releasenotes/source/unreleased.rst | 5 + requirements.txt | 4 +- test-requirements.txt | 3 +- tox.ini | 3 + 14 files changed, 336 insertions(+), 123 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index aa28515..51b3c76 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8 +8 @@ iso8601>=0.1.11 # MIT -oslo.config>=3.9.0 # Apache-2.0 +oslo.config>=3.10.0 # Apache-2.0 @@ -10 +10 @@ oslo.i18n>=2.1.0 # Apache-2.0 -oslo.utils>=3.5.0 # Apache-2.0 +oslo.utils>=3.11.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index d9b4f55..8418f39 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +9 @@ futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD -fixtures<2.0,>=1.3.1 # Apache-2.0/BSD +fixtures>=3.0.0 # Apache-2.0/BSD @@ -13,0 +14 @@ sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD +reno>=1.6.2 # Apache2 __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev