[openstack-announce] [release][oslo] oslo.config release 1.13.0 (liberty)
davanum at gmail.com
davanum at gmail.com
Mon Jun 29 18:09:21 UTC 2015
We are stoked to announce the release of:
oslo.config 1.13.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/1.13.0
Please report issues through launchpad:
http://bugs.launchpad.net/oslo.config
Changes in oslo.config 1.12.1..1.13.0
-------------------------------------
d4c7306 Do not use oslo namespace for oslo.i18n lib
b3198a7 Updated from global requirements
40676e2 Fix sorting of optional arguments
81864be Switch badges from 'pypip.in' to 'shields.io'
795c5d1 Updated from global requirements
a62654a Fix typo in Opt class doc string
Diffstat (except docs and test files)
-------------------------------------
README.rst | 4 ++--
oslo_config/cfg.py | 9 ++++++---
requirements.txt | 2 +-
setup.py | 1 -
test-requirements.txt | 12 ++++++------
7 files changed, 31 insertions(+), 15 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index e0989f1..b020ba8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +8 @@ six>=1.9.0
-stevedore>=1.3.0 # Apache-2.0
+stevedore>=1.5.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 27f6050..9a8f505 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=0.10.0,<0.11
+hacking<0.11,>=0.10.0
@@ -12,2 +12,2 @@ testscenarios>=0.4
-testtools>=0.9.36,!=1.2.0
-oslotest>=1.5.1 # Apache-2.0
+testtools>=1.4.0
+oslotest>=1.5.1 # Apache-2.0
@@ -21,2 +21,2 @@ coverage>=3.6
-sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-oslosphinx>=2.5.0 # Apache-2.0
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
+oslosphinx>=2.5.0 # Apache-2.0
@@ -25 +25 @@ oslosphinx>=2.5.0 # Apache-2.0
-oslo.i18n>=1.5.0 # Apache-2.0
+oslo.i18n>=1.5.0 # Apache-2.0
More information about the OpenStack-announce
mailing list