[openstack-dev] [new][oslo] oslo.config 3.19.0 release (ocata)

no-reply at openstack.org no-reply at openstack.org
Wed Nov 2 15:47:18 UTC 2016


We are thrilled to announce the release of:

oslo.config 3.19.0: Oslo Configuration API

This release is part of the ocata release series.

The source is available from:

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

Download the package from:

    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.18.0..3.19.0
-------------------------------------

0be235e Fixup list types handling tuples
2096e72 Updated from global requirements
33018ed [TrivialFix] Replace 'assertTrue(a in b)' with 'assertIn(a, b)'


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

oslo_config/types.py            | 17 ++++-----
test-requirements.txt           |  2 +-
4 files changed, 53 insertions(+), 48 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 4795629..b3b9149 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -17 +17 @@ oslotest>=1.10.0 # Apache-2.0
-coverage>=3.6 # Apache-2.0
+coverage>=4.0 # Apache-2.0





More information about the OpenStack-dev mailing list