[release-announce] python-tackerclient 1.2.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Thu Jun 18 17:02:35 UTC 2020


We jubilantly announce the release of:

python-tackerclient 1.2.0: CLI and Client Library for OpenStack Tacker

This release is part of the victoria 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.1.0..1.2.0
-------------------------------------------

1d033f9 Fix exception message
1825b5c Use unittest.mock instead of third party mock
c7b5925 Switch to newer openstackdocstheme and reno versions
644af8a Fix hacking min version to 3.0.1
741fd38 Cleanup deprecated iteritems of dict
4ec52e3 Display correct fields in output for list command
c688775 Improve readability of vnflcm show command
e030c90 Improve readability of vnf package show command
5a18bd8 Add Python3 victoria unit tests
90b992a Update master for stable/ussuri


Diffstat (except docs and test files)
-------------------------------------

.zuul.yaml                                         |  2 +-
releasenotes/source/conf.py                        | 13 +++----
releasenotes/source/index.rst                      |  1 +
releasenotes/source/ussuri.rst                     |  6 +++
tackerclient/common/utils.py                       |  2 +-
tackerclient/common/validators.py                  |  6 +--
tackerclient/osc/utils.py                          |  7 ++++
tackerclient/osc/v1/nfvo/ns.py                     | 14 ++++---
tackerclient/osc/v1/nfvo/nsd.py                    | 10 ++---
tackerclient/osc/v1/nfvo/vim.py                    |  8 ++--
tackerclient/osc/v1/nfvo/vnffg.py                  | 24 +++++++-----
tackerclient/osc/v1/nfvo/vnffgd.py                 | 11 +++---
tackerclient/osc/v1/vnflcm/vnflcm.py               | 30 +++++++++------
tackerclient/osc/v1/vnfm/vnf.py                    | 16 ++++----
tackerclient/osc/v1/vnfm/vnfd.py                   | 10 ++---
tackerclient/osc/v1/vnfpkgm/vnf_package.py         | 35 +++++++++++++-----
tackerclient/tacker/client.py                      |  6 +--
tackerclient/tacker/v1_0/__init__.py               | 19 ++++++----
tackerclient/tacker/v1_0/nfvo/ns.py                |  6 +--
tackerclient/tacker/v1_0/nfvo/vim.py               |  4 +-
tackerclient/tacker/v1_0/nfvo/vnffg.py             | 12 +++---
tackerclient/tacker/v1_0/vnfm/vnf.py               |  6 +--
tackerclient/tacker/v1_0/vnfm/vnfd.py              |  6 +--
test-requirements.txt                              |  3 +-
41 files changed, 261 insertions(+), 167 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index 0df150f..9a4ff19 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=3.0,<3.1.0 # Apache-2.0
+hacking>=3.0.1,<3.1.0 # Apache-2.0
@@ -13 +12,0 @@ testtools>=2.2.0 # MIT
-mock>=2.0.0 # BSD






More information about the Release-announce mailing list