[release-announce] [trove] python-troveclient 2.10.0 (pike)
no-reply at openstack.org
no-reply at openstack.org
Wed Jun 7 22:10:00 UTC 2017
We joyfully announce the release of:
python-troveclient 2.10.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.10.0
^^^^^^
New Features
* Support was added to manage users and databases for clusters.
Changes in python-troveclient 2.9.0..2.10.0
-------------------------------------------
70da372 Updated from global requirements
b738d74 Updated from global requirements
e923fb1 Enable user/db operations on clusters
Diffstat (except docs and test files)
-------------------------------------
...e-specific-api-extensions-973b455a9922d072.yaml | 3 +++
requirements.txt | 8 ++++----
test-requirements.txt | 6 +++---
troveclient/v1/shell.py | 22 +++++++++++-----------
4 files changed, 21 insertions(+), 18 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index f6a7d2f..0c5dceb 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +8 @@ simplejson>=2.2.0 # MIT
-oslo.i18n>=2.1.0 # Apache-2.0
+oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
@@ -11 +11 @@ Babel!=2.4.0,>=2.3.4 # BSD
-keystoneauth1>=2.18.0 # Apache-2.0
+keystoneauth1>=2.20.0 # Apache-2.0
@@ -14,2 +14,2 @@ python-swiftclient>=3.2.0 # Apache-2.0
-python-mistralclient>=2.0.0 # Apache-2.0
-osc-lib>=1.2.0 # Apache-2.0
+python-mistralclient>=3.1.0 # Apache-2.0
+osc-lib>=1.5.1 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index d319922..57411a6 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
-coverage>=4.0 # Apache-2.0
+coverage!=4.4,>=4.0 # Apache-2.0
@@ -9 +9 @@ oslotest>=1.10.0 # Apache-2.0
-python-openstackclient>=3.3.0 # Apache-2.0
+python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0
@@ -11 +11 @@ requests-mock>=1.1 # Apache-2.0
-sphinx>=1.5.1 # BSD
+sphinx!=1.6.1,>=1.5.1 # BSD
More information about the Release-announce
mailing list