python-aodhclient 3.10.0 (gazpacho)
We are satisfied to announce the release of: python-aodhclient 3.10.0 This release is part of the gazpacho 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. Changes in python-aodhclient 3.9.1..3.10.0 ------------------------------------------ 61f35e2 Update bug tracker locations to launchpad 5ff53d2 Add project badge 771aee4 reno: Update master for unmaintained/2024.1 214970b Migrate setup configuration to pyproject.toml 8a3f021 Skip functional tests for unit tests update 25e56de Skip functional tests for pre-commit-config.yaml update af1c172 Fix tox.ini styling 323e5a6 Bump pyupgrade target to 3.10+ e839558 pre-commit: Bump versions b92d2d6 Install coverage only when needed 8aed662 tox: Drop basepython 69bd211 Update master for stable/2025.2 f74757a Enable a few common hacking checks 4b74135 Skip dsvm job for test code update Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 8 +-- .zuul.yaml | 4 ++ CONTRIBUTING.rst | 2 +- README.rst | 6 ++- aodhclient/exceptions.py | 2 +- aodhclient/utils.py | 6 +-- aodhclient/v2/alarm.py | 2 +- aodhclient/v2/alarm_history.py | 2 +- aodhclient/v2/quota.py | 2 +- pyproject.toml | 60 +++++++++++++++++++++ releasenotes/source/2024.1.rst | 2 +- releasenotes/source/2025.2.rst | 6 +++ releasenotes/source/index.rst | 1 + setup.cfg | 49 ----------------- test-requirements.txt | 1 - tox.ini | 87 +++++++++++++++++-------------- 18 files changed, 139 insertions(+), 107 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 662e7b7..daf928f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1 +0,0 @@ -coverage>=3.6 # Apache-2.0
participants (1)
-
no-reply@openstack.org