[openstack-announce] [new][tacker] python-tackerclient 0.3.1 release (mitaka)
no-reply at openstack.org
no-reply at openstack.org
Thu Jun 9 21:13:52 UTC 2016
We are delighted to announce the release of:
python-tackerclient 0.3.1: CLI and Client Library for OpenStack Tacker
This release is part of the mitaka stable release series.
With package available at:
https://pypi.python.org/pypi/python-tackerclient
For more details, please see below.
Changes in python-tackerclient 0.3.0..0.3.1
-------------------------------------------
56e3f5f Updated from global requirements
aa5d500 Updated from global requirements
c0f8fec Do not display password in VIM command outputs
84fb385 Help message correction
240b8d4 Clean unused code.
3af84f7 Updated from global requirements
91b9345 Updated from global requirements
ea5212c Update .gitreview for stable/mitaka
Diffstat (except docs and test files)
-------------------------------------
.gitreview | 1 +
requirements.txt | 8 +++----
tackerclient/common/exceptions.py | 6 -----
tackerclient/tacker/v1_0/__init__.py | 3 +++
tackerclient/tacker/v1_0/nfvo/vim.py | 6 ++++-
tackerclient/tacker/v1_0/vm/vnf.py | 4 ++--
test-requirements.txt | 2 +-
8 files changed, 51 insertions(+), 14 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 87bcc64..89e2ad9 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ requests!=2.9.0,>=2.8.1 # Apache-2.0
-python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0
+python-keystoneclient!=1.8.0,!=2.1.0,<3.0.0,>=1.6.0 # Apache-2.0
@@ -12 +12 @@ six>=1.9.0 # MIT
-Babel>=1.3 # BSD
+Babel!=2.3.0,!=2.3.1,!=2.3.2,!=2.3.3,>=1.3 # BSD
@@ -14,2 +14,2 @@ Babel>=1.3 # BSD
-oslo.i18n>=2.1.0 # Apache-2.0
-oslo.utils>=3.5.0 # Apache-2.0
+oslo.i18n>=2.1.0 # Apache-2.0
+oslo.utils>=3.5.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 3fbb155..36b6ef2 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +8 @@ discover # BSD
-fixtures>=1.3.1 # Apache-2.0/BSD
+fixtures<2.0,>=1.3.1 # Apache-2.0/BSD
More information about the OpenStack-announce
mailing list