[openstack-dev] [release][oslo] oslo.config release 3.3.0 (mitaka)

doug at doughellmann.com doug at doughellmann.com
Wed Jan 20 20:23:11 UTC 2016


We are psyched to announce the release of:

oslo.config 3.3.0: Oslo Configuration API

This release is part of the mitaka 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.2.1..3.3.0
-----------------------------------

9db24a4 Remove argparse from requirements
37f1379 Updated from global requirements

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

requirements.txt      |  5 ++---
test-requirements.txt | 20 ++++++++++----------
2 files changed, 12 insertions(+), 13 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index bab88ce..8613387 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,3 +5,2 @@
-argparse
-netaddr!=0.7.16,>=0.7.12
-six>=1.9.0
+netaddr!=0.7.16,>=0.7.12 # BSD
+six>=1.9.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index e8d618e..2aef725 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,6 +7,6 @@ hacking<0.11,>=0.10.0
-discover
-fixtures>=1.3.1
-python-subunit>=0.0.18
-testrepository>=0.0.18
-testscenarios>=0.4
-testtools>=1.4.0
+discover # BSD
+fixtures>=1.3.1 # Apache-2.0/BSD
+python-subunit>=0.0.18 # Apache-2.0/BSD
+testrepository>=0.0.18 # Apache-2.0/BSD
+testscenarios>=0.4 # Apache-2.0/BSD
+testtools>=1.4.0 # MIT
@@ -18 +18 @@ oslotest>=1.10.0 # Apache-2.0
-coverage>=3.6
+coverage>=3.6 # Apache-2.0
@@ -21 +21 @@ coverage>=3.6
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
@@ -28 +28 @@ oslo.i18n>=1.5.0 # Apache-2.0
-mock>=1.2
+mock>=1.2 # BSD
@@ -31 +31 @@ mock>=1.2
-bandit>=0.13.2
+bandit>=0.13.2 # Apache-2.0





More information about the OpenStack-dev mailing list