[openstack-announce] [release][oslo] oslo.config release 1.15.0 (liberty)
davanum at gmail.com
davanum at gmail.com
Mon Jul 13 18:11:23 UTC 2015
We are delighted to announce the release of:
oslo.config 1.15.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.15.0
Please report issues through launchpad:
http://bugs.launchpad.net/oslo.config
Changes in oslo.config 1.14.0..1.15.0
-------------------------------------
061ab83 Fix use of mock for 1.1.0
858c5de Updated from global requirements
366ca45 Expose min and max to IntOpt
2576dd3 Don't convert ValueError into NoSuchOptError in ConfigOpts
b89f581 Add FAQ entry for why we do not treat config options as API
Diffstat (except docs and test files)
-------------------------------------
oslo_config/cfg.py | 9 +++--
oslo_config/generator.py | 6 ++++
test-requirements.txt | 3 +-
8 files changed, 121 insertions(+), 9 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index 1a68205..7261313 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -28 +28,2 @@ oslo.i18n>=1.5.0 # Apache-2.0
-mock>=1.0
+mock>=1.1;python_version!='2.6'
+mock==1.0.1;python_version=='2.6'
More information about the OpenStack-announce
mailing list