[oslo] oslo.utils 3.23.0 (pike)
We are happy to announce the release of: oslo.utils 3.23.0: Oslo Utility library This release is part of the pike release series. The source is available from: http://git.openstack.org/cgit/openstack/oslo.utils Download the package from: https://pypi.python.org/pypi/oslo.utils Please report issues through launchpad: http://bugs.launchpad.net/oslo.utils For more details, please see below. Changes in oslo.utils 3.22.0..3.23.0 ------------------------------------ 0d7f387 Updated from global requirements da7899f [Fix gate]Update test requirement d0d5f7a Add missing documentation for secretutils d74b933 Updated from global requirements 3047415 Updated from global requirements 4a1aa4e Update reno for stable/ocata 778b943 Allow scoped ipv6 addresses Diffstat (except docs and test files) ------------------------------------- oslo_utils/netutils.py | 11 ++++++++++- oslo_utils/secretutils.py | 6 ++++++ releasenotes/source/index.rst | 1 + releasenotes/source/ocata.rst | 6 ++++++ requirements.txt | 4 ++-- setup.py | 2 +- test-requirements.txt | 4 ++-- 9 files changed, 37 insertions(+), 7 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index fffd138..ad7beae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10 +10 @@ -pbr>=1.8 # Apache-2.0 +pbr>=2.0.0 # Apache-2.0 @@ -20 +20 @@ debtcollector>=1.2.0 # Apache-2.0 -pyparsing>=2.0.7 # MIT +pyparsing>=2.1.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 383c741..1767c74 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking<0.11,>=0.10.0 +hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 @@ -20 +20 @@ coverage>=4.0 # Apache-2.0 -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +sphinx>=1.5.1 # BSD
participants (1)
-
no-reply@openstack.org