We are chuffed to announce the release of: oslo.log 6.2.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/oslo.log Download the package from: https://pypi.org/project/oslo.log Please report issues through: https://bugs.launchpad.net/oslo.log/+bugs For more details, please see below. 6.2.0 ^^^^^ Upgrade Notes * Support for Python 3.8 has been removed. Now the minimum python version supported is 3.9 . Changes in oslo.log 6.1.2..6.2.0 -------------------------------- c152eb3 Add note about requirements lower bounds f480f63 Skip functional tests on pre-commit config update 1dc7dde Remove Python 3.8 support bfaed7b Run pyupgrade to clean up Python 2 syntaxes 0f5179e Fix outdated tox minversion a38a01c Declare Python 3.12 support a69fba5 Remove usage of deprecated RequestContext attributes 8a9ab71 Update master for stable/2024.2 Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 11 +- .zuul.yaml | 2 + oslo_log/cmds/convert_json.py | 5 +- oslo_log/fixture/setlevel.py | 2 +- oslo_log/formatters.py | 10 +- oslo_log/handlers.py | 1 - oslo_log/helpers.py | 4 +- oslo_log/log.py | 4 +- oslo_log/pipe_mutex.py | 2 +- oslo_log/versionutils.py | 5 +- .../notes/remove-py38-c1a112cdd497e797.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 +- 29 files changed, 126 insertions(+), 113 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 4adc96c..9275c91 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. +