Skip to content

Commit f27ab91

Browse files
Bump scancode-toolkit version to v32.3.3
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent 70157d2 commit f27ab91

File tree

4 files changed

+25
-4
lines changed

4 files changed

+25
-4
lines changed

CHANGELOG.rst

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,28 @@ v33.0.0 (next next, roadmap)
3838
- Update Dockerfile and test container build.
3939
See https://github.com/aboutcode-org/scancode-toolkit/issues/3955
4040

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
4263
--------------------
4364

4465
This is a patch release with license and package detection

setup-mini.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = scancode-toolkit-mini
3-
version = 32.3.2
3+
version = 32.3.3
44
license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft
55

66
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = scancode-toolkit
3-
version = 32.3.2
3+
version = 32.3.3
44
license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft
55

66
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390

src/scancode_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def _create_dir(location):
132132
# 4. hardcoded This is the default, fallback version in case package is not installed or we
133133
# do not have a proper version otherwise.
134134
if not __version__:
135-
__version__ = '32.3.2'
135+
__version__ = '32.3.3'
136136

137137
#######################
138138
# used to warn user when the version is out of date

0 commit comments

Comments
 (0)