File tree Expand file tree Collapse file tree 4 files changed +25
-4
lines changed Expand file tree Collapse file tree 4 files changed +25
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,28 @@ v33.0.0 (next next, roadmap)
38
38
- Update Dockerfile and test container build.
39
39
See https://github.com/aboutcode-org/scancode-toolkit/issues/3955
40
40
41
- v32.3.2 - 2024-01-20
41
+
42
+ v32.3.3 - 2025-03-06
43
+ --------------------
44
+
45
+ This is a patch release with license and package detection
46
+ improvements, bugfixes and with new and updated license detection rules
47
+ and new licenses added.
48
+
49
+ - Add new and updated licenses and license rules
50
+ https://github.com/aboutcode-org/scancode-toolkit/pull/4165
51
+ https://github.com/aboutcode-org/scancode-toolkit/issues/3819
52
+
53
+ - Bump commoncode to v32.2.1 and pin bs4 to fix copyright scan issues
54
+ https://github.com/aboutcode-org/scancode-toolkit/pull/4149
55
+ https://github.com/aboutcode-org/scancode-toolkit/pull/4176
56
+
57
+ - Refactor and fix package assembly for pypi installed wheels
58
+ and fix pypi manifest parsing
59
+ https://github.com/aboutcode-org/scancode-toolkit/pull/4171
60
+
61
+
62
+ v32.3.2 - 2025-01-20
42
63
--------------------
43
64
44
65
This is a patch release with license and package detection
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = scancode-toolkit-mini
3
- version = 32.3.2
3
+ version = 32.3.3
4
4
license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft
5
5
6
6
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = scancode-toolkit
3
- version = 32.3.2
3
+ version = 32.3.3
4
4
license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft
5
5
6
6
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ def _create_dir(location):
132
132
# 4. hardcoded This is the default, fallback version in case package is not installed or we
133
133
# do not have a proper version otherwise.
134
134
if not __version__ :
135
- __version__ = '32.3.2 '
135
+ __version__ = '32.3.3 '
136
136
137
137
#######################
138
138
# used to warn user when the version is out of date
You can’t perform that action at this time.
0 commit comments