We enthusiastically announce the release of: os-refresh-config 10.4.0: Refresh system configuration This release is part of the train stable release series. The source is available from: https://opendev.org/openstack/os-refresh-config Download the package from: https://tarballs.openstack.org/null/ Please report issues through: https://bugs.launchpad.net/os-refresh-config/+bugs For more details, please see below. Changes in os-refresh-config 10.3.0..10.4.0 ------------------------------------------- 2ea1cca Sync Sphinx requirement 6b65f9a Update the constraints url 4306cf9 Add Python 3 Train unit tests Diffstat (except docs and test files) ------------------------------------- setup.cfg | 5 +++++ test-requirements.txt | 3 ++- tox.ini | 4 ++-- zuul.d/layout.yaml | 3 +-- 4 files changed, 10 insertions(+), 5 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