[openstack-dev] oslo.serialization 1.2.0 released

Doug Hellmann doug at doughellmann.com
Thu Jan 8 21:33:39 UTC 2015


The Oslo team is pleased to announce the release of
oslo.serialization 1.2.0: oslo.serialization library

The primary reason for this release is to move the code
out of the oslo namespace package as part of
https://blueprints.launchpad.net/oslo-incubator/+spec/drop-namespace-packages

For more details, please see the git log history below and
 http://launchpad.net/oslo.serialization/+milestone/1.2.0

Please report issues through launchpad:
 http://bugs.launchpad.net/oslo.serialization

----------------------------------------

Changes in /home/dhellmann/repos/openstack/oslo.serialization  1.1.0..1.2.0

e8deb08 Move files out of the namespace package
437eaf8 Activate pep8 check that _ is imported
683920d Updated from global requirements
93f8876 Workflow documentation is now in infra-manual

  diffstat (except docs and test files):

 CONTRIBUTING.rst                           |   7 +-
 oslo/serialization/__init__.py             |  26 +++
 oslo/serialization/jsonutils.py            | 224 +----------------------
 oslo_serialization/__init__.py             |   0
 oslo_serialization/jsonutils.py            | 235 ++++++++++++++++++++++++
 requirements.txt                           |   2 +-
 setup.cfg                                  |   1 +
 tests/test_warning.py                      |  61 +++++++
 tox.ini                                    |   1 -
 12 files changed, 604 insertions(+), 230 deletions(-)

  Requirements updates:

 diff --git a/requirements.txt b/requirements.txt
 index 176ce3c..d840b54 100644
 --- a/requirements.txt
 +++ b/requirements.txt
 @@ -11 +11 @@ iso8601>=0.1.9
 -oslo.utils>=1.0.0                       # Apache-2.0
 +oslo.utils>=1.1.0                       # Apache-2.0



More information about the OpenStack-dev mailing list