[openstack-announce] [release][oslo] oslo.config release 2.0.0 (liberty)

davanum at gmail.com davanum at gmail.com
Mon Jul 20 17:46:11 UTC 2015


We are psyched to announce the release of:

oslo.config 2.0.0: Oslo Configuration API

This release is part of the liberty 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

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

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

Please report issues through launchpad:

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

Changes in oslo.config 1.15.0..2.0.0
------------------------------------

f9a6595 Updated from global requirements
145d005 Add *.egg* to .gitignore
9a1ba80 Updated from global requirements
59fd48b Remove oslo namespace package

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

.gitignore                                  |    2 +-
oslo/__init__.py                            |   15 -
oslo/config/__init__.py                     |   28 -
oslo/config/cfg.py                          |   13 -
oslo/config/cfgfilter.py                    |   13 -
oslo/config/fixture.py                      |   13 -
oslo/config/generator.py                    |   13 -
oslo/config/iniparser.py                    |   13 -
oslo/config/types.py                        |   13 -
setup.cfg                                   |    4 -
setup.py                                    |    2 +-
test-requirements.txt                       |    4 +-
36 files changed, 142 insertions(+), 5392 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 7261313..5c5ec24 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13 +13 @@ testtools>=1.4.0
-oslotest>=1.5.1 # Apache-2.0
+oslotest>=1.7.0 # Apache-2.0
@@ -28 +28 @@ oslo.i18n>=1.5.0 # Apache-2.0
-mock>=1.1;python_version!='2.6'
+mock!=1.1.4,>=1.1;python_version!='2.6'





More information about the OpenStack-announce mailing list