ceilometermiddleware 3.8.0 (flamingo)
We are happy to announce the release of: ceilometermiddleware 3.8.0 This release is part of the flamingo release series. The source is available from: https://opendev.org/openstack/ceilometermiddleware Download the package from: https://pypi.org/project/ceilometermiddleware Please report issues through: https://bugs.launchpad.net/ceilometermiddleware/+bugs For more details, please see below. 3.8.0 ^^^^^ Upgrade Notes * Support for Python 3.9 has been removed. Now Python 3.10 is the minimum version supported. Changes in ceilometermiddleware 3.7.0..3.8.0 -------------------------------------------- 0171868 Add release note about Python 3.9 removal ebcbce4 Drop explicit dependency on python-subunit 8d4f6d0 Remove Python 3.9 support 9cf77fd add pyproject.toml to support pip 23.1 b78eae3 tox: Remove basepython 9fbcf9c Drop redundant injection of VIRTUAL_ENV 2948e2e Run pyupgrade to clean up Python 2 syntaxes 96afb8a Use pre-commit to run pep8 checks 3b5efdf Remove note about old pip's behavior Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 30 ++++++++++++++++++ ceilometermiddleware/__init__.py | 2 -- ceilometermiddleware/swift.py | 6 ++-- pyproject.toml | 3 ++ .../notes/remove-py39-e32a7c27dcc63468.yaml | 5 +++ releasenotes/source/conf.py | 4 +-- setup.cfg | 3 +- test-requirements.txt | 5 --- tox.ini | 36 +++++++++++----------- 12 files changed, 69 insertions(+), 43 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 032f304..64ddcd2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +0,0 @@ -# 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. - @@ -6 +1,0 @@ coverage>=3.6 # Apache-2.0 -python-subunit>=0.0.18 # Apache-2.0/BSD
participants (1)
-
no-reply@openstack.org