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

no-reply at openstack.org no-reply at openstack.org
Wed Apr 22 12:11:47 UTC 2020


We are psyched to announce the release of:

vitrage-tempest-plugin 4.0.0: Tempest plugin for Vitrage project

This release is part of the ussuri release series.

The source is available from:

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

Download the package from:

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

Please report issues through:

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

For more details, please see below.

4.0.0
^^^^^

Upgrade Notes

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

Changes in vitrage-tempest-plugin 3.0.0..4.0.0
----------------------------------------------

83eac6f Update docs building
8e9becc hacking 3 is good only for python3
3c512e6 Update hacking for Python3
b8917d3 More cleanup for py2 drop
378083e Update json module to jsonutils
d1b2092 Add logging and use smallest image to create a vm
9896944 Drop python 2.7 support and testing
c15d42c Use only py3 as base
0950c76 Use only py3 as base


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

.../notes/drop-py-2-7-1be17025c498d4bd.yaml        |  6 ++++++
requirements.txt                                   |  3 +--
setup.cfg                                          | 25 ----------------------
test-requirements.txt                              |  8 +++----
tox.ini                                            | 23 +++++++++-----------
12 files changed, 36 insertions(+), 57 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 873c683..5b1df32 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -28,2 +28 @@ tempest>=17.1.0 # Apache-2.0
-networkx<2.3,>=2.0;python_version<'3.0'  # BSD
-networkx>=2.3;python_version>='3.4'  # BSD
+networkx>=2.3  # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index 930c5ba..a991866 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,2 +5,2 @@
-hacking>=1.1.0,<1.2.0 # Apache-2.0
-
+hacking>=3.0,<3.1.0;python_version>='3.5' # Apache-2.0
+hacking>=1.1.0,<1.2.0;python_version=='2.7' # Apache-2.0
@@ -8,2 +8,2 @@ 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
-openstackdocstheme>=1.24.0 # Apache-2.0
+sphinx>=2.0.0,!=2.1.0;python_version>='3.4'  # BSD
+openstackdocstheme>=1.31.2 # Apache-2.0






More information about the Release-announce mailing list