[release-announce] zun-tempest-plugin 4.0.0 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Wed Apr 22 13:33:19 UTC 2020


We are jazzed to announce the release of:

zun-tempest-plugin 4.0.0: Tempest plugin zun_tempest_plugin

This release is part of the ussuri release series.

The source is available from:

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

Download the package from:

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

Please report issues through:

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

For more details, please see below.

4.0.0
^^^^^

Upgrade Notes

* Python 2.7 support has been dropped. Last release of zun-tempest-
  plugin to support py2.7 is OpenStack Train. The minimum version of
  Python now supported by zun-tempest-plugin is Python 3.5.

Changes in zun-tempest-plugin 3.1.0..4.0.0
------------------------------------------

9043347 Update docs building
a5ff944 Add test case for requested host
5f8aa8d Add stable/train job to CI
9b836e0 Remove stable/queens job
ce8f9d7 Drop python 2.7 support and testing


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

.zuul.yaml                                         | 21 +++++++--------
.../notes/drop-py-2-7-45bf75864e345d16.yaml        |  6 +++++
setup.cfg                                          | 25 ------------------
test-requirements.txt                              |  5 ++--
tox.ini                                            | 17 +++++-------
8 files changed, 85 insertions(+), 55 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 066dcc3..ed1abb9 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,3 +7,2 @@ hacking<0.13,>=0.12.0 # Apache-2.0
-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
-openstackdocstheme>=1.20.0 # Apache-2.0
+sphinx>=2.0.0,!=2.1.0 # BSD
+openstackdocstheme>=2.0.0 # Apache-2.0






More information about the Release-announce mailing list