[openstack-dev] [new][oslo] oslo.serialization 2.8.0 release (newton)
no-reply at openstack.org
no-reply at openstack.org
Fri Jun 10 01:42:27 UTC 2016
We are stoked to announce the release of:
oslo.serialization 2.8.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.7.0..2.8.0
------------------------------------------
4fdaeff Replace TypeError by ValueError in msgpackutils
8a4cac9 Updated from global requirements
9bb6d42 Updated from global requirements
bfb1536 Updated from global requirements
Diffstat (except docs and test files)
-------------------------------------
oslo_serialization/jsonutils.py | 2 +-
oslo_serialization/msgpackutils.py | 6 +++---
requirements.txt | 2 +-
test-requirements.txt | 2 +-
6 files changed, 12 insertions(+), 9 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 4460946..6872a60 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -13 +13 @@ msgpack-python>=0.4.0 # Apache-2.0
-oslo.utils>=3.5.0 # Apache-2.0
+oslo.utils>=3.11.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 78669a5..61e43b4 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@ hacking<0.11,>=0.10.0
-mock>=1.2 # BSD
+mock>=2.0 # BSD
More information about the OpenStack-dev
mailing list