[release-announce] congress-tempest-plugin 1.0.0 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Thu Apr 23 16:44:05 UTC 2020


We are delighted to announce the release of:

congress-tempest-plugin 1.0.0: Tempest Plugin for Congress project

This release is part of the ussuri release series.

The source is available from:

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

Download the package from:

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

Please report issues through:

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

For more details, please see below.

1.0.0
^^^^^

Upgrade Notes

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

Changes in congress-tempest-plugin 0.3.0..1.0.0
-----------------------------------------------

f924c6c [ussuri][goal] Drop python 2.7 support and testing
49cf9ef add check jobs for stable/stein and stable/train


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

.zuul.yaml                                         |  38 +++-----
.../legacy/congress-devstack-api-base/run.yaml     |   1 +
.../congress-devstack-api-py27-queens/post.yaml    |  80 ----------------
.../congress-devstack-api-py27-queens/run.yaml     |  90 ------------------
.../congress-devstack-api-py27-rocky/post.yaml     |  80 ----------------
.../congress-devstack-api-py27-rocky/run.yaml      | 104 ---------------------
.../legacy/congress-pe-replicated-base/run.yaml    |   1 +
.../notes/drop-py-2-7-9e6cb110e115abbc.yaml        |   6 ++
setup.cfg                                          |   2 -
test-requirements.txt                              |   3 +-
tox.ini                                            |  12 +--
11 files changed, 26 insertions(+), 391 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index b677f57..518284e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8,2 +8 @@ coverage!=4.4,>=4.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
+sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2  # BSD






More information about the Release-announce mailing list