oslo.middleware 6.3.0 (epoxy)
We are pumped to announce the release of: oslo.middleware 6.3.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/oslo.middleware Download the package from: https://pypi.org/project/oslo.middleware Please report issues through: https://bugs.launchpad.net/oslo.middleware/+bugs For more details, please see below. 6.3.0 ^^^^^ Upgrade Notes * Support for Python 3.8 has been removed. Now the minimum python version supported is 3.9 . Changes in oslo.middleware 6.2.0..6.3.0 --------------------------------------- 4e2919a Add note about requirements lower bounds 0612345 Run pyupgrade to clean up Python 2 syntaxes 083acb8 Remove Python 3.8 support b2be069 Fix outdated tox minversion a28c412 Declare Python 3.12 support a9119dd Update master for stable/2024.2 Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 11 ++++++++--- oslo_middleware/base.py | 2 +- oslo_middleware/basic_auth.py | 4 ++-- oslo_middleware/cors.py | 12 ++++++------ oslo_middleware/healthcheck/__init__.py | 8 ++++---- oslo_middleware/healthcheck/disable_by_file.py | 4 ++-- oslo_middleware/healthcheck/enable_by_files.py | 2 +- oslo_middleware/healthcheck/pluginbase.py | 2 +- oslo_middleware/http_proxy_to_wsgi.py | 3 +-- oslo_middleware/sizelimit.py | 4 ++-- oslo_middleware/stats.py | 2 +- releasenotes/notes/remove-py38-84760b191cebac4d.yaml | 5 +++++ releasenotes/source/2024.2.rst | 6 ++++++ releasenotes/source/conf.py | 1 - releasenotes/source/index.rst | 1 + requirements.txt | 4 ++++ setup.cfg | 4 ++-- tox.ini | 2 +- 25 files changed, 62 insertions(+), 43 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 8e3e27c..96e761d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +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. +
participants (1)
-
no-reply@openstack.org