python-aodhclient 3.9.0 (flamingo)
We joyfully announce the release of: python-aodhclient 3.9.0 This release is part of the flamingo 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.9.0 ^^^^^ Upgrade Notes * Support for Python 3.9 has been removed. Now Python 3.10 is the minimum version supported. Changes in python-aodhclient 3.8.0..3.9.0 ----------------------------------------- 678790a Fix a typo in release note 804563b Remove Python 3.9 support 8956616 Run pyupgrade to clean up Python 2 syntaxes 9eae0ce Use PROMETHEUS_CUSTOM_SCRAPE_TARGETS to pass sg_core scrape endpoint e501c18 add pyproject.toml to support pip 23.1 2e86ba0 Use pre-commit to run pep8 checks ae7f72c Skip functional tests for .gitreview and documentation files Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 30 +++++++ .zuul.yaml | 6 +- aodhclient/__init__.py | 2 - aodhclient/client.py | 5 +- aodhclient/exceptions.py | 15 ++-- aodhclient/noauth.py | 2 +- aodhclient/shell.py | 6 +- aodhclient/utils.py | 15 ++-- aodhclient/v2/alarm.py | 2 +- aodhclient/v2/alarm_cli.py | 16 ++-- aodhclient/v2/alarm_history.py | 2 +- aodhclient/v2/alarm_history_cli.py | 4 +- aodhclient/v2/base.py | 2 +- aodhclient/v2/client.py | 2 +- aodhclient/v2/metrics_cli.py | 2 +- aodhclient/v2/quota.py | 2 +- aodhclient/v2/quota_cli.py | 4 +- pyproject.toml | 3 + .../notes/remove-py39-6f2b0e8ce492ef8d.yaml | 5 ++ releasenotes/source/conf.py | 15 ++-- setup.cfg | 3 +- tox.ini | 7 +- 32 files changed, 157 insertions(+), 124 deletions(-)
participants (1)
-
no-reply@openstack.org