[release-announce] [designate] python-designateclient 2.4.0 (ocata)

no-reply at openstack.org no-reply at openstack.org
Thu Dec 15 15:14:10 UTC 2016


We are pumped to announce the release of:

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

This release is part of the ocata release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/python-designateclient

Download the package from:

    https://pypi.python.org/pypi/python-designateclient

Please report issues through launchpad:

    https://bugs.launchpad.net/python-designateclient

For more details, please see below.

Changes in python-designateclient 2.3.0..2.4.0
----------------------------------------------

9ceb241 Ensure X-Designate-Edit-Managed-Records header value is a string
1cb6e42 Updated from global requirements
0a0e972 Show team and repo badges on README
e995bfd Use tempest instead of Tempest-lib
fc7eeb6 Updated from global requirements
dc56ca9 Updated from global requirements
850bee7 Ensure X-Auth-All-Projects header value is a string
e1b6124 Updated from global requirements
61d4315 Add plug-in summary for osc doc
ec10e96 Updated from global requirements
c6b77f4 Updated from global requirements
6429209 Fix for bug 1627945
cebda18 Enable release notes translation
cbc241d Changed the author and author-email value
da65768 Replace 'assertTrue(a in b)' with 'assertIn(a, b)'
0f6c037 Updated from global requirements
6e2ac19 Add oslo.config to test-requirements
90dc3d2 Updated from global requirements
f1d274a Fix pep8 E501 line too long
68b4899 record-create/update: Account for priority being 0
030889e Update reno for stable/newton


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

README.rst                                               |  9 +++++++++
designateclient/cli/records.py                           |  4 ++--
designateclient/osc/plugin.py                            |  2 ++
designateclient/resources/schemas/v1/record.json         |  2 +-
designateclient/v2/client.py                             |  4 ++--
releasenotes/source/conf.py                              |  3 +++
releasenotes/source/index.rst                            |  1 +
releasenotes/source/newton.rst                           |  6 ++++++
requirements.txt                                         | 14 +++++++-------
setup.cfg                                                |  4 ++--
test-requirements.txt                                    | 13 +++++++------
24 files changed, 57 insertions(+), 34 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index a5206b9..abfb355 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4 @@
-cliff!=1.16.0,!=1.17.0,>=1.15.0 # Apache-2.0
+cliff>=2.3.0 # Apache-2.0
@@ -6,5 +6,5 @@ jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT
-osc-lib>=1.0.2 # Apache-2.0
-oslo.utils>=3.16.0 # Apache-2.0
-pbr>=1.6 # Apache-2.0
-keystoneauth1>=2.10.0 # Apache-2.0
-requests>=2.10.0 # Apache-2.0
+osc-lib>=1.2.0 # Apache-2.0
+oslo.utils>=3.18.0 # Apache-2.0
+pbr>=1.8 # Apache-2.0
+keystoneauth1>=2.14.0 # Apache-2.0
+requests!=2.12.2,>=2.10.0 # Apache-2.0
@@ -12 +12 @@ six>=1.9.0 # MIT
-stevedore>=1.16.0 # Apache-2.0
+stevedore>=1.17.1 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index c214d38..43e9e72 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@ hacking<0.10,>=0.9.2
-coverage>=3.6 # Apache-2.0
+coverage>=4.0 # Apache-2.0
@@ -7,0 +8 @@ mock>=2.0 # BSD
+oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
@@ -10,2 +11,2 @@ python-subunit>=0.0.18 # Apache-2.0/BSD
-requests-mock>=1.0 # Apache-2.0
-sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
+requests-mock>=1.1 # Apache-2.0
+sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
@@ -13,3 +14,3 @@ testrepository>=0.0.18 # Apache-2.0/BSD
-oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
-reno>=1.8.0 # Apache2
-tempest-lib>=0.14.0 # Apache-2.0
+oslosphinx>=4.7.0 # Apache-2.0
+reno>=1.8.0 # Apache-2.0
+tempest>=12.1.0 # Apache-2.0





More information about the Release-announce mailing list