[release-announce] [oslo] oslo.config 3.23.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Mon Mar 6 17:23:23 UTC 2017


We are satisfied to announce the release of:

oslo.config 3.23.0: Oslo Configuration API

This release is part of the pike release series.

The source is available from:

    http://git.openstack.org/cgit/openstack/oslo.config

Download the package from:

    https://pypi.python.org/pypi/oslo.config

Please report issues through launchpad:

    http://bugs.launchpad.net/oslo.config

For more details, please see below.

Changes in oslo.config 3.22.0..3.23.0
-------------------------------------

dcdce8f Updated from global requirements
851e305 [Fix gate]Update test requirement
e0f96fa Fix up the option docs
29d3345 Handle getattrs to ConfigOpts for deprecated opts
572003b Updated from global requirements
d7d497a pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz)
73b68c0 Update reno for stable/ocata
f48b20b Fix typo in generator.rst


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

oslo_config/cfg.py            | 79 ++++++++++++++++++++++++++++++++++++++-----
oslo_config/types.py          | 10 +++---
oslo_config/version.py        |  2 +-
releasenotes/source/index.rst |  1 +
releasenotes/source/ocata.rst |  6 ++++
requirements.txt              |  2 +-
setup.py                      |  2 +-
test-requirements.txt         |  5 ++-
10 files changed, 95 insertions(+), 23 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index f2faa32..09204d1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +8 @@ six>=1.9.0 # MIT
-stevedore>=1.17.1 # Apache-2.0
+stevedore>=1.20.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 0c6769c..d0d49be 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,2 +4 @@
-
-hacking<0.11,>=0.10.0
+hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
@@ -20 +19 @@ coverage>=4.0 # Apache-2.0
-sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
+sphinx>=1.5.1 # BSD





More information about the Release-announce mailing list