[new][tacker] python-tackerclient 0.4.0 release (newton)
We are chuffed to announce the release of: python-tackerclient 0.4.0: CLI and Client Library for OpenStack Tacker This release is part of the newton 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.4.0 ------------------------------------------- 805ca41 Change the initial letter to capitals in Tacker CLI help texts ffa34ca Updated from global requirements fc363ee Add client side support for error_reason 67c034b Change bind_port to 9890 f48c03d Add reno support to python-tackerclient 51e493e Updated from global requirements 4d00030 Updated from global requirements d477472 Fix incompatible code with python3 for tox pep8 test 05ac550 Capitalize help descriptions 3319684 Updated from global requirements af528be Updated from global requirements a6bd47c Updated from global requirements 4312359 Updated from global requirements f7b1168 py3.x: Use six.iteritems for Iterable dict items. 12e2230 Fix deprecation warning in tackerclient 0744420 Do not display password in VIM command outputs 83cfe93 Clean device from help message 25337d6 Updated from global requirements 1ea8b98 Updated from global requirements 6a2df0a Clean unused code. 20d3658 Cleanup copyright header 82e3268 Updated from global requirements 00d3c97 Cleanup vim settings 23dc390 Help message correction Diffstat (except docs and test files) ------------------------------------- .gitignore | 3 + releasenotes/source/_static/.placeholder | 0 releasenotes/source/_templates/.placeholder | 0 releasenotes/source/conf.py | 261 ++++++++++++++++++++++++++ releasenotes/source/index.rst | 9 + releasenotes/source/unreleased.rst | 5 + requirements.txt | 13 +- setup.cfg | 7 +- tackerclient/client.py | 2 +- tackerclient/common/exceptions.py | 6 - tackerclient/tacker/v1_0/__init__.py | 15 +- tackerclient/tacker/v1_0/nfvo/vim.py | 18 +- tackerclient/tacker/v1_0/vm/vnf.py | 24 ++- tackerclient/tacker/v1_0/vm/vnfd.py | 16 +- tackerclient/v1_0/client.py | 11 +- tackerclient/version.py | 2 - test-requirements.txt | 9 +- tox.ini | 3 + 25 files changed, 392 insertions(+), 72 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 87bcc64..9451986 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ cliff!=1.16.0,!=1.17.0,>=1.15.0 # Apache-2.0 -iso8601>=0.1.9 # MIT +iso8601>=0.1.11 # MIT @@ -8,2 +8,2 @@ netaddr!=0.7.16,>=0.7.12 # BSD -requests!=2.9.0,>=2.8.1 # Apache-2.0 -python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0 +requests>=2.10.0 # Apache-2.0 +python-keystoneclient!=1.8.0,!=2.1.0,>=1.7.0 # Apache-2.0 @@ -12 +12 @@ six>=1.9.0 # MIT -Babel>=1.3 # BSD +Babel>=2.3.4 # BSD @@ -14,2 +14,3 @@ 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.11.0 # Apache-2.0 +oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 3fbb155..8ba8d0b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8 +8 @@ discover # BSD -fixtures>=1.3.1 # Apache-2.0/BSD +fixtures>=3.0.0 # Apache-2.0/BSD @@ -10 +10 @@ mox>=0.5.3 # Apache-2.0 -flake8<2.6.0,>2.4.1 # MIT +flake8<2.6.0,>=2.5.4 # MIT @@ -14 +14 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD +sphinx!=1.3b1,<1.3,>=1.2.1 # BSD @@ -16,0 +17,3 @@ testtools>=1.4.0 # MIT + +# releasenotes +reno>=1.6.2 # Apache2
participants (1)
-
no-reply@openstack.org