We are thrilled to announce the release of: murano-tempest-plugin 2.0.0: Tempest plugin for the murano project. This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/murano-tempest-plugin Download the package from: https://tarballs.openstack.org/murano-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/murano/+bugs For more details, please see below. 2.0.0 ^^^^^ Upgrade Notes * Python 2.7 support has been dropped. Last release of murano- tempest- plugin to support py2.7 is OpenStack Train. The minimum version of Python now supported by murano-tempest-plugin is Python 3.5. Changes in murano-tempest-plugin 1.1.0..2.0.0 --------------------------------------------- b6d544c Remove six usage ce7f13f Cleanup py27 support 52473cf Fix hacking test requirement 3ebe739 Update to hacking 3.0 393b270 Update hacking for Python3 4ad3e1b [ussuri][goal] Drop python 2.7 support and testing 6175bf8 Remove use of deprecated config options for volume API selection Diffstat (except docs and test files) ------------------------------------- .../scenario/application_catalog/test_cinder_volumes.py | 11 +---------- releasenotes/notes/drop-py-2-7-4bea36f66f36d65c.yaml | 6 ++++++ requirements.txt | 1 - setup.cfg | 14 +++----------- setup.py | 9 --------- test-requirements.txt | 5 ++--- tox.ini | 12 ++++-------- 9 files changed, 21 insertions(+), 47 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 21d35d8..d9a635c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +6,0 @@ oslo.config>=5.2.0 # Apache-2.0 -six>=1.10.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 83f9c07..ee5b8b4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking<0.13,>=0.12.0 # Apache-2.0 +hacking>=3.0,<3.1.0;python_version>='3.5' # Apache-2.0 @@ -9,2 +9 @@ python-subunit>=1.0.0 # Apache-2.0/BSD -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 +sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD