[oslo] oslo.config 4.13.0 (queens)
We are pumped to announce the release of: oslo.config 4.13.0: Oslo Configuration API This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.config Download the package from: https://pypi.python.org/pypi/oslo.config Please report issues through launchpad: https://bugs.launchpad.net/oslo.config For more details, please see below. Changes in oslo.config 4.12.0..4.13.0 ------------------------------------- e6749d3 Updated from global requirements f4d6b75 Use boolean where expected e2acabe Fix sphinx option generation when advanced=True 85daf7a Updated from global requirements Diffstat (except docs and test files) ------------------------------------- oslo_config/cfg.py | 2 +- oslo_config/sphinxext.py | 8 ++++---- requirements.txt | 4 ++-- test-requirements.txt | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 7e27b89..dae0327 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ debtcollector>=1.2.0 # Apache-2.0 -netaddr!=0.7.16,>=0.7.13 # BSD +netaddr>=0.7.18 # BSD @@ -9 +9 @@ stevedore>=1.20.0 # Apache-2.0 -oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 +oslo.i18n>=3.15.3 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 868274f..61de4bc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -20 +20 @@ sphinx>=1.6.2 # BSD -openstackdocstheme>=1.16.0 # Apache-2.0 +openstackdocstheme>=1.17.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org