python-tackerclient 1.4.0 (wallaby)
We high-spiritedly announce the release of: python-tackerclient 1.4.0: CLI and Client Library for OpenStack Tacker This release is part of the wallaby release series. The source is available from: https://opendev.org/openstack/python-tackerclient Download the package from: https://pypi.org/project/python-tackerclient Please report issues through: https://bugs.launchpad.net/python-tackerclient/+bugs For more details, please see below. Changes in python-tackerclient 1.3.0..1.4.0 ------------------------------------------- 754f6df Drop six support 6bdb64f Modify the description of the command --help cfbc810 Remove the unused coding style modules 8e2f5f8 Add py38 as a runtime in tox.ini 97f0903 Remove six.moves.urllib b692206 Add Python3 wallaby unit tests e628157 Update master for stable/victoria Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- lower-constraints.txt | 6 ------ releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 6 ++++++ requirements.txt | 1 - tackerclient/common/constants.py | 1 - tackerclient/common/serializer.py | 16 +++------------- tackerclient/common/utils.py | 3 +-- tackerclient/osc/v1/vnfpkgm/vnf_package.py | 6 +++--- tackerclient/shell.py | 8 ++++---- tackerclient/tacker/v1_0/__init__.py | 4 +--- tackerclient/tacker/v1_0/nfvo/vim_utils.py | 3 ++- tackerclient/v1_0/client.py | 2 +- tox.ini | 2 +- 17 files changed, 39 insertions(+), 55 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index d5d0ace..da4a0ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11 +10,0 @@ simplejson>=3.5.1 # MIT -six>=1.10.0 # MIT
participants (1)
-
no-reply@openstack.org