We are pleased to announce the release of: oslo.serialization 3.1.0: Oslo Serialization library This release is part of the ussuri 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. Changes in oslo.serialization 3.0.0..3.1.0 ------------------------------------------ 9fee0c4 Remove long-dead workaround 84363e9 Deprecated the yamlutils module. c499943 Update the minversion parameter. 741810a remove outdated header 440149f reword releasenote for py27 support dropping Diffstat (except docs and test files) ------------------------------------- oslo_serialization/jsonutils.py | 8 -------- oslo_serialization/yamlutils.py | 7 +++++++ releasenotes/notes/drop-python27-support-185668eec068ffa5.yaml | 2 +- requirements.txt | 1 + setup.py | 1 - tox.ini | 2 +- 6 files changed, 10 insertions(+), 11 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 8f3e493..f852d82 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,0 +16 @@ PyYAML>=3.12 # MIT +debtcollector>=1.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org