[openstack-dev] oslo.serialization 1.1.0 released

Ben Nemec openstack at nemebean.com
Mon Dec 1 22:38:11 UTC 2014


The Oslo team is pleased to announce the release of oslo.serialization
1.1.0.  This is primarily a bug fix and requirements update release.
Further details of the changes included are below.

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

 Please report issues through launchpad:
https://launchpad.net/oslo.serialization

openstack/oslo.serialization  1.0.0..HEAD

a7bade1 Add pbr to installation requirements
9701670 Updated from global requirements
f3aa93c Fix pep8, docs, requirements issues in jsonutils and tests
d4e3609 Remove extraneous vim editor configuration comments
ce89925 Support building wheels (PEP-427)
472e6c9 Fix coverage testing
ddde5a5 Updated from global requirements
0929bde Support 'built-in' datetime module
9498865 Add history/changelog to docs

  diffstat (except docs and test files):

 oslo/__init__.py                |  2 --
 oslo/serialization/jsonutils.py | 20 +++++++++++---------
 requirements.txt                |  4 +++-
 setup.cfg                       |  3 +++
 test-requirements.txt           | 11 ++++++-----
 tests/test_jsonutils.py         |  5 +++--
 8 files changed, 27 insertions(+), 20 deletions(-)

  Requirements updates:

 diff --git a/requirements.txt b/requirements.txt
 index 2dc5dea..176ce3c 100644
 --- a/requirements.txt
 +++ b/requirements.txt
 @@ -3,0 +4,2 @@
 +
 +pbr>=0.6,!=0.7,<1.0
 @@ -9 +11 @@ iso8601>=0.1.9
 -oslo.utils>=0.3.0                       # Apache-2.0
 +oslo.utils>=1.0.0                       # Apache-2.0
 diff --git a/test-requirements.txt b/test-requirements.txt
 index a0ed1c5..f4c82b9 100644
 --- a/test-requirements.txt
 +++ b/test-requirements.txt
 @@ -4 +4 @@
 -hacking>=0.5.6,<0.8
 +hacking>=0.9.2,<0.10
 @@ -9,2 +9,2 @@ netaddr>=0.7.12
 -sphinx>=1.1.2,!=1.2.0,<1.3
 -oslosphinx>=2.2.0.0a2
 +sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
 +oslosphinx>=2.2.0  # Apache-2.0
 @@ -12 +12 @@ oslosphinx>=2.2.0.0a2
 -oslotest>=1.1.0.0a2
 +oslotest>=1.2.0  # Apache-2.0
 @@ -14 +14,2 @@ simplejson>=2.2.0
 -oslo.i18n>=0.3.0  # Apache-2.0
 +oslo.i18n>=1.0.0  # Apache-2.0
 +coverage>=3.6



More information about the OpenStack-dev mailing list