python-novaclient 17.1.0 (victoria)
We eagerly announce the release of: python-novaclient 17.1.0: Client library for OpenStack Compute API This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/python-novaclient Download the package from: https://pypi.org/project/python-novaclient Please report issues through: https://bugs.launchpad.net/python-novaclient/+bugs For more details, please see below. Changes in python-novaclient 17.0.0..17.1.0 ------------------------------------------- 600384fa Remove Babel requirement 45bad61b Add link to PDF document 553040ed Switch to newer openstackdocstheme and reno versions 5b2e14e1 Bump hacking min version to 3.0.1 6e78eb35 Remove mock in lower-constraints.txt 7ef2c28b Use unittest.mock instead of third party mock e93a00b2 Remove future imports 2c5c30ba doc: Update Testing document ddc4c674 Bump default tox env from py37 to py38 43991274 Switch to using TOX_CONSTRAINTS_FILE cfcc95d6 Add py38 package metadata 812f1066 [Community goal] Update contributor documentation 7d6cf15f Add Python3 victoria unit tests 81f57aab Update master for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- CONTRIBUTING.rst | 21 ++++++------ babel.cfg | 1 - lower-constraints.txt | 1 - novaclient/shell.py | 1 - novaclient/v2/shell.py | 2 -- releasenotes/source/index.rst | 1 + releasenotes/source/ussuri.rst | 6 ++++ requirements.txt | 1 - setup.cfg | 15 +-------- test-requirements.txt | 3 +- tox.ini | 10 +++--- 31 files changed, 112 insertions(+), 75 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 609ea42b..682f6b94 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12 +11,0 @@ simplejson>=3.5.1 # MIT -Babel!=2.4.0,>=2.3.4 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index 69b11b87..f2df9017 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4 @@ -hacking>=3.0,<3.1.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0 @@ -10 +9,0 @@ fixtures>=3.0.0 # Apache-2.0/BSD -mock>=2.0.0 # BSD
participants (1)
-
no-reply@openstack.org