[new][designate] python-designateclient 2.3.0 release (newton)
We are jazzed to announce the release of: python-designateclient 2.3.0: OpenStack DNS-as-a-Service - Client This release is part of the newton release series. With source available at: https://git.openstack.org/cgit/openstack/python-designateclient With package available at: 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.2.0..2.3.0 ---------------------------------------------- 0971bd5 Updated from global requirements 406a035 Resolve FloatingIP PTR records clis argument's description 335ecfc Docs update for FloatingIP's ptr records a9ca09e Fix clis related to FloatingIP's ptr records a503508 Updated from global requirements 0a61420 Remove discover from test-requirements 1cc6df5 Updated from global requirements d9cae52 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- designateclient/v2/cli/reverse.py | 16 +++++++++++++--- designateclient/v2/reverse.py | 4 ++-- requirements.txt | 8 ++++---- test-requirements.txt | 1 - 5 files changed, 36 insertions(+), 16 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index e6add11..a5206b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,2 +6,2 @@ jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT -osc-lib>=0.3.0 # Apache-2.0 -oslo.utils>=3.15.0 # Apache-2.0 +osc-lib>=1.0.2 # Apache-2.0 +oslo.utils>=3.16.0 # Apache-2.0 @@ -9 +9 @@ pbr>=1.6 # Apache-2.0 -keystoneauth1>=2.7.0 # Apache-2.0 +keystoneauth1>=2.10.0 # Apache-2.0 @@ -12 +12 @@ six>=1.9.0 # MIT -stevedore>=1.10.0 # Apache-2.0 +stevedore>=1.16.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 20a2e18..c214d38 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8 +7,0 @@ mock>=2.0 # BSD -discover # BSD
participants (1)
-
no-reply@openstack.org