We are pleased to announce the release of: oslo.serialization 3.0.0: Oslo Serialization library This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/oslo.serialization Download the package from: https://pypi.org/project/oslo.serialization Please report issues through: https://bugs.launchpad.net/oslo.serialization/+bugs For more details, please see below. 3.0.0 ^^^^^ Upgrade Notes * Support for Python 2.7 has been dropped. The latest version of Python now supported is Python 3.6. Changes in oslo.serialization 2.29.2..3.0.0 ------------------------------------------- 9e4adf5 [ussuri][goal] Drop python 2.7 support and testing 350bc40 tox: Trivial cleanup 1c095de Switch to Ussuri jobs fa87c3c tox: Keeping going with docs a61f012 Update master for stable/train Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 4 +--- lower-constraints.txt | 1 - .../notes/drop-python27-support-185668eec068ffa5.yaml | 5 +++++ releasenotes/source/index.rst | 1 + releasenotes/source/train.rst | 6 ++++++ setup.cfg | 8 +++----- setup.py | 8 -------- test-requirements.txt | 1 - tox.ini | 15 ++++++++++----- 10 files changed, 27 insertions(+), 25 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 6882afd..232fb68 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +4,0 @@ hacking>=1.1.0,<1.2.0 # Apache-2.0 -ipaddress>=1.0.17;python_version<'3.3' # PSF
participants (1)
-
no-reply@openstack.org