deps: update dependency scancode-toolkit to v32.4.0 #1348
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==32.3.3
->==32.4.0
Release Notes
aboutcode-org/scancode-toolkit (scancode-toolkit)
v32.4.0
Compare Source
This is a feature release with::
There are new data attributes, and we have a output format version bump
from
4.0.0
to4.1.0
. The changes in Output Data Structure are:A new resource level attribute
sha1_git
is added, which hasthe corresponding checksum value for files, and is empty for
directories. This is returned optionally with the
--info
plugin.A new resource level attribute
is_community
is added, which isTrue from commonly used files used for community/project maintainence.
This is returned optionally with the
--classify
plugin.These are the details for the most important changes introduced::
Add support for adding required phrases in rules automatically using
some console scripts and CLI options using already marked required
phrases for the same license-expression and license field attributes
The new console scripts are:
add-required-phrases
to add required phrases from other rules orlicense attributes
gen-new-required-phrases-rules
to add required phrase rules formarked required phrase in rules
This improves detection accuracy and reduces false poshttps://github.com/aboutcode-org/scancode-toolkit/pull/3924ihttps://github.com/aboutcode-org/scancode-toolkit/pull/4237ohttps://github.com/aboutcode-org/scancode-toolkit/pull/4241de-toolkit/pull/4241
Default value of processes used for scancode scans is changed from
1 to
N-1
, where N is the number of CPU processes available in thesystemhttps://github.com/aboutcode-org/scancode-toolkit/pull/410404
Also return sha1_git checksums for each files with
--info
plugin.https://github.com/aboutcode-org/scancode-toolkit/issues/62424
Equivalent words like license and licence, as well as plurals are
now treated as the same in license detection. With this,
many redundant rules have been deprecathttps://github.com/aboutcode-org/scancode-toolkit/pull/4215l/4215
Support running scancode with python3.13
Update and use latest native dependencies with py3.13 support,
update and test py3.13 usage in CI and other scripts, and
update other third-party dependencies, use latest skehttps://github.com/aboutcode-org/scancode-toolkit/pull/4430ull/4430
Misc license detection improvements, new licenses and license
detection ruleshttps://github.com/aboutcode-org/scancode-toolkit/pull/42614https://github.com/aboutcode-org/scancode-toolkit/pull/4412lhttps://github.com/aboutcode-org/scancode-toolkit/pull/4405uhttps://github.com/aboutcode-org/scancode-toolkit/pull/4278/https://github.com/aboutcode-org/scancode-toolkit/pull/4093it/pull/4093
Fix an issues where
pip install scancode-toolkit
was failingbecause of a compatibility issue with Clichttps://github.com/aboutcode-org/scancode-toolkit/pull/44274427
Configuration
📅 Schedule: Branch creation - "after 9am and before 7pm every weekday" in timezone Europe/Tallinn, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.