[release][oslo] oslo.serialization release 2.0.0 (mitaka)
We are gleeful to announce the release of: oslo.serialization 2.0.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 With package available at: https://pypi.python.org/pypi/oslo.serialization For more details, please see the git log history below and: http://launchpad.net/oslo.serialization/+milestone/2.0.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.serialization Changes in oslo.serialization 1.11.0..2.0.0 ------------------------------------------- e7ef8fe Updated from global requirements 62d0fa2 Updated from global requirements fe7f065 Remove python 2.6 classifier b645159 Fix bug track URL 4f647c7 Remove python 2.6 and cleanup tox.ini 136fe0f Updated from global requirements 2d085d2 Use versionadded and versionchanged in doc Diffstat (except docs and test files) ------------------------------------- CONTRIBUTING.rst | 2 +- oslo_serialization/base64.py | 6 ++++++ oslo_serialization/jsonutils.py | 20 ++++++++++++++++---- oslo_serialization/msgpackutils.py | 30 ++++++++++++++++++++++++++---- requirements.txt | 2 +- setup.cfg | 1 - test-requirements.txt | 2 +- tox.ini | 14 ++------------ 8 files changed, 53 insertions(+), 24 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index b57e99b..4d3fa79 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17 +17 @@ iso8601>=0.1.9 -oslo.utils>=2.4.0 # Apache-2.0 +oslo.utils>=2.8.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index fa50431..ce89cff 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 -oslosphinx>=2.5.0 # Apache-2.0 +oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
participants (1)
-
davanum@gmail.com