We joyfully announce the release of: python-aodhclient 3.5.0 This release is part of the caracal 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.4.0..3.5.0 ----------------------------------------- f5cef98 Bump hacking 1d5b06c Move functional test to dsvm and remove pifpaf 07971e3 Update python classifier in setup.cfg b4c14ea Bump upper version of db libraries in test requirements d52f469 Update master for stable/2023.2 Diffstat (except docs and test files) ------------------------------------- .stestr.conf | 2 +- .zuul.yaml | 33 +++++++++++++++++++++++++ aodhclient/exceptions.py | 2 +- releasenotes/source/2023.2.rst | 6 +++++ releasenotes/source/index.rst | 1 + setup.cfg | 9 ++++--- test-requirements.txt | 1 + tools/fix_ca_bundle.sh | 41 +++++++++++++++++++++++++++++++ tox.ini | 29 ++++++++++++++-------- 11 files changed, 138 insertions(+), 31 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt new file mode 100644 index 0000000..c8540f4 --- /dev/null +++ b/test-requirements.txt @@ -0,0 +1 @@ +os-client-config>=1.28.0 # Apache-2.0