[release-announce] [oslo] oslo.serialization 2.15.0 (ocata)

no-reply at openstack.org no-reply at openstack.org
Thu Dec 1 16:46:10 UTC 2016


We are thrilled to announce the release of:

oslo.serialization 2.15.0: Oslo Serialization library

This release is part of the ocata release series.

The source is available from:

    http://git.openstack.org/cgit/openstack/oslo.serialization

Download the package from:

    https://pypi.python.org/pypi/oslo.serialization

Please report issues through launchpad:

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

For more details, please see below.

2.15.0
^^^^^^

Other Notes

* Introduce reno for deployer release notes.

Changes in oslo.serialization 2.14.0..2.15.0
--------------------------------------------

1dc9e0d Updated from global requirements
eb0132e Updated from global requirements
ba8abba Add reno for release notes management
0e17d0b Updated from global requirements


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

.gitignore                                        |   3 +
releasenotes/notes/add-reno-996dd44974d53238.yaml |   3 +
releasenotes/source/_static/.placeholder          |   0
releasenotes/source/_templates/.placeholder       |   0
releasenotes/source/conf.py                       | 276 ++++++++++++++++++++++
releasenotes/source/index.rst                     |   8 +
releasenotes/source/unreleased.rst                |   5 +
requirements.txt                                  |   4 +-
test-requirements.txt                             |   3 +-
tox.ini                                           |   3 +
10 files changed, 302 insertions(+), 3 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 33ada12..98dbed6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10 +10 @@
-pbr>=1.6 # Apache-2.0
+pbr>=1.8 # Apache-2.0
@@ -13 +13 @@ msgpack-python>=0.4.0 # Apache-2.0
-oslo.utils>=3.16.0 # Apache-2.0
+oslo.utils>=3.18.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 7fd183e..79af4ed 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -15 +15,2 @@ oslo.i18n>=2.1.0 # Apache-2.0
-coverage>=3.6 # Apache-2.0
+coverage>=4.0 # Apache-2.0
+reno>=1.8.0 # Apache-2.0





More information about the Release-announce mailing list