[release-announce] python-designateclient 4.3.0 (xena)

no-reply at openstack.org no-reply at openstack.org
Thu May 27 10:18:57 UTC 2021


We are happy to announce the release of:

python-designateclient 4.3.0: OpenStack DNS-as-a-Service - Client

This release is part of the xena 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.2.0..4.3.0
----------------------------------------------

820f1e9 Remove six and update lower-constraints appdirs
f8353c5 Add Python3 xena unit tests
cafa8a3 Update master for stable/wallaby
0e32928 Add Python3 wallaby unit tests
1f6f489 Remove install unnecessary packages
e3b88ed Fix lower-constrains job
8492a9e Update readme.rst
c0f62f2 bump py37 to py38 in tox.ini
196cb61 Fixed zone transfer accept list command
dd7fd96 Update master for stable/victoria


Diffstat (except docs and test files)
-------------------------------------

.zuul.yaml                                         |  2 +-
README.rst                                         |  4 +++
designateclient/client.py                          | 11 +++-----
designateclient/utils.py                           |  4 +--
designateclient/v2/cli/blacklists.py               |  7 +++---
designateclient/v2/cli/common.py                   |  3 +--
designateclient/v2/cli/quotas.py                   |  5 ++--
designateclient/v2/cli/recordsets.py               |  9 +++----
designateclient/v2/cli/reverse.py                  |  5 ++--
designateclient/v2/cli/service_statuses.py         |  3 +--
designateclient/v2/cli/tlds.py                     |  7 +++---
designateclient/v2/cli/tsigkeys.py                 |  7 +++---
designateclient/v2/cli/zones.py                    | 29 +++++++++++-----------
designateclient/v2/recordsets.py                   |  3 +--
designateclient/v2/utils.py                        | 10 +++-----
lower-constraints.txt                              |  8 ++----
releasenotes/source/index.rst                      |  2 ++
releasenotes/source/victoria.rst                   |  6 +++++
releasenotes/source/wallaby.rst                    |  6 +++++
requirements.txt                                   |  1 -
tox.ini                                            |  7 ++++--
25 files changed, 81 insertions(+), 75 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 0d5a614..e02d508 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12 +11,0 @@ requests>=2.14.2 # Apache-2.0
-six>=1.10.0 # MIT






More information about the Release-announce mailing list