We are amped to announce the release of: oslo.context 5.7.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/oslo.context Download the package from: https://pypi.org/project/oslo.context Please report issues through: https://bugs.launchpad.net/oslo.context/+bugs For more details, please see below. 5.7.0 ^^^^^ Upgrade Notes * Support for Python 3.8 has been removed. Now the minimum python version supported is 3.9 . Changes in oslo.context 5.6.0..5.7.0 ------------------------------------ 5c3910e Stop setting deprecated fields in redacted_copy 1b7eea5 Add note about requirements lower bounds f58c67d Run pyupgrade to clean up Python 2 syntaxes 95090cd Remove Python 3.8 support 0026f6c Fix outdated tox minversion 2091fb0 Declare Python 3.12 support 8f4f95d Drop SETUPTOOLS_USE_DISTUTILS 4630c04 Update master for stable/2024.2 Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 11 ++++++++--- oslo_context/context.py | 6 +----- oslo_context/fixture.py | 2 +- releasenotes/notes/remove-py38-f21fbda6dac198c4.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 | 9 +-------- 12 files changed, 38 insertions(+), 31 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 98b94ce..704be07 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