[zun] python-zunclient 0.4.0 (pike)
We contentedly announce the release of: python-zunclient 0.4.0: Client Library for Zun This release is part of the pike release series. The source is available from: https://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.3.0..0.4.0 ---------------------------------------- d4ea2de Updated from global requirements de5f4b4 Update the documentation link for doc migration d9cfd22 Add warning-is-error in setup.cfg f690b6a [doc-migration] Move documents to their respective folders 071a047 Fixed the api version issue on OSC plugin af050e4 Add the parameter interactive in ExecContainer fa50c1a Add uts for parse_command 967a8d4 Remove deprecated parameter command in RunContainer 0431638 Support all_tenants in show and delete Diffstat (except docs and test files) ------------------------------------- HACKING.rst | 2 +- README.rst | 2 +- requirements.txt | 4 +-- setup.cfg | 3 +- test-requirements.txt | 2 +- zunclient/common/base.py | 6 +++- zunclient/i18n.py | 2 +- zunclient/osc/plugin.py | 10 ++++-- zunclient/osc/v1/containers.py | 56 ++++++++++++++++++++++-------- zunclient/v1/containers.py | 9 ++--- zunclient/v1/containers_shell.py | 21 +++++++++-- 22 files changed, 150 insertions(+), 62 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index aba4a59..76061e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,2 +8,2 @@ python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0 -keystoneauth1>=2.21.0 # Apache-2.0 -osc-lib>=1.5.1 # Apache-2.0 +keystoneauth1>=3.1.0 # Apache-2.0 +osc-lib>=1.7.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 0cb5aee..cab05ca 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 -openstackdocstheme>=1.11.0 # Apache-2.0 +openstackdocstheme>=1.16.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org