We are amped to announce the release of: oslo.serialization 3.1.1: 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. 3.1.1 ^^^^^ Deprecation Notes * The "yamlutils" module is deprecated in Ussuri and support will be removed in a future release. Changes in oslo.serialization 3.1.0..3.1.1 ------------------------------------------ 5ee9b7b Update hacking for Python3 d3159d4 Use unittest.mock instead of third party mock 909c17a Remove Python 3-specific conditional in dump_as_bytes ad356ea Drop use of six f0c28ee Add releasenote to deprecate the yamlutils module Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 6 --- oslo_serialization/base64.py | 4 +- oslo_serialization/jsonutils.py | 26 +++++-------- oslo_serialization/msgpackutils.py | 19 ++++------ oslo_serialization/serializer/base_serializer.py | 4 +- ...eprecate-yamlutils-module-96eee55f7ae57382.yaml | 5 +++ requirements.txt | 1 - test-requirements.txt | 3 +- tox.ini | 3 +- 11 files changed, 53 insertions(+), 78 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index f852d82..9a3a7f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11 +10,0 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -six>=1.10.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 232fb68..e31a646 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,2 +4 @@ -hacking>=1.1.0,<1.2.0 # Apache-2.0 -mock>=2.0.0 # BSD +hacking>=3.0,<3.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org