[trove] python-troveclient 2.12.0 (pike)
We are delighted to announce the release of: python-troveclient 2.12.0: Client library for OpenStack DBaaS API This release is part of the pike 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.11.0..2.12.0 -------------------------------------------- c959def Updated from global requirements 47ad24a Fix token response mock d512e47 Drop pycrypto from tests dependencies 8000429 Remove log translations Diffstat (except docs and test files) ------------------------------------- requirements.txt | 4 ++-- test-requirements.txt | 3 +-- troveclient/_i18n.py | 10 ---------- troveclient/i18n.py | 10 ---------- 7 files changed, 8 insertions(+), 30 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index d78a2ea..7397915 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11 +11 @@ Babel!=2.4.0,>=2.3.4 # BSD -keystoneauth1>=2.21.0 # Apache-2.0 +keystoneauth1>=3.1.0 # Apache-2.0 @@ -15 +15 @@ python-mistralclient>=3.1.0 # Apache-2.0 -osc-lib>=1.5.1 # Apache-2.0 +osc-lib>=1.7.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index bcdc7b3..0df6bda 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16 +15,0 @@ httplib2>=0.7.5 # MIT -pycrypto>=2.6 # Public Domain @@ -18 +17 @@ reno!=2.3.1,>=1.8.0 # Apache-2.0 -openstackdocstheme>=1.11.0 # Apache-2.0 +openstackdocstheme>=1.16.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org