We contentedly announce the release of: magnum_tempest_plugin 1.1.0: Tempest plugin for Magnum Project This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/magnum_tempest_plugin Download the package from: https://tarballs.openstack.org/magnum-tempest-plugin/ For more details, please see below. Changes in magnum_tempest_plugin 1.0.0..1.1.0 --------------------------------------------- abe58fe Fix HTTP 400 error bcf46c5 Stop to use the __future__ module. 5da8cf6 Switch to newer openstackdocstheme and reno versions 0770360 Add py38 package metadata 7c9ce96 Remove six 6bb7b82 Update docs building, cleanup 599a7c3 Updated from global requirements 9cdd32c [ci] Define/enable magnum-tempest-plugin-tests-api d75cbd1 [ci] Support fedora-coreos in magnum-tempest-plugin Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 61 ++++++++++++++++++++++ magnum_tempest_plugin/common/client.py | 6 +-- magnum_tempest_plugin/common/datagen.py | 16 +++--- magnum_tempest_plugin/common/manager.py | 4 +- magnum_tempest_plugin/common/utils.py | 4 +- magnum_tempest_plugin/config.py | 10 ++-- releasenotes/source/conf.py | 24 ++------- requirements.txt | 7 ++- setup.cfg | 25 +-------- setup.py | 2 +- test-requirements.txt | 6 +-- tox.ini | 20 ++++--- 18 files changed, 122 insertions(+), 91 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 6b299af..27b2ae4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr>=2.0 # Apache-2.0 +pbr!=2.1.0,>=2.0.0 # Apache-2.0 @@ -7,3 +7,2 @@ tempest>=17.1.0 # Apache-2.0 -oslo.config>=3.22.0 # Apache-2.0 -six>=1.9.0 -oslo.log>=3.30.0 # Apache-2.0 +oslo.config>=5.2.0 # Apache-2.0 +oslo.log>=3.36.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index dc23a99..f0f54ee 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=1.1.0,<1.2.0 # Apache-2.0 +hacking>=3.0.0,<3.1.0 # Apache-2.0 @@ -7,4 +6,0 @@ hacking>=1.1.0,<1.2.0 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD -openstackdocstheme>=1.11.0 # Apache-2.0 -# releasenotes -reno>=1.8.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org