We are psyched to announce the release of: oslo.reports 3.3.0: oslo.reports library This release is part of the caracal release series. The source is available from: https://opendev.org/openstack/oslo.reports Download the package from: https://pypi.org/project/oslo.reports Please report issues through: https://bugs.launchpad.net/oslo.reports/+bugs For more details, please see below. Changes in oslo.reports 3.2.0..3.3.0 ------------------------------------ 15108e3 Remove logic for python 2 support eeb14fb Update coverage commands cfdbc26 pre-commit: Integrate bandit 7bd3420 pre-commit: Bump versions e43ae11 Make greenlet optional 489fe7c Add missing direct imports c291a94 Bump hacking 68555d8 Update python classifier in setup.cfg Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 29 ++++++++++------------------- oslo_reports/guru_meditation_report.py | 10 ++++++++-- oslo_reports/models/base.py | 6 +----- oslo_reports/views/text/generic.py | 5 +---- oslo_reports/views/xml/generic.py | 6 +----- requirements.txt | 5 +---- setup.cfg | 5 +++++ test-requirements.txt | 12 ------------ tox.ini | 15 ++++++++++----- 10 files changed, 38 insertions(+), 61 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 0223378..a94ff0e 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. - @@ -10,0 +7 @@ oslo.utils>=3.33.0 # Apache-2.0 +oslo.config>=5.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 0de1d83..1f9b076 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +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 @@ -10,2 +4,0 @@ stestr>=2.0.0 # Apache-2.0 -oslo.config>=5.2.0 # Apache-2.0 -eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT @@ -15,5 +7,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