oslo.config 6.11.0 (train)
We joyfully announce the release of: oslo.config 6.11.0: Oslo Configuration API This release is part of the train release series. The source is available from: https://opendev.org/openstack/oslo.config Download the package from: https://pypi.org/project/oslo.config Please report issues through: https://bugs.launchpad.net/oslo.config/+bugs For more details, please see below. Changes in oslo.config 6.10.0..6.11.0 ------------------------------------- 0f29826 Remove '.testr.conf' 2610dff Switch to sphinxcontrib-apidoc a2e8aa9 Deprecate ConfigFilter dc9b711 Add unit tests for validator 0c734ac Add special handling for keystone_authtoken group Diffstat (except docs and test files) ------------------------------------- .testr.conf | 4 -- lower-constraints.txt | 2 +- oslo_config/cfgfilter.py | 7 +++ oslo_config/sphinxext.py | 1 + oslo_config/validator.py | 22 +++++-- test-requirements.txt | 2 +- 21 files changed, 180 insertions(+), 127 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index dab06dd..ce22df6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -27 +27 @@ sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD -mock>=2.0.0 # BSD +mock>=3.0.0 # BSD
participants (1)
-
no-reply@openstack.org