We are satisfied to announce the release of: oslo.log 5.5.0: oslo.log library This release is part of the caracal release series. The source is available from: https://opendev.org/openstack/oslo.log Download the package from: https://pypi.org/project/oslo.log Please report issues through: https://bugs.launchpad.net/oslo.log/+bugs For more details, please see below. Changes in oslo.log 5.4.0..5.5.0 -------------------------------- a892465 pre-commit: Integrate bandit de07539 pre-commit: Bump versions 631b2f6 Bump hacking fddcbf1 Update python classifier in setup.cfg Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 29 ++++++++++------------------- requirements.txt | 4 ---- setup.cfg | 1 + test-requirements.txt | 11 ----------- tox.ini | 7 ++----- 5 files changed, 13 insertions(+), 39 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index a5626e8..baf7e42 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. - diff --git a/test-requirements.txt b/test-requirements.txt index 0dbf388..7692960 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,6 +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>=2.0.0,<2.1.0 # Apache-2.0 - @@ -13,3 +6,0 @@ coverage>=4.5.1 # Apache-2.0 -# Bandit security code scanner -bandit>=1.7.0,<1.8.0 # Apache-2.0 - @@ -18,2 +8,0 @@ fixtures>=3.0.0 # Apache-2.0/BSD -pre-commit>=2.6.0 # MIT -
participants (1)
-
no-reply@openstack.org