We are psyched to announce the release of: os-collect-config 10.5.0: Collect and cache metadata, run hooks on changes. This release is part of the train stable release series. The source is available from: https://opendev.org/openstack/os-collect-config Download the package from: https://tarballs.openstack.org/null/ Please report issues through: https://bugs.launchpad.net/os-collect-config/+bugs For more details, please see below. Changes in os-collect-config 10.4.0..10.5.0 ------------------------------------------- 720165e Sync Sphinx requirement b7e8c09 Update the constraints url 461c30d Fix config file documentation Diffstat (except docs and test files) ------------------------------------- README.rst | 2 +- test-requirements.txt | 3 ++- tox.ini | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index e948423..a498fff 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10,2 @@ python-subunit>=1.0.0 # Apache-2.0/BSD -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD +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,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD