[oslo] oslo.concurrency 3.24.0 (queens)
We are jazzed to announce the release of: oslo.concurrency 3.24.0: Oslo Concurrency library This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.concurrency Download the package from: https://pypi.python.org/pypi/oslo.concurrency Please report issues through launchpad: https://bugs.launchpad.net/oslo.concurrency For more details, please see below. Changes in oslo.concurrency 3.23.0..3.24.0 ------------------------------------------ 9584101 Remove -U from pip install d3abe4a Avoid tox_install.sh for constraints support f03a0b8 Updated from global requirements 53913fd Remove setting of version/release from releasenotes 7fa3f93 Updated from global requirements 1d3b8cb Updated from global requirements 3ee11cc Updated from global requirements 1ea4777 Imported Translations from Zanata Diffstat (except docs and test files) ------------------------------------- releasenotes/source/conf.py | 12 +++------ .../locale/en_GB/LC_MESSAGES/releasenotes.po | 9 ++++--- requirements.txt | 6 ++--- test-requirements.txt | 2 +- tools/tox_install.sh | 30 ---------------------- tox.ini | 11 ++++---- 6 files changed, 19 insertions(+), 51 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 63138d0..7010b6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ enum34>=1.0.4;python_version=='2.7' or python_version=='2.6' or python_version== -oslo.config>=4.6.0 # Apache-2.0 +oslo.config>=5.1.0 # Apache-2.0 @@ -9,2 +9,2 @@ oslo.i18n>=3.15.3 # Apache-2.0 -oslo.utils>=3.28.0 # Apache-2.0 -six>=1.9.0 # MIT +oslo.utils>=3.31.0 # Apache-2.0 +six>=1.10.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 29d8f9d..552d826 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8 +8 @@ coverage!=4.4,>=4.0 # Apache-2.0 -futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD +futures>=3.0.0;python_version=='2.7' or python_version=='2.6' # BSD
participants (1)
-
no-reply@openstack.org