[release-announce] cinder-tempest-plugin 0.3.0 (train)

no-reply at openstack.org no-reply at openstack.org
Wed Sep 25 11:49:51 UTC 2019


We joyfully announce the release of:

cinder-tempest-plugin 0.3.0: Tempest plugin tests for Cinder.

This release is part of the train release series.

The source is available from:

    https://opendev.org/openstack/cinder-tempest-plugin

Download the package from:

    https://tarballs.openstack.org/cinder-tempest-plugin/

Please report issues through:

    https://bugs.launchpad.net/cinder/+bugs

For more details, please see below.

Changes in cinder-tempest-plugin 0.2.0..0.3.0
---------------------------------------------

98e029d Switch to the new canonical constraints URL on master
8ab0e97 Sync Sphinx requirement
43ac4dc Fix package name in metadata
6ab5225 OpenDev Migration Patch
6a37884 Replace openstack.org git:// URLs with https://


Diffstat (except docs and test files)
-------------------------------------

.gitreview            | 2 +-
.zuul.yaml            | 4 ++--
CONTRIBUTING.rst      | 4 ++--
HACKING.rst           | 3 +--
README.rst            | 4 ++--
setup.cfg             | 2 +-
test-requirements.txt | 3 ++-
tox.ini               | 5 +++--
8 files changed, 14 insertions(+), 13 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index af89592..f53437e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9 +9,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,>=1.6.2;python_version>='3.4'  # BSD






More information about the Release-announce mailing list