os-apply-config 10.4.0 (train)
We contentedly announce the release of: os-apply-config 10.4.0: Config files from cloud metadata This release is part of the train release series. The source is available from: https://opendev.org/openstack/os-apply-config Download the package from: https://tarballs.openstack.org/os-apply-config/ Please report issues through: https://bugs.launchpad.net/os-apply-config/+bugs For more details, please see below. Changes in os-apply-config 10.3.0..10.4.0 ----------------------------------------- 7234780 Sync Sphinx requirement 75d527a Don't render None as "null" cacef4d Replace git.openstack.org URLs with opendev.org URLs 3a4633d OpenDev Migration Patch Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- README.rst | 12 ++++++------ os_apply_config/renderers.py | 2 ++ setup.cfg | 10 +++++----- test-requirements.txt | 3 ++- tox.ini | 2 +- 7 files changed, 22 insertions(+), 14 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 08ad3cb..4e12ba2 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.5 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.5,<2.0.0;python_version=='2.7' # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.5;python_version>='3.4' # BSD
participants (1)
-
no-reply@openstack.org