[oslo] oslo.config 4.12.0 (queens)
We are ecstatic to announce the release of: oslo.config 4.12.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.11.0..4.12.0 ------------------------------------- 7fde851 Remove redundant colon in doc 393275f Updated from global requirements c934504 Update reno for stable/pike add9464 Updated from global requirements d7931f2 Empty groupname will be 'DEFAULT' by default dd6418d Added exception when namespace option is missing c42e8c7 Fix the incorrect file path Diffstat (except docs and test files) ------------------------------------- oslo_config/generator.py | 10 ++++++++-- oslo_config/sphinxext.py | 4 ++++ releasenotes/source/index.rst | 1 + releasenotes/source/pike.rst | 6 ++++++ requirements.txt | 2 +- test-requirements.txt | 6 +++--- 9 files changed, 29 insertions(+), 12 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index e809b98..7e27b89 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11 +11 @@ rfc3986>=0.3.1 # Apache-2.0 -PyYAML>=3.10.0 # MIT +PyYAML>=3.10 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 06a0967..868274f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -20,2 +20,2 @@ sphinx>=1.6.2 # BSD -openstackdocstheme>=1.11.0 # Apache-2.0 -reno!=2.3.1,>=1.8.0 # Apache-2.0 +openstackdocstheme>=1.16.0 # Apache-2.0 +reno>=2.5.0 # Apache-2.0 @@ -24 +24 @@ reno!=2.3.1,>=1.8.0 # Apache-2.0 -mock>=2.0 # BSD +mock>=2.0.0 # BSD
participants (1)
-
no-reply@openstack.org