We contentedly announce the release of: designate-tempest-plugin 0.8.0: OpenStack DNS As A Service (Designate) Functional Tests This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/designate-tempest-plugin Download the package from: https://tarballs.openstack.org/designate-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/designate/+bugs For more details, please see below. 0.8.0 ^^^^^ Upgrade Notes * Python 2.7 support has been dropped. Last release of designate- tempest-plugin to support py2.7 is OpenStack Train. The minimum version of Python now supported by designate-tempest-plugin is Python 3.6. Changes in designate-tempest-plugin 0.7.0..0.8.0 ------------------------------------------------ cc1e4ad Cleanup py27 support 0fb8c49 Limit where dnspython3 is installed 3862c0a [ussuri][goal] Drop python 2.7 support and testing Diffstat (except docs and test files) ------------------------------------- releasenotes/notes/drop-py-2-7-a36c3b1d4d875e21.yaml | 6 ++++++ requirements.txt | 3 +-- setup.cfg | 20 +++++--------------- setup.py | 9 --------- test-requirements.txt | 3 +-- tox.ini | 9 ++++----- 6 files changed, 17 insertions(+), 33 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 2af96d6..8d0dc5f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,2 +5 @@ -dnspython>=1.14.0;python_version=='2.7' # http://www.dnspython.org/LICENSE -dnspython3!=1.13.0,!=1.14.0,>=1.12.0;python_version>='3.0' # http://www.dnspython.org/LICENSE +dnspython3!=1.13.0,!=1.14.0,>=1.12.0 # http://www.dnspython.org/LICENSE diff --git a/test-requirements.txt b/test-requirements.txt index bbf8861..6e6ab00 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,2 +8 @@ openstackdocstheme>=1.18.1 # 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,>=1.6.2;python_version>='3.4' # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD