[openstack-announce] [release][oslo] oslo.serialization release 1.7.0 (liberty)

davanum at gmail.com davanum at gmail.com
Mon Jul 6 20:15:10 UTC 2015


We are happy to announce the release of:

oslo.serialization 1.7.0: Oslo Serialization library

This release is part of the liberty 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.7.0

Please report issues through launchpad:

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

Changes in oslo.serialization 1.6.0..1.7.0
------------------------------------------

5736465 Stop using deprecated oslo_utils.timeutils.strtime
17bb701 Add tox target to find missing requirements
4e2ca43 Remove oslo namespace package
7e0d0a1 Do not use oslo namespace for oslo.i18n lib
dd9e1c0 Updated from global requirements
ce7dbc0 Updated from global requirements
770fef7 Switch badges from 'pypip.in' to 'shields.io'

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

README.rst                      |   4 +-
oslo/__init__.py                |  13 ----
oslo/serialization/__init__.py  |  26 -------
oslo/serialization/jsonutils.py |  13 ----
oslo_serialization/jsonutils.py |   2 +-
requirements.txt                |   4 +-
setup.cfg                       |   4 --
setup.py                        |   1 -
test-requirements.txt           |  10 +--
tox.ini                         |   8 +++
14 files changed, 19 insertions(+), 283 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index d15502a..6b30b56 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10 +10 @@
-pbr>=0.11,<2.0
+pbr<2.0,>=0.11
@@ -17 +17 @@ iso8601>=0.1.9
-oslo.utils>=1.4.0                       # Apache-2.0
+oslo.utils>=1.6.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index ee6d133..d25ed6f 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4 @@
-hacking>=0.10.0,<0.11
+hacking<0.11,>=0.10.0
@@ -9,2 +9,2 @@ netaddr>=0.7.12
-sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-oslosphinx>=2.5.0  # Apache-2.0
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
+oslosphinx>=2.5.0 # Apache-2.0
@@ -12 +12 @@ oslosphinx>=2.5.0  # Apache-2.0
-oslotest>=1.5.1  # Apache-2.0
+oslotest>=1.5.1 # Apache-2.0
@@ -14 +14 @@ simplejson>=2.2.0
-oslo.i18n>=1.5.0  # Apache-2.0
+oslo.i18n>=1.5.0 # Apache-2.0





More information about the OpenStack-announce mailing list