[openstack-dev] [new][oslo] oslo.config 3.13.0 release (newton)
no-reply at openstack.org
no-reply at openstack.org
Wed Jul 13 14:05:37 UTC 2016
We are thrilled to announce the release of:
oslo.config 3.13.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.12.0..3.13.0
-------------------------------------
335b184 Add Python 3.5 classifier and venv
d174a4e Enabling your project for mutable-config
7539018 Add namespace to _list_opts() in test
a08ec74 decode subprocess output so doc build works on python3
7111070 Updated from global requirements
4f97c6f Updated from global requirements
Diffstat (except docs and test files)
-------------------------------------
setup.cfg | 1 +
test-requirements.txt | 4 +-
tox.ini | 2 +-
7 files changed, 128 insertions(+), 5 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index 4789fb0..d444b33 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -21 +21 @@ coverage>=3.6 # Apache-2.0
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
+sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
@@ -23 +23 @@ oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
-reno>=1.6.2 # Apache2
+reno>=1.8.0 # Apache2
More information about the OpenStack-dev
mailing list