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

no-reply at openstack.org no-reply at openstack.org
Tue May 24 22:10:31 UTC 2016


We are glad to announce the release of:

oslo.config 3.10.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.9.0..3.10.0
------------------------------------

cd16e52 sphinxconfiggen to generate multiple sample files
9c6bbb1 Fix typo in sphinxconfiggen docs
9930ba4 Updated from global requirements
272a701 fix wrong module name sphinxgenconfig in doc
ed2da1f Update Beta development status from classifiers
6340127 Add 'DEPRECATED: ' prefix for deprecated opts
01ed4fc Avoid duplicate sections in generator output
2799468 Updated from global requirements
bc8f4e7 Updated from global requirements
25926d2 Add * to .coverage in .gitignore
009eb89 Add enfore_type parameter for set_default,
3497a63 Don't set html_last_updated_fmt without git
1d73522 Updated from global requirements
e742fca Updated from global requirements
3f21be7 cfg: do not add --version if not version provided
0d10f6b doc:Log warning when can't get information from git
fa16eb7 Explicitly exclude tests from bandit scan
2531de7 Fix typo error in docstrings of oslo_config.cfg.py
353b7f7 improve documentation about registering entry points for config generator
37588d7 Fix isinstance call
5bee7b4 Replace deprecated LOG.warn with LOG.warning
8becbb6 Update reno for stable/mitaka
a1a1c89 Fallback if git is absent
47318f2 Move bandit into pep8
48977b6 Cleanup open file handles in test cases

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

.gitignore                                |   2 +-
oslo_config/cfg.py                        |  37 +++++----
oslo_config/generator.py                  |  57 ++++++++-----
oslo_config/sphinxconfiggen.py            |  45 ++++++++---
releasenotes/source/index.rst             |   1 +
releasenotes/source/mitaka.rst            |   6 ++
requirements.txt                          |   2 +-
setup.cfg                                 |   2 +-
test-requirements.txt                     |   6 +-
tox.ini                                   |   9 ++-
16 files changed, 391 insertions(+), 95 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 029335d..e0a5ef1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +8 @@ six>=1.9.0 # MIT
-stevedore>=1.5.0 # Apache-2.0
+stevedore>=1.10.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index fe3d3d1..47f809d 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +8 @@ discover # BSD
-fixtures>=1.3.1 # Apache-2.0/BSD
+fixtures<2.0,>=1.3.1 # Apache-2.0/BSD
@@ -23 +23 @@ oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
-reno>=0.1.1 # Apache2
+reno>=1.6.2 # Apache2
@@ -32 +32 @@ mock>=1.2 # BSD
-bandit>=0.17.3 # Apache-2.0
+bandit>=1.0.1 # Apache-2.0





More information about the OpenStack-dev mailing list