We are jazzed to announce the release of: oslo.serialization 2.25.0: Oslo Serialization library This release is part of the rocky release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.serialization Download the package from: https://pypi.python.org/pypi/oslo.serialization Please report issues through launchpad: https://docs.openstack.org/oslo.serialization/latest/ For more details, please see below. Changes in oslo.serialization 2.23.0..2.25.0 -------------------------------------------- 1b1abbe Follow the new PTI for document build 1ac4ef7 Update links in README fa3f9f4 Update reno for stable/queens 53eaf91 Updated from global requirements c223d7c Updated from global requirements 19af771 Updated from global requirements 2369014 Updated from global requirements 2777300 msgpack-python has been renamed to msgpack Diffstat (except docs and test files) ------------------------------------- README.rst | 4 ++-- releasenotes/source/index.rst | 1 + releasenotes/source/queens.rst | 6 ++++++ requirements.txt | 2 +- test-requirements.txt | 7 +------ tox.ini | 4 +++- 7 files changed, 21 insertions(+), 10 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 554b7ab..9ec4188 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12 +12 @@ six>=1.10.0 # MIT -msgpack-python>=0.4.0 # Apache-2.0 +msgpack>=0.4.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 7cf5e3d..9aa02fd 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,5 +9 @@ netaddr>=0.7.18 # BSD -# this is required for the docs build jobs -sphinx>=1.6.2 # BSD -openstackdocstheme>=1.17.0 # Apache-2.0 - -oslotest>=1.10.0 # Apache-2.0 +oslotest>=3.2.0 # Apache-2.0 @@ -16 +11,0 @@ coverage!=4.4,>=4.0 # Apache-2.0 -reno>=2.5.0 # Apache-2.0