We are amped to announce the release of: oslo.config 5.2.1: Oslo Configuration API This release is part of the queens stable release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.config Download the package from: https://pypi.org/project/oslo.config Please report issues through launchpad: https://bugs.launchpad.net/oslo.config For more details, please see below. Changes in oslo.config 5.2.0..5.2.1 ----------------------------------- 6056677 sphinxext: Start parsing 'Opt.help' as rST d0241dd sphinxext: Separate parsing of group and opts 9689427 import zuul job settings from project-config 32551b1 Updated from global requirements ca25860 Update UPPER_CONSTRAINTS_FILE for stable/queens 4a48882 Update .gitreview for stable/queens Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 9 ++ oslo_config/sphinxext.py | 226 ++++++++++++++++++++---------------- test-requirements.txt | 6 +- tox.ini | 2 +- 6 files changed, 172 insertions(+), 138 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 53562b2..102fedc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ testtools>=2.2.0 # MIT -oslotest>=1.10.0 # Apache-2.0 +oslotest>=3.2.0 # Apache-2.0 @@ -18,2 +18,2 @@ coverage!=4.4,>=4.0 # Apache-2.0 -sphinx>=1.6.2 # BSD -openstackdocstheme>=1.17.0 # Apache-2.0 +sphinx!=1.6.6,>=1.6.2 # BSD +openstackdocstheme>=1.18.1 # Apache-2.0
participants (1)
-
no-reply@openstack.org