[release-announce] python-designateclient 2.12.0 (train)

no-reply at openstack.org no-reply at openstack.org
Thu Aug 8 16:18:27 UTC 2019


We enthusiastically announce the release of:

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

This release is part of the train 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 2.11.0..2.12.0
------------------------------------------------

5c9bbbf Add Python 3 Train unit tests
6bdc313 Cap sphinx for py2 to match global requirements
51225e4 OpenDev Migration Patch
b8d4c33 Dropping the py35 testing
d16aed5 Uncap jsonschema
fdb515e Update master for stable/stein
0bc07b8 Update hacking version
e288539 Update json module to jsonutils
c715705 add python 3.7 unit test job
4ffd836 Add doc/requirements.txt to releasenotes tox environment
9db7cbd Change openstack-dev to openstack-discuss
3192de5 Add Python 3.6 classifier to setup.cfg


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

.gitreview                    | 2 +-
.zuul.yaml                    | 3 +--
designateclient/client.py     | 6 ++++--
designateclient/utils.py      | 5 +++--
designateclient/v1/domains.py | 7 ++++---
designateclient/v1/quotas.py  | 5 +++--
designateclient/v1/records.py | 6 +++---
designateclient/v1/servers.py | 6 +++---
releasenotes/source/index.rst | 1 +
releasenotes/source/stein.rst | 6 ++++++
requirements.txt              | 3 ++-
setup.cfg                     | 5 +++--
test-requirements.txt         | 2 +-
tox.ini                       | 5 ++++-
16 files changed, 45 insertions(+), 27 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 59a02b4..0d5a614 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@ cliff!=2.9.0,>=2.8.0 # Apache-2.0
-jsonschema<3.0.0,>=2.6.0 # MIT
+jsonschema>=2.6.0 # MIT
@@ -6,0 +7 @@ osc-lib>=1.8.0 # Apache-2.0
+oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index c619d21..a467ceb 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+hacking>=1.1.0,<1.2.0 # Apache-2.0






More information about the Release-announce mailing list