We are happy to announce the release of: oslo.serialization 5.6.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/oslo.serialization Download the package from: https://pypi.org/project/oslo.serialization Please report issues through: https://bugs.launchpad.net/oslo.serialization/+bugs For more details, please see below. 5.6.0 ^^^^^ Upgrade Notes * Support for Python 3.8 has been removed. Now the minimum python version supported is 3.9 . Changes in oslo.serialization 5.5.0..5.6.0 ------------------------------------------ f94c170 Add note about requirements lower bounds 8e0c8fd Run pyupgrade to clean up Python 2 syntaxes 3ad2e75 Fix outdated tox minversion bee60ce Declare Python 3.12 support 799bbc9 Remove Python 3.8 support 9a04a23 Update master for stable/2024.2 Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 11 +++-- oslo_serialization/jsonutils.py | 2 +- oslo_serialization/msgpackutils.py | 48 ++++++++-------------- oslo_serialization/serializer/base_serializer.py | 2 +- .../notes/remove-py38-2c724027a885cf0b.yaml | 5 +++ releasenotes/source/2024.2.rst | 6 +++ releasenotes/source/conf.py | 1 - releasenotes/source/index.rst | 1 + requirements.txt | 7 +++- setup.cfg | 4 +- tox.ini | 2 +- 14 files changed, 69 insertions(+), 67 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index e5a5cef..76ab950 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. + @@ -9,2 +13 @@ oslo.utils>=3.33.0 # Apache-2.0 -pytz>=2013.6;python_version<"3.9" # MIT -tzdata>=2022.4;python_version>="3.9" # MIT +tzdata>=2022.4 # MIT
participants (1)
-
no-reply@openstack.org