[release][designate] python-designateclient release 1.4.0 (liberty)
We are gleeful to announce the release of: python-designateclient 1.4.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 With package available at: https://pypi.python.org/pypi/python-designateclient For more details, please see the git log history below and: http://launchpad.net/python-designateclient/+milestone/1.4.0 Please report issues through launchpad: http://bugs.launchpad.net/python-designateclient Changes in python-designateclient 1.3.0..1.4.0 ---------------------------------------------- 53f3ddc Convert byte to str for py3 compatibilty be1d1bb Updated from global requirements 619270d Updated from global requirements 5962e59 Add some missing Unit Tests to test_utils.py 2871514 Solve some py3 compatibilty issues a0eafcb Fix py3 compatibilty issues 3e959ca Updated from global requirements 866114d Replacing print with print() to provide py 2/3 compatibility a4088f6 Updated from global requirements 352d4cb Updated from global requirements a7bab6e Fix for ttl values 649519d Log error message from EndpointNotFound exceptions f9e41ea Removed peronal email address from example 07bbd7e Add .eggs to gitignore Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 + designateclient/cli/base.py | 10 +++++----- designateclient/client.py | 6 +++--- designateclient/resources/schemas/v1/domain.json | 2 +- designateclient/resources/schemas/v1/record.json | 2 +- designateclient/utils.py | 6 ++++-- designateclient/v2/recordsets.py | 6 ++++-- designateclient/warlock.py | 11 ++++++----- requirements.txt | 4 ++-- setup.py | 2 +- test-requirements.txt | 4 ++-- 17 files changed, 62 insertions(+), 31 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 86466d6..21400ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,2 +6,2 @@ jsonschema!=2.5.0,<3.0.0,>=2.0.0 -oslo.utils>=1.6.0 # Apache-2.0 -pbr<2.0,>=0.11 +oslo.utils>=1.9.0 # Apache-2.0 +pbr<2.0,>=1.3 diff --git a/test-requirements.txt b/test-requirements.txt index 0a3b1c3..bbaed9e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7 +7 @@ coverage>=3.6 -mock>=1.0 +mock>=1.2 @@ -9 +9 @@ discover -oslotest>=1.5.1 # Apache-2.0 +oslotest>=1.10.0 # Apache-2.0
participants (1)
-
doug@doughellmann.com