[release-announce] [designate] python-designateclient 2.7.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Thu Jul 27 15:04:39 UTC 2017


We are amped to announce the release of:

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

This release is part of the pike 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.6.0..2.7.0
----------------------------------------------

ffcc723 Updated from global requirements
cbc8503 switch from oslosphinx to openstackdocstheme
3947730 import cli-reference material from openstack-manuals
3241a7d rearrange the existing docs into the new standard layout
c6705f4 use setuptools to build the docs even for testing
4e7b853 Update cli docs
3bb4017 Updated from global requirements
f511740 Updated from global requirements
73f4562 Updated from global requirements
4f7ec6d Updated from global requirements
3963fc7 tox: Whitelist rm
b2f8e3c doc: Remove cruft from conf.py
6b7b018 Use Sphinx 1.5 warning-is-error
eaa5db3 Explicitly set 'builders' option
1a8847b Updated from global requirements
cebe77f [Fix gate]Update test requirement
839ce1e Updated from global requirements
8d80615 Simplify OSC doc structure
230906f Updated from global requirements
d4cf5d3 Set client module __version__
3922b87 Update reno for stable/ocata


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

.gitignore                                    |   2 +-
designateclient/__init__.py                   |  19 +
designateclient/utils.py                      |   8 +-
designateclient/v1/domains.py                 |   4 +-
designateclient/v1/records.py                 |   2 +-
designateclient/v1/servers.py                 |   2 +-
designateclient/v2/client.py                  |   9 +-
releasenotes/source/conf.py                   |  11 +-
releasenotes/source/index.rst                 |   1 +
releasenotes/source/ocata.rst                 |   6 +
requirements.txt                              |  14 +-
setup.cfg                                     |   9 +-
setup.py                                      |   2 +-
test-requirements.txt                         |  14 +-
tox.ini                                       |   5 +-
38 files changed, 2728 insertions(+), 1906 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index ef61355..b7953b3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4 @@
-cliff>=2.3.0 # Apache-2.0
+cliff>=2.6.0 # Apache-2.0
@@ -6,5 +6,5 @@ jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT
-osc-lib>=1.2.0 # Apache-2.0
-oslo.utils>=3.18.0 # Apache-2.0
-pbr>=1.8 # Apache-2.0
-keystoneauth1>=2.18.0 # Apache-2.0
-requests!=2.12.2,>=2.10.0 # Apache-2.0
+osc-lib>=1.5.1 # Apache-2.0
+oslo.utils>=3.20.0 # Apache-2.0
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
+keystoneauth1>=2.21.0 # Apache-2.0
+requests>=2.14.2 # Apache-2.0
@@ -12 +12 @@ six>=1.9.0 # MIT
-stevedore>=1.17.1 # Apache-2.0
+stevedore>=1.20.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 43e9e72..27e42d9 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,2 +5,2 @@
-hacking<0.10,>=0.9.2
-coverage>=4.0 # Apache-2.0
+hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+coverage!=4.4,>=4.0 # Apache-2.0
@@ -8 +8 @@ mock>=2.0 # BSD
-oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
+oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0
@@ -12 +12 @@ requests-mock>=1.1 # Apache-2.0
-sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
+sphinx>=1.6.2 # BSD
@@ -14,3 +14,3 @@ testrepository>=0.0.18 # Apache-2.0/BSD
-oslosphinx>=4.7.0 # Apache-2.0
-reno>=1.8.0 # Apache-2.0
-tempest>=12.1.0 # Apache-2.0
+openstackdocstheme>=1.11.0 # Apache-2.0
+reno!=2.3.1,>=1.8.0 # Apache-2.0
+tempest>=16.1.0 # Apache-2.0






More information about the Release-announce mailing list