We are tickled pink to announce the release of: oslo.config 2.1.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.1.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.config Changes in oslo.config 2.0.0..2.1.0 ----------------------------------- f00408c Updated from global requirements 3f7b642 Add regex validation to String type 67c3abb Add enforce_type option when setting an override Diffstat (except docs and test files) ------------------------------------- oslo_config/cfg.py | 10 ++++++++-- oslo_config/types.py | 28 ++++++++++++++++++++++++---- test-requirements.txt | 3 +-- 5 files changed, 93 insertions(+), 9 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 5c5ec24..b0a9581 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -28,2 +28 @@ oslo.i18n>=1.5.0 # Apache-2.0 -mock!=1.1.4,>=1.1;python_version!='2.6' -mock==1.0.1;python_version=='2.6' +mock>=1.2