python-manilaclient 2.2.0 (victoria)
We high-spiritedly announce the release of: python-manilaclient 2.2.0: Client library for OpenStack Manila API. This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/python-manilaclient Download the package from: https://pypi.org/project/python-manilaclient Please report issues through: https://bugs.launchpad.net/python-manilaclient/+bugs For more details, please see below. Changes in python-manilaclient 2.1.0..2.2.0 ------------------------------------------- 1721e28 Switch to newer openstackdocstheme and reno versions 96ef4f5 Fix hacking min version to 3.0.1 33a2ea9 TrivialFix: Remove unnecessary future imports 3c88e82 [ussuri][goal] Change contributor guide 3d4f0ba Add py38 package metadata cdff009 Drop install_command usage in tox 4cfef05 Add Python3 victoria unit tests cbdaf80 Update master for stable/ussuri 2a88672 Replace "tenant" terminology with "project" Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- CONTRIBUTING.rst | 22 ++-- lower-constraints.txt | 5 - manilaclient/common/cliutils.py | 2 - manilaclient/shell.py | 2 - manilaclient/v2/shell.py | 196 +++++++++++++++++----------- releasenotes/source/conf.py | 19 +-- releasenotes/source/index.rst | 1 + releasenotes/source/ussuri.rst | 6 + setup.cfg | 1 + test-requirements.txt | 2 +- tools/install_venv.py | 2 - tox.ini | 1 - 22 files changed, 265 insertions(+), 174 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index e6f34e7..29b55c4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ -hacking>=3.0,<4.0.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org