python-designateclient 4.5.0 (yoga)
We are glad to announce the release of: python-designateclient 4.5.0: OpenStack DNS-as-a-Service - Client This release is part of the yoga 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. Changes in python-designateclient 4.4.0..4.5.0 ---------------------------------------------- 52e9ef4 Add profiling support to designateclient 2e26a07 Updating python testing classifier as per Yoga testing runtime 87e9b33 Add basic osc unit tests 15a0070 Add Designate hacking checks to the client 94e7e97 Remove edit-managed from unsupported commands fa615f7 Use py3 as the default runtime for tox a3c21fd Cap jsonschema 3.2.0 as the minimal version d6c78e2 Remove H402 hacking as it is deprecated f02f009 Stop to use the __future__ module. 5fbc5b1 Clarify that name or ID can be used on TLDs 6a8f10a setup.cfg: Replace dashes with underscores Diffstat (except docs and test files) ------------------------------------- designateclient/hacking/__init__.py | 0 designateclient/hacking/checks.py | 163 +++++++++++++++++++++ designateclient/utils.py | 4 +- designateclient/v2/cli/common.py | 4 +- designateclient/v2/cli/recordsets.py | 2 + designateclient/v2/cli/tlds.py | 6 +- designateclient/v2/client.py | 6 + lower-constraints.txt | 7 +- requirements.txt | 2 +- setup.cfg | 9 +- test-requirements.txt | 2 +- tox.ini | 18 ++- 27 files changed, 687 insertions(+), 25 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index e02d508..a6fbbc0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ cliff!=2.9.0,>=2.8.0 # Apache-2.0 -jsonschema>=2.6.0 # MIT +jsonschema>=3.2.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index b913174..bfd8ebb 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13 +13 @@ reno>=3.1.0 # Apache-2.0 -tempest>=17.1.0 # Apache-2.0 +tempest>=25.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org