We are satisfied to announce the release of: python-aodhclient 3.7.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/python-aodhclient Download the package from: https://pypi.org/project/python-aodhclient Please report issues through: https://bugs.launchpad.net/python-aodhclient/+bugs For more details, please see below. 3.7.0 ^^^^^ Upgrade Notes * Python 3.8 support was dropped. The minimum version of Python now supported is Python 3.9. Changes in python-aodhclient 3.6.0..3.7.0 ----------------------------------------- a4572ee Bump pbr 0cb71de Add note about requirements lower bounds e522c25 Publish release notes 7139d5b Remove Python 3.8 support 6d03da3 Avoid overriding the base url template 04727c4 Add requirements check job 2253ace Enable GLOBAL_VENV 20acaa6 Update master for stable/2024.2 766d130 Use global upper-constraints 6b0c9a3 reno: Update master for unmaintained/xena ba5409f reno: Update master for unmaintained/victoria f2ccc2c Exclude tests directory from coverage calculation Diffstat (except docs and test files) ------------------------------------- .coveragerc | 1 + .zuul.yaml | 6 +++-- aodhclient/v2/alarm_history.py | 6 ++--- .../notes/remove-py38-39f51350ec165758.yaml | 5 ++++ releasenotes/source/2024.2.rst | 6 +++++ releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 2 +- releasenotes/source/xena.rst | 2 +- requirements.txt | 8 +++++-- setup.cfg | 20 ++-------------- setup.py | 2 +- test-requirements.txt | 6 +++++ tox.ini | 28 ++++++++++++---------- 13 files changed, 52 insertions(+), 41 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 4d386e3..d40f6f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,5 @@ -pbr>=1.4 +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. + +pbr>=2.0 # Apache-2.0 @@ -9 +13 @@ keystoneauth1>=1.0.0 -pyparsing +pyparsing>2.1.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index c8540f4..213d060 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,0 +2,6 @@ os-client-config>=1.28.0 # Apache-2.0 +coverage>=3.6 # Apache-2.0 +oslotest>=1.10.0 # Apache-2.0 +tempest>=10 # Apache-2.0 +stestr>=2.0.0 # Apache-2.0 +testtools>=1.4.0 # MIT +pifpaf>=0.23 # Apache-2.0
participants (1)
-
no-reply@openstack.org