We are stoked to announce the release of: python-designateclient 4.0.0: OpenStack DNS-as-a-Service - Client This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/python-designateclient Download the package from: https://pypi.org/project/python-designateclient Please report issues through: https://bugs.launchpad.net/python-designateclient/+bugs For more details, please see below. 4.0.0 ^^^^^ Upgrade Notes * Python 2.7 support has been dropped. The last release of python- designateclient to support Python 2.7 is 3.1. The minimum version of Python now supported is Python 3.6. Changes in python-designateclient 3.1.0..4.0.0 ---------------------------------------------- 9a2f2d4 Cleanup py27 support b9bcae0 Use unittest.mock instead of third party mock 1c8e5e8 Drop py27 support b0d3e37 Switch to Ussuri jobs Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 3 +-- lower-constraints.txt | 1 - releasenotes/notes/drop-py2-c4e50d006fa4446c.yaml | 6 ++++++ releasenotes/source/conf.py | 1 - setup.cfg | 20 +++--------------- setup.py | 9 -------- test-requirements.txt | 1 - tox.ini | 25 ++++++++++++++--------- 11 files changed, 27 insertions(+), 47 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index ea0363e..4cb52f9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7 +6,0 @@ coverage!=4.4,>=4.0 # Apache-2.0 -mock>=2.0.0 # BSD