We eagerly announce the release of: python-troveclient 2.9.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. 2.9.0 ^^^^^ New Features * Added support for listing volume types for a given datastore version. Changes in python-troveclient 2.8.0..2.9.0 ------------------------------------------ d3bb6c3 Updated from global requirements e83b65f update setup.cfg for classifier python 3.5 2779af7 Updated from global requirements 4139774 [Fix gate]Update test requirement b39411c Update reno for stable/ocata 9cb3f4f Updated from global requirements ce73737 Client changes for datastore-version volume-types Diffstat (except docs and test files) ------------------------------------- ...tore-version-volume-types-62556ce5917195fd.yaml | 3 ++ releasenotes/source/index.rst | 1 + releasenotes/source/ocata.rst | 6 +++ requirements.txt | 10 ++-- setup.cfg | 2 +- setup.py | 2 +- test-requirements.txt | 4 +- troveclient/v1/client.py | 2 + troveclient/v1/shell.py | 37 ++++++++++++++ troveclient/v1/volume_types.py | 57 ++++++++++++++++++++++ 12 files changed, 162 insertions(+), 9 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 8fa6991..f6a7d2f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -pbr>=1.8 # Apache-2.0 +pbr!=2.1.0,>=2.0.0 # Apache-2.0 @@ -6 +6 @@ PrettyTable<0.8,>=0.7.1 # BSD -requests!=2.12.2,>=2.10.0 # Apache-2.0 +requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0 @@ -9,3 +9,3 @@ oslo.i18n>=2.1.0 # Apache-2.0 -oslo.utils>=3.18.0 # Apache-2.0 -Babel>=2.3.4 # BSD -keystoneauth1>=2.17.0 # Apache-2.0 +oslo.utils>=3.20.0 # Apache-2.0 +Babel!=2.4.0,>=2.3.4 # BSD +keystoneauth1>=2.18.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 4077cce..d319922 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4 @@ -hacking<0.11,>=0.10.0 +hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 @@ -11 +11 @@ requests-mock>=1.1 # Apache-2.0 -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +sphinx>=1.5.1 # BSD