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

davanum at gmail.com davanum at gmail.com
Tue Oct 6 17:01:10 UTC 2015


We are eager to announce the release of:

oslo.serialization 1.10.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/1.10.0

Please report issues through launchpad:

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

Changes in oslo.serialization 1.9.0..1.10.0
-------------------------------------------

e49e812 Add utilities for base64
96886ce Also check for the existence of `items` in to_primitive()
1bd558f Move 'history' -> release notes section
92f2111 Add jsonutils.dump_as_bytes() function for py3
cf44a40 Change ignore-errors to ignore_errors
f49cc02 Updated from global requirements

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

.coveragerc                                |  2 +-
README.rst                                 |  2 +-
oslo_serialization/base64.py               | 79 ++++++++++++++++++++++++++++++
oslo_serialization/jsonutils.py            | 25 ++++++++++
requirements.txt                           |  2 +-
setup.py                                   |  2 +-
10 files changed, 227 insertions(+), 5 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 27704b5..1a3b61d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10 +10 @@
-pbr<2.0,>=1.6
+pbr>=1.6





More information about the OpenStack-announce mailing list