We jubilantly announce the release of: zaqar_tempest_plugin 1.1.0: Tempest plugin zaqar_tempest_plugin This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/zaqar_tempest_plugin Download the package from: https://tarballs.openstack.org/zaqar-tempest-plugin/ For more details, please see below. Changes in zaqar_tempest_plugin 1.0.0..1.1.0 -------------------------------------------- 9146cc9 New native Zuul v3 version of the tempest jobs 4195ae1 Cleanup py27 support 820a426 Switch to newer openstackdocstheme and reno versions Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 86 ++++++++++++++++++---- babel.cfg | 2 - releasenotes/source/conf.py | 9 ++- requirements.txt | 1 - setup.cfg | 30 ++------ setup.py | 9 --- test-requirements.txt | 8 +- tox.ini | 9 ++- .../services/messaging/json/messaging_client.py | 11 +-- 16 files changed, 111 insertions(+), 86 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index fc1071a..42d28fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +6,0 @@ oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0 -six>=1.9.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index f559c0e..00b5616 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=0.12.0,<0.13 # Apache-2.0 +hacking>=3.1.0,<3.2.0 # Apache-2.0 @@ -9 +9 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx>=1.6.2 # BSD +sphinx>=2.0.0,!=2.1.0 # BSD @@ -13 +13 @@ testtools>=1.4.0 # MIT -openstackdocstheme>=1.11.0 # Apache-2.0 +openstackdocstheme>=2.2.1 # Apache-2.0 @@ -15 +15 @@ openstackdocstheme>=1.11.0 # Apache-2.0 -reno>=1.8.0 # Apache-2.0 +reno>=3.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org