[openstack-dev] [new][oslo] oslo.config 3.18.0 release (ocata)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 19 04:49:10 UTC 2016


We are tickled pink to announce the release of:

oslo.config 3.18.0: Oslo Configuration API

This release is part of the ocata 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.17.0..3.18.0
-------------------------------------

8cb3352 Fix wrong usage of DuplicateOptError
a17d135 Enable release notes translation
a8178f5 Updated from global requirements
14aa577 Disable warning for missing oslo.config.opts.defaults
f578e99 Updated from global requirements
236defa Updated from global requirements
0715a15 Add doc about config option name and comment in config file
ae9663a modify the home-page info with the developer documentation
6506d13 Correct nits in Iedf808
214dad4 Updated from global requirements
50cc62d Fix missing option types to config doc
2966f31 Add 'schemes' argument to URIOpt
a45025b Fix repr for tuples in choices
6374819 Add some documentation about option deprecation
539e54e test: add enforce_type test
916fa73 standardize release note page ordering
fcc344d Warn user about enforce_type default change
0dad997 Ensure test_config_dir_doesnt_exist() dir doesn't exist
02dd34d Update reno for stable/newton
b5e745d Add HostnameOpt and URIOpt types to sphinxext
b35606d Add missing exceptions to the documentation
fadf8ee Add IPOpt and PortOpt names for sphinxext
2377612 Updated from global requirements
a3c590e Add Range type


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

oslo_config/cfg.py              | 97 +++++++++++++++++++++++++++++++++--------
oslo_config/generator.py        |  1 +
oslo_config/sphinxext.py        |  4 ++
oslo_config/types.py            | 78 ++++++++++++++++++++++++++++++---
releasenotes/source/conf.py     |  3 ++
releasenotes/source/index.rst   |  3 +-
releasenotes/source/newton.rst  |  6 +++
requirements.txt                |  6 +--
setup.cfg                       |  2 +-
test-requirements.txt           |  4 +-
13 files changed, 298 insertions(+), 30 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 972e955..b8e75e1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@ debtcollector>=1.2.0 # Apache-2.0
-netaddr!=0.7.16,>=0.7.12 # BSD
+netaddr!=0.7.16,>=0.7.13 # BSD
@@ -8 +8 @@ six>=1.9.0 # MIT
-stevedore>=1.16.0 # Apache-2.0
+stevedore>=1.17.1 # Apache-2.0
@@ -10 +10 @@ oslo.i18n>=2.1.0 # Apache-2.0
-rfc3986>=0.2.0 # Apache-2.0
+rfc3986>=0.2.2 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 7c3334a..4795629 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -20,2 +20,2 @@ coverage>=3.6 # Apache-2.0
-sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
-oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
+sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
+oslosphinx>=4.7.0 # Apache-2.0





More information about the OpenStack-dev mailing list