[openstack-dev] [release][oslo] oslo.serialization-announce-release 2.3.0 release (mitaka)

no-reply at openstack.org no-reply at openstack.org
Tue Feb 9 23:24:32 UTC 2016


We are gleeful to announce the release of:

oslo.serialization-announce-release 2.3.0: Oslo Serialization library

This release is part of the mitaka release series.

With source available at:

    http://git.openstack.org/cgit/openstack/oslo.serialization

Please report issues through launchpad:

    http://bugs.launchpad.net/oslo.serialization

For more details, please see below.

Changes in oslo.serialization 2.2.0..2.3.0
------------------------------------------

abaf968 Updated from global requirements
b8f2ac8 Updated from global requirements
ef8da69 Updated from global requirements
29a7702 Remove fallback to simplejson in jsonutils

Diffstat (except docs and test files)
-------------------------------------

oslo_serialization/jsonutils.py            | 24 +-----------------------
requirements.txt                           | 12 ++++++------
test-requirements.txt                      | 11 +++++------
4 files changed, 13 insertions(+), 41 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 2de8756..caf4a21 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10,6 +10,6 @@
-pbr>=1.6
-Babel>=1.3
-six>=1.9.0
-msgpack-python>=0.4.0
-oslo.utils>=3.2.0 # Apache-2.0
-pytz>=2013.6
+pbr>=1.6 # Apache-2.0
+Babel>=1.3 # BSD
+six>=1.9.0 # MIT
+msgpack-python>=0.4.0 # Apache-2.0
+oslo.utils>=3.4.0 # Apache-2.0
+pytz>=2013.6 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index ce89cff..78669a5 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,2 +5,2 @@ hacking<0.11,>=0.10.0
-mock>=1.2
-netaddr!=0.7.16,>=0.7.12
+mock>=1.2 # BSD
+netaddr!=0.7.16,>=0.7.12 # BSD
@@ -9 +9 @@ netaddr!=0.7.16,>=0.7.12
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
@@ -13,3 +13,2 @@ oslotest>=1.10.0 # Apache-2.0
-simplejson>=2.2.0
-oslo.i18n>=1.5.0 # Apache-2.0
-coverage>=3.6
+oslo.i18n>=2.1.0 # Apache-2.0
+coverage>=3.6 # Apache-2.0





More information about the OpenStack-dev mailing list