[tacker] python-tackerclient 0.10.0 (pike)
We joyfully announce the release of: python-tackerclient 0.10.0: CLI and Client Library for OpenStack Tacker This release is part of the pike release series. Download the package from: https://pypi.python.org/pypi/python-tackerclient For more details, please see below. 0.10.0 ^^^^^^ New Features * VIM can be updated without config-file argument in tacker vim- update command Changes in python-tackerclient 0.9.0..0.10.0 -------------------------------------------- 8db716c Add release note for vim update without config-file argument 09219f7 Updated from global requirements 0d3341a Updated from global requirements 506f4cc Auth_creds should show the user specified values 978bb7c Add "is_default" attribute in vim-list,and remove some unnecessary info. 0dacc1f Updated from global requirements 7a2b289 Updated from global requirements 0f2917f Updated from global requirements 10b06eb 'update-vim' to update params without config file. 03be84f Updated from global requirements 7482e28 Updated from global requirements 6ed5fc1 Updated from global requirements 845a5e1 direct input for config was deprecated in ocata. Removing now. 981494a Updated from global requirements 4c3adee Refactor mox references to use the mock library in pythontackerclient 8c3701e Remove log translations 919dca0 Revert "Switch to oslo_log" af2f0f0 Switch to oslo_log c80b0c7 vnfd-delete gives ambiguous success message 410865d The Python 3.5 is added 205c882 Updated from global requirements 1201ae8 sync test-requirement with global requirements 4ca5dee Updated from global requirements cf98025 Updated from global requirements 882c739 Updated from global requirements f1c2b46 Update reno for stable/ocata b5a3941 Removes unused utf-8 encoding declaration Diffstat (except docs and test files) ------------------------------------- .testr.conf | 2 +- ...update-vim-without-config-c3b637741889eff6.yaml | 3 + releasenotes/source/index.rst | 1 + releasenotes/source/ocata.rst | 6 + requirements.txt | 16 +- setup.cfg | 2 + setup.py | 2 +- tackerclient/common/_i18n.py | 10 - tackerclient/i18n.py | 10 - tackerclient/tacker/v1_0/__init__.py | 2 +- tackerclient/tacker/v1_0/nfvo/vim.py | 16 +- tackerclient/tacker/v1_0/nfvo/vim_utils.py | 8 +- tackerclient/tacker/v1_0/nfvo/vnffgd.py | 13 +- tackerclient/tacker/v1_0/vnfm/vnf.py | 13 -- tackerclient/tacker/v1_0/vnfm/vnfd.py | 15 +- test-requirements.txt | 8 +- tox.ini | 2 +- 27 files changed, 281 insertions(+), 434 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index f3dfbd9..da31f11 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,2 +4,2 @@ -pbr>=1.8 # Apache-2.0 -cliff>=2.3.0 # Apache-2.0 +pbr!=2.1.0,>=2.0.0 # Apache-2.0 +cliff>=2.6.0 # Apache-2.0 @@ -8 +8 @@ netaddr!=0.7.16,>=0.7.13 # BSD -requests!=2.12.2,>=2.10.0 # Apache-2.0 +requests>=2.14.2 # Apache-2.0 @@ -12,2 +12,2 @@ six>=1.9.0 # MIT -stevedore>=1.17.1 # Apache-2.0 -Babel>=2.3.4 # BSD +stevedore>=1.20.0 # Apache-2.0 +Babel!=2.4.0,>=2.3.4 # BSD @@ -15,3 +15,3 @@ Babel>=2.3.4 # BSD -oslo.i18n>=2.1.0 # Apache-2.0 -oslo.log>=3.11.0 # Apache-2.0 -oslo.utils>=3.18.0 # Apache-2.0 +oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 +oslo.log>=3.22.0 # Apache-2.0 +oslo.utils>=3.20.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 8038b0f..3722fcc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,2 +4,2 @@ -hacking<0.11,>=0.10.2 -coverage>=4.0 # Apache-2.0 +hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +coverage!=4.4,>=4.0 # Apache-2.0 @@ -11 +11 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +sphinx!=1.6.1,>=1.5.1 # BSD @@ -16 +16 @@ testtools>=1.4.0 # MIT -reno>=1.8.0 # Apache-2.0 +reno!=2.3.1,>=1.8.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org