[zun] python-zunclient 0.2.0 (pike)
We are gleeful to announce the release of: python-zunclient 0.2.0: Client Library for Zun This release is part of the pike release series. The source is available from: http://git.openstack.org/cgit/openstack/python-zunclient Download the package from: https://pypi.python.org/pypi/python-zunclient Please report issues through launchpad: http://bugs.launchpad.net/python-zunclient For more details, please see below. Changes in python-zunclient 0.1.0..0.2.0 ---------------------------------------- c093666 Combine tty and stdin_open in server side 7c881b5 Updated from global requirements 4f19e9a Rename 'reboot' to 'restart' 869250e Reuse the existing zunclient in websocketclient f941f79 The result of "zun list" and "openstack appcontainer list" are different 51310e8 Fix the os_identity_api_version parameter cec12c7 Revise the docstring of DeleteContainer b7b282f Combine the -i and -t option at run/create a9b4c07 Needn't check the RUNNING state in container_create 8f97af8 Fix the description of functions 0d0f282 Make "command" parameter as positional 5f460ee Support to kill multi-containers percommand by osc 4413f07 List command in osc supports --all-tenants 4c03f2a Module has no attributes check_container_status 7a77ea0 Consolidate websocket attach code d26865f Correct the print in class CopyContainer 6b75f53 Add a functional test for rename command acbe949 Remove log translations 4d1b728 Fix typo in updatecontainer's help message b896c0f Add support for OSProfiler in client. 2711c98 Fix gate failure about container delete in functional test d3d9af0 Get "zun cp" command to work e69ea37 Return the exit code of the executed command 8a7c1ee Updated from global requirements 872d8f2 Removes utf-8 encoding and remove support for py34 4921e69 Setup coverage job in gate abb8102 Support the command "zun get-archive" and "zun put-archive" d0ec604 Add --all-tenants option into zun list c71c6ed Fixed an incorrect name of method call 405df30 Right websocket attach for interactive mode 2bb944e Container logs is not good user experience 56dc05c [Fix gate]Update test requirement 91e4fc3 Fix typo about the helpinfo of zun top Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 + releasenotes/source/conf.py | 2 +- requirements.txt | 6 +- setup.cfg | 6 +- setup.py | 2 +- test-requirements.txt | 11 +- tools/cover.sh | 69 ++++++ tox.ini | 5 +- zunclient/__init__.py | 1 - zunclient/common/base.py | 1 - zunclient/common/httpclient.py | 8 +- zunclient/common/utils.py | 32 ++- .../common/websocketclient/websocketclient.py | 62 ++--- zunclient/exceptions.py | 1 - zunclient/i18n.py | 10 - zunclient/osc/v1/containers.py | 256 +++++++++++++-------- zunclient/shell.py | 35 ++- zunclient/v1/client.py | 16 +- zunclient/v1/containers.py | 31 ++- zunclient/v1/containers_shell.py | 213 +++++++++-------- 30 files changed, 592 insertions(+), 313 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 0a6df83..fb15dc2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,2 +5,2 @@ -pbr>=1.8 # Apache-2.0 -PrettyTable>=0.7.1,<0.8 # BSD +pbr!=2.1.0,>=2.0.0 # Apache-2.0 +PrettyTable<0.8,>=0.7.1 # BSD @@ -11 +11 @@ oslo.i18n>=2.1.0 # Apache-2.0 -oslo.utils>=3.16.0 # Apache-2.0 +oslo.utils>=3.20.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 1b324a3..d1f5438 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -bandit>=1.0.1 # Apache-2.0 +bandit>=1.1.0 # Apache-2.0 @@ -9,2 +9,2 @@ ddt>=1.0.1 # MIT -hacking<0.12,>=0.11.0 # Apache-2.0 -oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 +hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +oslosphinx>=4.7.0 # Apache-2.0 @@ -11,0 +12 @@ oslotest>=1.10.0 # Apache-2.0 +osprofiler>=1.4.0 # Apache-2.0 @@ -14 +15 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +sphinx>=1.5.1 # BSD @@ -22 +23 @@ testtools>=1.4.0 # MIT -reno>=1.8.0 # Apache2 +reno>=1.8.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org