[release-announce] oslo.serialization 5.2.0 (bobcat)
no-reply at openstack.org
no-reply at openstack.org
Mon Aug 28 13:19:11 UTC 2023
We are psyched to announce the release of:
oslo.serialization 5.2.0: Oslo Serialization library
This release is part of the bobcat 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.2.0
^^^^^
Other Notes
* Implement zoneinfo to allow us to remove pytz's dependency for
Python 3.9 and 3.10
Changes in oslo.serialization 5.1.1..5.2.0
------------------------------------------
a0ba2d7 Remove extra spaces in tox.ini
61c460f Fix compatibility with Python 3.8
b111b03 Revert "Moves supported python runtimes from version 3.8 to 3.10"
9ffd4e5 Moves supported python runtimes from version 3.8 to 3.10
a326ec5 Implement zoneinfo support to drop dependency to pytz
e3307fd Use the new openstack-python3-jobs template
864aa2f Update master for stable/2023.1
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 2 +-
oslo_serialization/msgpackutils.py | 24 ++++++++++++----
...t-zoneinfo-to-remove-pytz-c136b33bbfbfe59f.yaml | 5 ++++
releasenotes/source/2023.1.rst | 6 ++++
releasenotes/source/index.rst | 1 +
requirements.txt | 1 +
setup.cfg | 1 +
tox.ini | 10 +++----
9 files changed, 64 insertions(+), 19 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index d8c62c4..b8be88c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -13,0 +14 @@ pytz>=2013.6 # MIT
+tzdata>=2022.4 # MIT
More information about the Release-announce
mailing list