[openstack-dev] [new][oslo] oslo.config 3.12.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Tue Jun 28 11:16:29 UTC 2016


We are pleased to announce the release of:

oslo.config 3.12.0: Oslo Configuration API

This release is part of the newton release series.

With source available at:

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

With package available at:

    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.11.0..3.12.0
-------------------------------------

45ee2be Add URIOpt
1543359 Add support for a deprecated version
cd2021b Updated from global requirements
5ee4092 Support template substitution of DictOpt
bba5a89 fixture: Provide parameter enforce_type for method config
229a762 Required Option
dd983f1 Handle some native python types in config generation


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

oslo_config/cfg.py                  | 28 +++++++++++-
oslo_config/fixture.py              |  5 +-
oslo_config/generator.py            | 61 +++++++++++++++++++------
oslo_config/sphinxext.py            |  6 ++-
oslo_config/types.py                | 34 ++++++++++++++
requirements.txt                    |  1 +
test-requirements.txt               |  2 +-
12 files changed, 321 insertions(+), 19 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index bfa7a9b..d1ac579 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,0 +10 @@ oslo.i18n>=2.1.0 # Apache-2.0
+rfc3986>=0.2.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 966fc1d..4789fb0 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +8 @@ discover # BSD
-fixtures<2.0,>=1.3.1 # Apache-2.0/BSD
+fixtures>=3.0.0 # Apache-2.0/BSD





More information about the OpenStack-dev mailing list