python-novaclient 18.5.0 (caracal)
We are happy to announce the release of: python-novaclient 18.5.0: Client library for OpenStack Compute API This release is part of the caracal 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 18.4.0..18.5.0 ------------------------------------------- a23deccf reno: Update master for unmaintained/yoga 693edd2a Update hacking version in pre commit config e059ab8a Bump hacking cd7a79e9 Update python classifier in setup.cfg 338ce361 coveragerc: Fix wrong omitted directory ed2a507b Disable NEUTRON_ENFORCE_SCOPE at function job 1f029ce5 Fix typos 1024736e add pyproject.toml to support pip 23.1 dc2cb6cd Update master for stable/2023.2 Diffstat (except docs and test files) ------------------------------------- .coveragerc | 2 +- .pre-commit-config.yaml | 2 +- .zuul.yaml | 1 + novaclient/v2/agents.py | 2 +- novaclient/v2/servers.py | 2 +- pyproject.toml | 3 +++ releasenotes/source/2023.2.rst | 6 ++++++ releasenotes/source/index.rst | 1 + releasenotes/source/yoga.rst | 2 +- setup.cfg | 1 + test-requirements.txt | 2 +- 15 files changed, 26 insertions(+), 14 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 5845d2d5..7d4278a8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1 +1 @@ -hacking~=4.1.0 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org