We are jazzed to announce the release of: oslo.config 6.11.1: 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.11.0..6.11.1 ------------------------------------- 8ab5fa2 Improve removing quotes logic 039fdae Bump the openstackdocstheme extension to 1.20 1d10674 Blacklist sphinx 2.1.0 (autodoc bug) 8955b48 Clean up the unnecessary sphinx from test-requirements.txt 2488c1e Add Python 3 Train unit tests Diffstat (except docs and test files) ------------------------------------- .gitignore | 3 +++ .zuul.d/project.yaml | 3 +-- lower-constraints.txt | 2 +- oslo_config/types.py | 2 +- releasenotes/source/conf.py | 48 ----------------------------------------- setup.cfg | 1 + test-requirements.txt | 7 +----- tox.ini | 4 +++- 11 files changed, 18 insertions(+), 76 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index ce22df6..b6e4dda 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,0 +4 @@ + @@ -22,4 +22,0 @@ coverage!=4.4,>=4.0 # Apache-2.0 -# this is required for the sphinx extension -sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD -sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD - @@ -32,2 +28,0 @@ bandit>=1.1.0,<1.6.0 # Apache-2.0 - -reno>=2.5.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org