We are delighted to announce the release of:
python-troveclient 1.2.0: Client library for OpenStack DBaaS API
With source available at:
http://git.openstack.org/cgit/openstack/python-troveclient
For more details, please see the git log history below and:
http://launchpad.net/python-troveclient/+milestone/1.2.0
Please report issues through launchpad:
http://bugs.launchpad.net/python-troveclient
Changes in python-troveclient 1.1.0..1.2.0
------------------------------------------
025191a Fixes new hacking rules
d688936 Updated coverage related options to project
b355471 Updated from global requirements
8612fd0 Drop use of 'oslo' namespace package
f996f5e Updated from global requirements
8b1e3c3 Corrects order of parameters to assertEqual
622f9bc Update README to work with release tools
Diffstat (except docs and test files)
-------------------------------------
.coveragerc | 29 ++++++++++++++++++++++
README.rst | 6 +++++
requirements.txt | 6 ++---
test-requirements.txt | 2 +-
tox.ini | 8 ++++--
troveclient/client.py | 2 +-
troveclient/compat/utils.py | 2 +-
troveclient/i18n.py | 4 +--
troveclient/openstack/common/apiclient/base.py | 2 +-
.../openstack/common/apiclient/fake_client.py | 2 +-
troveclient/shell.py | 10 ++++----
troveclient/utils.py | 4 +--
troveclient/v1/flavors.py | 2 +-
16 files changed, 64 insertions(+), 25 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index a87acea..8d5e780 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4 @@
-pbr>=0.6,!=0.7,<1.0
+pbr>=0.11,<2.0
@@ -7 +7 @@ PrettyTable>=0.7,<0.8
-requests>=2.2.0,!=2.4.0
+requests>=2.5.2
@@ -10 +10 @@ oslo.utils>=1.4.0 # Apache-2.0
-python-keystoneclient>=1.1.0
+python-keystoneclient>=1.3.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 6c5f39f..d0ea1de 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4 @@
-hacking>=0.8.0,<0.9
+hacking>=0.10.0,<0.11
__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: [email protected]?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev