[openstack-announce] [release][designate] python-designateclient release 1.3.0 (liberty)

doug at doughellmann.com doug at doughellmann.com
Wed Jun 24 14:18:10 UTC 2015


We are gleeful to announce the release of:

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

This release is part of the liberty release series.

With source available at:

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

For more details, please see the git log history below and:

    http://launchpad.net/python-designateclient/+milestone/1.3.0

Please report issues through launchpad:

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

Changes in python-designateclient 1.2.0..1.3.0
----------------------------------------------

7f2ecd1 Updated from global requirements
4d3cad8 Fix backwards compat for edit_managed/all_tenants
b57328d Add backwards compat for edit_managed/all_tenants
4eb1c54 Updated from global requirements
831b7a2 Updated from global requirements
7c26827 Updated from global requirements
2c8492f Update github link
2060809 Sync tox.ini and add py34
1117921 Use oslosphinx from PyPi
6ed6b0f Drop incubating theme from docs
34d14b0 Move all_tenants and edit_managed attributes to designate Client
a6577e2 Log a more informative error upon EndpointNotFound
53ecdde Updated from global requirements
2a2c85c V2 Bindings
7b86568 Add --edit-managed flag to cli
60a17d3 Updated from global requirements
1349227 Allow relative names in record-create
4f586cb Allow to use domain names instead of ids

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

designateclient/cli/base.py                  |  11 +-
designateclient/cli/domains.py               |  20 ++-
designateclient/cli/records.py               |  48 ++++--
designateclient/client.py                    |  71 +++++++-
designateclient/exceptions.py                |   8 +
designateclient/shell.py                     |   7 +-
designateclient/utils.py                     |  35 +++-
designateclient/v1/__init__.py               |  22 ++-
designateclient/v2/__init__.py               |   0
designateclient/v2/blacklists.py             |  48 ++++++
designateclient/v2/client.py                 |  80 +++++++++
designateclient/v2/limits.py                 |  21 +++
designateclient/v2/nameservers.py            |  26 +++
designateclient/v2/recordsets.py             |  98 +++++++++++
designateclient/v2/reverse.py                |  49 ++++++
designateclient/v2/tlds.py                   |  48 ++++++
designateclient/v2/utils.py                  |  38 ++++
designateclient/v2/zones.py                  | 125 ++++++++++++++
requirements.txt                             |  14 +-
setup.cfg                                    |   4 +
setup.py                                     |   1 -
test-requirements.txt                        |  10 +-
tox.ini                                      |   5 +-
43 files changed, 2123 insertions(+), 49 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 2ced90a..86466d6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,5 +4,6 @@
-cliff>=1.10.0  # Apache-2.0
-jsonschema>=2.0.0,<3.0.0
-pbr>=0.6,!=0.7,<1.0
-python-keystoneclient>=1.1.0
-requests>=2.2.0,!=2.4.0
+cliff>=1.13.0 # Apache-2.0
+jsonschema!=2.5.0,<3.0.0,>=2.0.0
+oslo.utils>=1.6.0 # Apache-2.0
+pbr<2.0,>=0.11
+python-keystoneclient>=1.6.0
+requests>=2.5.2
@@ -10 +11,2 @@ six>=1.9.0
-stevedore>=1.3.0  # Apache-2.0
+stevedore>=1.5.0 # Apache-2.0
+debtcollector>=0.3.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 332f22e..0a3b1c3 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=0.9.2,<0.10
+hacking<0.10,>=0.9.2
@@ -6,0 +7 @@ coverage>=3.6
+mock>=1.0
@@ -7,0 +9 @@ discover
+oslotest>=1.5.1 # Apache-2.0
@@ -9 +11,2 @@ python-subunit>=0.0.18
-sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
+requests-mock>=0.6.0 # Apache-2.0
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
@@ -11,2 +14 @@ testrepository>=0.0.18
-# Needed for the incubation theme on oslosphinx
-http://tarballs.openstack.org/oslosphinx/oslosphinx-2.2.0.0a3.tar.gz#egg=oslosphinx-2.2.0.0a3
+oslosphinx>=2.5.0 # Apache-2.0





More information about the OpenStack-announce mailing list