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

no-reply at openstack.org no-reply at openstack.org
Thu Apr 23 16:39:45 UTC 2020


We are happy to announce the release of:

cyborg-tempest-plugin 1.0.0: OpenStack Acceleration Tempest Plugin

This release is part of the ussuri release series.

The source is available from:

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

Download the package from:

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

Please report issues through:

    https://bugs.launchpad.net/openstack-cyborg/+bugs

For more details, please see below.

Changes in cyborg-tempest-plugin 0.1.0..1.0.0
---------------------------------------------

41ec8ce Cleanup py27 support
5bfbee1 Update to hacking 3.0
b054112 Remove py27 from tox env list
6d5cdee Make cyborg-tempest job voting
9d69960 Migrate cyborg-tempest job to py3 for Ussuri
daa4741 Make cyborg-tempest job voting


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

.zuul.yaml            | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++
setup.cfg             | 20 +++++--------------
setup.py              |  9 ---------
test-requirements.txt |  4 ++--
tox.ini               | 12 ++++--------
5 files changed, 64 insertions(+), 34 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index fb67eac..64a6018 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=0.12.0,<0.13 # Apache-2.0
+hacking>=3.0,<3.1.0 # Apache-2.0
@@ -12 +12 @@ testtools>=1.4.0 # MIT
-sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+sphinx>=1.8.0,!=2.1.0 # BSD






More information about the Release-announce mailing list