python-vitrageclient 5.2.0 (epoxy)
We are pleased to announce the release of: python-vitrageclient 5.2.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/python-vitrageclient Download the package from: https://pypi.org/project/python-vitrageclient Please report issues through: https://bugs.launchpad.net/python-vitrageclient/+bugs For more details, please see below. Changes in python-vitrageclient 5.1.1..5.2.0 -------------------------------------------- fc2d612 Bump hacking 49fd3d1 Cover project id and vitrage cache id with quotes 6dfed36 reno: Update master for unmaintained/2023.1 dab173d Drop unnecessary 'x' bit from doc config file 8a6eef5 Fix outdated tox minversion b7bbc33 Update master for stable/2024.2 Diffstat (except docs and test files) ------------------------------------- releasenotes/source/2023.1.rst | 2 +- releasenotes/source/2024.2.rst | 6 ++++++ releasenotes/source/index.rst | 1 + requirements.txt | 6 +----- test-requirements.txt | 6 +----- tox.ini | 2 +- vitrageclient/common/formatters.py | 4 ++-- 10 files changed, 19 insertions(+), 23 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 0487f1e..a3e42c2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3 @@ -# you find any incorrect lower bounds, let us know or propose a fix. - -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. +# you find any incorrect lower bounds, let us know or propose a fix. diff --git a/test-requirements.txt b/test-requirements.txt index 04bbf93..cbe1780 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - -hacking>=3.0.1,<3.1.0 # Apache-2.0 +hacking>=7.0.0,<7.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org