[release-announce] [oslo] oslo.config 5.1.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Mon Nov 20 16:33:18 UTC 2017


We are psyched to announce the release of:

oslo.config 5.1.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 5.0.0..5.1.0
-----------------------------------

eb6ff02 Remove setting of version/release from releasenotes
32b073c Updated from global requirements
7e580d3 Make help message include choices information for StrOpt
4a3612c Correct documentation error in DeprecatedOpt
9fa6bc6 Cleanup test-requirements


Diffstat (except docs and test files)
-------------------------------------

oslo_config/cfg.py            | 23 ++++++++++++++++++++++-
releasenotes/source/conf.py   | 12 ++++--------
requirements.txt              |  2 +-
test-requirements.txt         |  3 +--
5 files changed, 54 insertions(+), 12 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index dae0327..9a2bb87 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ netaddr>=0.7.18 # BSD
-six>=1.9.0 # MIT
+six>=1.10.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 61de4bc..53562b2 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7 +6,0 @@ fixtures>=3.0.0 # Apache-2.0/BSD
-python-subunit>=0.0.18 # Apache-2.0/BSD
@@ -10 +9 @@ testscenarios>=0.4 # Apache-2.0/BSD
-testtools>=1.4.0 # MIT
+testtools>=2.2.0 # MIT






More information about the Release-announce mailing list