File tree 4 files changed +25
-5
lines changed
4 files changed +25
-5
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,27 @@ v32.1.0 (next, roadmap)
42
42
of these in other summary plugins.
43
43
See https://github.com/nexB/scancode-toolkit/issues/1745
44
44
45
- v32.0.6 - 2023-07-13
45
+
46
+ v32.0.8 - 2023-10-11
47
+ ------------------------
48
+
49
+ This is a minor release with license detection
50
+ improvements, with new and updated license detection rules
51
+ and new licenses.
52
+
53
+ The main updates over the previous stable release are:
54
+
55
+ - New and updated license rules fixing several license
56
+ detection bugs. See for more details:
57
+ https://github.com/nexB/scancode-toolkit/pull/3545
58
+ https://github.com/nexB/scancode-toolkit/pull/3519
59
+
60
+ - Bugfix for an epoch parser bug with numeric values
61
+ in rpm. See for more details:
62
+ https://github.com/nexB/scancode-toolkit/pull/3520
63
+
64
+
65
+ v32.0.7 - 2023-09-28
46
66
------------------------
47
67
48
68
This is a minor release with a lot of license detection
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = scancode-toolkit-mini
3
- version = 32.0.7
3
+ version = 32.0.8
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.0.7
3
+ version = 32.0.8
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,12 +132,12 @@ 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.0.7 '
135
+ __version__ = '32.0.8 '
136
136
137
137
#######################
138
138
# used to warn user when the version is out of date
139
139
# this is (year, month, day)
140
- __release_date__ = datetime .datetime (2023 , 9 , 28 )
140
+ __release_date__ = datetime .datetime (2023 , 10 , 11 )
141
141
142
142
# See https://github.com/nexB/scancode-toolkit/issues/2653 for more information
143
143
# on the data format version
You can’t perform that action at this time.
0 commit comments