We contentedly announce the release of: oslo.serialization 2.29.0: Oslo Serialization library This release is part of the train 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 2.28.2..2.29.0 -------------------------------------------- 0ceb4db OpenDev Migration Patch e56a5b7 Update master for stable/stein 35dae9c Introduce a base yaml parser for all openstack components Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- oslo_serialization/yamlutils.py | 86 ++++++++++++++++++++++++++++++ releasenotes/source/index.rst | 1 + releasenotes/source/stein.rst | 6 +++ requirements.txt | 1 + 6 files changed, 180 insertions(+), 1 deletion(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index abdd118..8f3e493 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,0 +15 @@ pytz>=2013.6 # MIT +PyYAML>=3.12 # MIT
participants (1)
-
no-reply@openstack.org