python-zunclient 4.1.0 (victoria)
We high-spiritedly announce the release of: python-zunclient 4.1.0: Client Library for Zun This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/python-zunclient Download the package from: https://pypi.org/project/python-zunclient Please report issues through: https://bugs.launchpad.net/python-zunclient/+bugs For more details, please see below. Changes in python-zunclient 4.0.0..4.1.0 ---------------------------------------- 90d19a5 drop mock from lower-constraints fee1c86 Stop to use the __future__ module. 199254c Fix pygments style dc07195 Remove .testr.conf 9e095d0 Switch to newer openstackdocstheme and reno versions 673b993 Remove translation sections from setup.cfg f3f2425 Fix hacking min version to 3.0.1 536ea4d Remove the unused coding style modules 861380e Remove pypy job 6df3bcd Remove six f617dcf Remove the unused debug-py34 test d1ebe6e Bump default tox env from py37 to py38 c431597 Add py38 package metadata 75d2d10 Handle entrypoint is None 1551982 Add Python3 victoria unit tests 46be248 Update master for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .testr.conf | 7 ------ .zuul.yaml | 2 +- babel.cfg | 2 -- lower-constraints.txt | 7 ------ releasenotes/source/conf.py | 3 +-- releasenotes/source/index.rst | 1 + releasenotes/source/ussuri.rst | 6 +++++ setup.cfg | 15 +----------- test-requirements.txt | 2 +- tox.ini | 12 +--------- zunclient/common/apiclient/auth.py | 4 +--- zunclient/common/apiclient/exceptions.py | 4 +--- zunclient/common/base.py | 2 +- zunclient/common/cliutils.py | 28 +++++++--------------- zunclient/common/httpclient.py | 19 ++++++++------- zunclient/common/template_utils.py | 9 ++++--- zunclient/common/utils.py | 9 ++++--- .../common/websocketclient/websocketclient.py | 5 ++-- zunclient/osc/v1/containers.py | 8 +++++-- zunclient/osc/v1/registries.py | 7 +++--- zunclient/shell.py | 5 +--- zunclient/v1/containers.py | 2 +- zunclient/v1/containers_shell.py | 6 +++-- zunclient/v1/services.py | 2 +- zunclient/v1/versions.py | 2 +- 34 files changed, 93 insertions(+), 143 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index eb7cfb1..25f7bf8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +9 @@ ddt>=1.0.1 # MIT -hacking>=3.0,<3.1.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org