oslo.serialization 5.4.0 (caracal)
We enthusiastically announce the release of: oslo.serialization 5.4.0: Oslo Serialization library This release is part of the caracal 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. Changes in oslo.serialization 5.3.0..5.4.0 ------------------------------------------ 4ceb593 Display coverage report dabffaa reno: Update master for unmaintained/yoga 471f10d Update python classifier in setup.cfg 7f90f0c pre-commit: Integrate bandit 5587e95 pre-commit: Bump versions 9aaea36 Require pytz only in Python < 3.9 Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 28 ++++++++++------------------ oslo_serialization/jsonutils.py | 2 +- releasenotes/source/yoga.rst | 2 +- requirements.txt | 8 ++------ setup.cfg | 1 + test-requirements.txt | 10 ---------- tox.ini | 8 +++++--- 7 files changed, 20 insertions(+), 39 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index b8be88c..8d2ae19 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +0,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - @@ -13,2 +9,2 @@ oslo.utils>=3.33.0 # Apache-2.0 -pytz>=2013.6 # MIT -tzdata>=2022.4 # MIT +pytz>=2013.6;python_version<"3.9" # MIT +tzdata>=2022.4;python_version>="3.9" # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 941f435..7ccc454 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +0,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. -hacking>=3.0.1,<3.1.0 # Apache-2.0 @@ -7 +2,0 @@ stestr>=2.0.0 # Apache-2.0 - @@ -11,5 +5,0 @@ coverage!=4.4,>=4.0 # Apache-2.0 - -# Bandit security code scanner -bandit>=1.7.0,<1.8.0 # Apache-2.0 - -pre-commit>=2.6.0 # MIT
participants (1)
-
no-reply@openstack.org