[openstack-dev] [release][oslo] oslo.serialization 2.5.0 release (newton)
no-reply at openstack.org
no-reply at openstack.org
Mon May 9 15:47:07 UTC 2016
We are pumped to announce the release of:
oslo.serialization 2.5.0: Oslo Serialization library
This release is part of the newton release series.
With source available at:
http://git.openstack.org/cgit/openstack/oslo.serialization
With package available at:
https://pypi.python.org/pypi/oslo.serialization
Please report issues through launchpad:
http://bugs.launchpad.net/oslo.serialization
For more details, please see below.
Changes in oslo.serialization 2.4.0..2.5.0
------------------------------------------
8985675 Drop babel as requirement since its not used
82758da Updated from global requirements
7ac405c Unified and simplified API for all serializers
056d701 Make msgpack registries copyable (and add __contains__)
da1475a msgpack: fix datetime serialization
Diffstat (except docs and test files)
-------------------------------------
oslo_serialization/msgpackutils.py | 204 ++++++++++++++++----
oslo_serialization/serializer/__init__.py | 0
oslo_serialization/serializer/base_serializer.py | 58 ++++++
oslo_serialization/serializer/json_serializer.py | 38 ++++
.../serializer/msgpack_serializer.py | 36 ++++
requirements.txt | 1 -
7 files changed, 510 insertions(+), 38 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 359c249..4460946 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11 +10,0 @@ pbr>=1.6 # Apache-2.0
-Babel>=1.3 # BSD
More information about the OpenStack-dev
mailing list