[release-announce] designate-tempest-plugin 0.10.0 (wallaby)
no-reply at openstack.org
no-reply at openstack.org
Mon Feb 8 09:34:52 UTC 2021
We eagerly announce the release of:
designate-tempest-plugin 0.10.0: OpenStack DNS As A Service
(Designate) Functional Tests
This release is part of the wallaby 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.
Changes in designate-tempest-plugin 0.8.0..0.10.0
-------------------------------------------------
a32ccf7 Stop to use the __future__ module.
88c40db Switch to newer openstackdocstheme version
2f5a25a Add py38 package metadata
5fb81fa Update hacking for Python3
Diffstat (except docs and test files)
-------------------------------------
designate_tempest_plugin/hacking/__init__.py | 0
designate_tempest_plugin/hacking/checks.py | 31 ----------------------------
requirements.txt | 2 +-
setup.cfg | 1 +
test-requirements.txt | 6 +++---
tools/pretty_flake8.py | 1 -
tox.ini | 22 ++++++++++++++------
8 files changed, 27 insertions(+), 61 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 8d0dc5f..3a1f2f3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-dnspython3!=1.13.0,!=1.14.0,>=1.12.0 # http://www.dnspython.org/LICENSE
+dnspython>=1.16.0 # http://www.dnspython.org/LICENSE
diff --git a/test-requirements.txt b/test-requirements.txt
index 6e6ab00..df0e096 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6,3 +6,3 @@
-hacking>=1.1.0,<1.2.0 # Apache-2.0
-openstackdocstheme>=1.18.1 # Apache-2.0
-sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+hacking>=3.0.1,<3.1.0 # Apache-2.0
+openstackdocstheme>=2.2.1 # Apache-2.0
+sphinx>=2.0.0,!=2.1.0 # BSD
More information about the Release-announce
mailing list