We are ecstatic to announce the release of: oslo.serialization 2.17.0: Oslo Serialization library This release is part of the pike 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. Changes in oslo.serialization 2.16.0..2.17.0 -------------------------------------------- 279da59 Updated from global requirements 8bbe534 [Fix gate]Update test requirement e321e96 Updated from global requirements d98e9e2 Update reno for stable/ocata 4fdec1b Remove references to Python 3.4 Diffstat (except docs and test files) ------------------------------------- releasenotes/source/index.rst | 1 + releasenotes/source/ocata.rst | 6 ++++++ requirements.txt | 4 ++-- setup.cfg | 1 - setup.py | 2 +- test-requirements.txt | 4 ++-- tox.ini | 2 +- 7 files changed, 13 insertions(+), 7 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 98dbed6..7a1c01d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10 +10 @@ -pbr>=1.8 # Apache-2.0 +pbr>=2.0.0 # Apache-2.0 @@ -13 +13 @@ msgpack-python>=0.4.0 # Apache-2.0 -oslo.utils>=3.18.0 # Apache-2.0 +oslo.utils>=3.20.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 79af4ed..0ea05ab 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4 @@ -hacking<0.11,>=0.10.0 +hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 @@ -10 +10 @@ netaddr!=0.7.16,>=0.7.13 # BSD -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +sphinx>=1.5.1 # BSD