v32.0.7
github-actions
released this
28 Sep 12:41
·
588 commits
to develop
since this release
This is a minor release with a lot of license detection improvements, with new and updated license detection rules and new licenses.
- 33 new licenses, 30 licenses updated
- 70 new and updated license rules
The main updates over the previous stable release are:
- To the license Rule class adds
is_license_clue
attribute andis_deprecated
attribute to support license clues detection, and always maintain consistency on unique rule names. Adds fixes for other license detection bug related to license clues, bug in setup.cfg license detection and makes license detection identifiers python-safe. See #3462 - Update/Add new licenses and license rules. See #3470 #3513
- Bump commoncode to v31.0.3 fixing a VirtualCodebase creation issue when there is a directory under the root with the same name as the root directory itself. aboutcode-org/commoncode#57 #3495
What's Changed
- Edit
check_rdf_scan
so that SPDX rdf tests don't automatically pass #3448 by @armintaenzertng in #3451 - Update misc detections by @AyanSinhaMahapatra in #3462
- Bump commoncode to v31.0.3 by @JonoYang in #3495
- Update and add licenses by @AyanSinhaMahapatra in #3470
- Update licenses and rules by @AyanSinhaMahapatra in #3513
- Release prep 32.0.7 by @AyanSinhaMahapatra in #3527
New Contributors
- @armintaenzertng made their first contribution in #3451
Full Changelog: v32.0.6...v32.0.7