[release-announce] [oslo] oslo.config 6.0.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Tue Mar 27 18:56:00 UTC 2018


We are satisfied to announce the release of:

oslo.config 6.0.0: Oslo Configuration API

This release is part of the rocky 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.2.0..6.0.0
-----------------------------------

9fc82e9 Support trailing commas in values of list type
98aba84 add a job to run unit tests against the lower bounds of our dependencies
7d250ab Follow the new PTI for document build
3a9d653 Remove MultiConfigParser
835cad6 add user documentation for get_location()
2fce6fc track config file and command line locations for user settings
6e3c382 Updated from global requirements
eb37679 Update links in README
d4a321c trivial change to contributing instructions
bdba34f add source filename to option locations set in code
4010c4b report the correct location for an option updated with set_defaults()
a9625c7 track the location where configuration options are set
5b6f9e7 Update reno for stable/queens
68e730e Updated from global requirements
c18ac34 Updated from global requirements
2ca79ed Updated from global requirements
3632288 Updated from global requirements


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

.zuul.d/project.yaml                   |   7 +
CONTRIBUTING.rst                       |   2 +-
README.rst                             |   4 +-
lower-constraints.txt                  |  52 ++++++
oslo_config/cfg.py                     | 293 +++++++++++++++++----------------
oslo_config/fixture.py                 |   3 +-
oslo_config/types.py                   |   2 +-
releasenotes/source/index.rst          |   1 +
releasenotes/source/queens.rst         |   6 +
requirements.txt                       |   3 +-
setup.cfg                              |   9 -
test-requirements.txt                  |   8 +-
tox.ini                                |  12 +-
20 files changed, 497 insertions(+), 253 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 9a2bb87..969f09f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11 +11,2 @@ rfc3986>=0.3.1 # Apache-2.0
-PyYAML>=3.10 # MIT
+PyYAML>=3.12 # MIT
+enum34>=1.0.4;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index 53562b2..94e75fa 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10 @@ testtools>=2.2.0 # MIT
-oslotest>=1.10.0 # Apache-2.0
+oslotest>=3.2.0 # Apache-2.0
@@ -17,4 +17,2 @@ coverage!=4.4,>=4.0 # Apache-2.0
-# this is required for the docs build jobs
-sphinx>=1.6.2 # BSD
-openstackdocstheme>=1.17.0 # Apache-2.0
-reno>=2.5.0 # Apache-2.0
+# this is required for the sphinx extension
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD






More information about the Release-announce mailing list