[release-announce] oslo.serialization 4.1.0 (wallaby)
no-reply at openstack.org
no-reply at openstack.org
Mon Feb 8 13:28:43 UTC 2021
We are gleeful to announce the release of:
oslo.serialization 4.1.0: Oslo Serialization library
This release is part of the wallaby 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.
4.1.0
^^^^^
Bug Fixes
* Bug #1908607 (https://bugs.launchpad.net/cinder/+bug/1908607): Fix
json to_primitive when using IO OBjects.
Changes in oslo.serialization 4.0.1..4.1.0
------------------------------------------
0203733 Fix json to_primitive when using IO OBjects
3799d18 Dropping lower constraints testing
523fa45 Use py3 as the default runtime for tox
a2b52b1 Fix hacking min version to 3.0.1
128a747 Add Python3 wallaby unit tests
7c2c071 Update master for stable/victoria
be517b4 ignore reno generated artifacts
b828910 Adding pre-commit
Diffstat (except docs and test files)
-------------------------------------
.gitignore | 2 ++
.pre-commit-config.yaml | 35 ++++++++++++++++++++++
.zuul.yaml | 3 +-
oslo_serialization/jsonutils.py | 3 +-
...n-to_primitive-IO-OBjects-04faff4a1b5cf48f.yaml | 5 ++++
releasenotes/source/conf.py | 2 ++
releasenotes/source/index.rst | 1 +
releasenotes/source/victoria.rst | 6 ++++
test-requirements.txt | 4 ++-
tox.ini | 4 +--
12 files changed, 71 insertions(+), 10 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index 5dd6fe0..145e8f7 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4 @@
-hacking>=3.0,<3.1.0 # Apache-2.0
+hacking>=3.0.1,<3.1.0 # Apache-2.0
@@ -13,0 +14,2 @@ bandit>=1.6.0,<1.7.0 # Apache-2.0
+
+pre-commit>=2.6.0 # MIT
More information about the Release-announce
mailing list