[openstack-dev] [oslo][releases] oslo.config 1.10.0 (liberty)

Doug Hellmann doug at doughellmann.com
Tue Apr 14 18:14:56 UTC 2015


We are stoked to announce the release of:

oslo.config 1.10.0: Oslo Configuration API

This release is part of the liberty series.

For more details, please see the git log history below and:

    http://launchpad.net/oslo.config/+milestone/1.10.0

Please report issues through launchpad:

    http://bugs.launchpad.net/oslo.config

Changes in oslo.config 1.9.3..1.10.0
------------------------------------

e30131a 2015-04-09 07:56:44 -0700 Added Raw Value Loading to Test Fixture
cc14a30 2015-04-07 09:14:02 -0700 Add pypi download + version badges
1e9033a 2015-04-03 13:55:07 +0000 Update hacking to kilo level
abe1727 2015-03-30 20:16:00 -0500 Add deprecated_for_removal support to the config generator
aa0a08b 2015-03-30 20:04:16 -0500 Generate docs for constructor
2761029 2015-03-30 19:49:34 -0500 Fix doc build warning
dee52b4 2015-03-21 00:16:50 +0000 Updated from global requirements
7da430b 2015-03-05 17:35:40 -0500 Expand and clean up documentation for the config generator
5379261 2015-03-05 17:35:36 -0500 Add FAQ section to documentation

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

README.rst                          |   8 +++
oslo_config/cfg.py                  |  49 ++++++++-------
oslo_config/fixture.py              |  24 ++++++++
oslo_config/generator.py            |  96 ++++--------------------------
requirements.txt                    |   2 +-
test-requirements.txt               |   8 +--
13 files changed, 263 insertions(+), 122 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 56a2508..f560a0e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ six>=1.9.0
-stevedore>=1.1.0  # Apache-2.0
+stevedore>=1.3.0,<1.4.0  # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 7f76d34..a23ab6e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=0.9.2,<0.10
+hacking>=0.10.0,<0.11
@@ -13 +13 @@ testtools>=0.9.36,!=1.2.0
-oslotest>=1.2.0  # Apache-2.0
+oslotest>=1.5.1,<1.6.0  # Apache-2.0
@@ -22 +22 @@ sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-oslosphinx>=2.2.0  # Apache-2.0
+oslosphinx>=2.5.0,<2.6.0  # Apache-2.0
@@ -25 +25 @@ oslosphinx>=2.2.0  # Apache-2.0
-oslo.i18n>=1.3.0  # Apache-2.0
+oslo.i18n>=1.5.0,<1.6.0  # Apache-2.0


More information about the OpenStack-dev mailing list