We are excited to announce the release of: oslo.utils 3.32.0: Oslo Utility library This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.utils Download the package from: https://pypi.python.org/pypi/oslo.utils Please report issues through launchpad: https://bugs.launchpad.net/oslo.utils For more details, please see below. Changes in oslo.utils 3.31.0..3.32.0 ------------------------------------ 464a948 Avoid tox_install.sh for constraints support 9359017 Updated from global requirements 963fe79 Remove setting of version/release from releasenotes 805f4a7 Updated from global requirements be430ed Fix some reST field lists in docstrings Diffstat (except docs and test files) ------------------------------------- oslo_utils/eventletutils.py | 2 +- releasenotes/source/conf.py | 12 ++++-------- requirements.txt | 2 +- test-requirements.txt | 6 +++--- tools/tox_install.sh | 30 ------------------------------ tox.ini | 13 +++++-------- 6 files changed, 14 insertions(+), 51 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index afffee1..803e5a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11 +11 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -six>=1.9.0 # MIT +six>=1.10.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 5fdac01..3c022c6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8 +8 @@ fixtures>=3.0.0 # Apache-2.0/BSD -python-subunit>=0.0.18 # Apache-2.0/BSD +python-subunit>=1.0.0 # Apache-2.0/BSD @@ -11 +11 @@ testscenarios>=0.4 # Apache-2.0/BSD -testtools>=1.4.0 # MIT +testtools>=2.2.0 # MIT @@ -27 +27 @@ mock>=2.0.0 # BSD -oslo.config>=4.6.0 # Apache-2.0 +oslo.config>=5.1.0 # Apache-2.0