We are jazzed to announce the release of: oslo.serialization 2.26.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.org/project/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.25.0..2.26.0 -------------------------------------------- bd10ae0 Unblock requirements changes 65d92ce Remove stale pip-missing-reqs tox test 0838bb6 Trivial: Update pypi url to new url 3df92be set default python to python3 7d03e2d add lower-constraints job 0ddc7f9 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 7 +++++++ README.rst | 4 ++-- lower-constraints.txt | 44 ++++++++++++++++++++++++++++++++++++++++++++ requirements.txt | 2 +- test-requirements.txt | 2 +- tox.ini | 20 +++++++++++--------- 7 files changed, 67 insertions(+), 14 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 9ec4188..25e2a76 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12 +12 @@ six>=1.10.0 # MIT -msgpack>=0.4.0 # Apache-2.0 +msgpack>=0.5.1 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 9aa02fd..ce9f83e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 -ipaddress>=1.0.16;python_version<'3.3' # PSF +ipaddress>=1.0.17;python_version<'3.3' # PSF
participants (1)
-
no-reply@openstack.org