[trove] python-troveclient 2.13.0 (queens)
We are glad to announce the release of: python-troveclient 2.13.0: Client library for OpenStack DBaaS API This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/python-troveclient Download the package from: https://pypi.python.org/pypi/python-troveclient Please report issues through launchpad: https://bugs.launchpad.net/python-troveclient For more details, please see below. Changes in python-troveclient 2.12.0..2.13.0 -------------------------------------------- 1d3e516 Fix gate / add tempest job 565a6e0 Enable Keystone v3 support for compat client a397f72 Updated from global requirements 5a48efd Update reno for stable/pike Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 27 ++++ .../post.yaml | 15 +++ .../run.yaml | 60 +++++++++ releasenotes/source/index.rst | 1 + releasenotes/source/pike.rst | 6 + test-requirements.txt | 6 +- troveclient/compat/auth.py | 146 ++++++++++++++++++++- troveclient/compat/client.py | 2 + 9 files changed, 259 insertions(+), 6 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 0df6bda..f96eaf6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +9 @@ python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0 -requests-mock>=1.1 # Apache-2.0 +requests-mock>=1.1.0 # Apache-2.0 @@ -14 +14 @@ testtools>=1.4.0 # MIT -mock>=2.0 # BSD +mock>=2.0.0 # BSD @@ -16 +16 @@ httplib2>=0.7.5 # MIT -reno!=2.3.1,>=1.8.0 # Apache-2.0 +reno>=2.5.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org