We are thrilled to announce the release of: tripleo-image-elements 10.6.0: Disk image builder elements for deploying OpenStack. This release is part of the train stable release series. The source is available from: https://opendev.org/openstack/tripleo-image-elements Download the package from: https://tarballs.openstack.org/null/ Please report issues through: https://bugs.launchpad.net/tripleo/+bugs For more details, please see below. Changes in tripleo-image-elements 10.5.1..10.6.0 ------------------------------------------------ bcb1e649 Sync Sphinx requirement c94f6b7a Update the constraints url Diffstat (except docs and test files) ------------------------------------- test-requirements.txt | 3 ++- tox.ini | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 0c9d41c7..208e7da0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5,2 @@ oslotest -sphinx>=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