File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ v33.2.0 (unreleased)
23
23
Restructure the inspect_manifest pipeline into:
24
24
* load_sbom: for loading SPDX/CycloneDX SBOMs and ABOUT files
25
25
* resolve_dependencies: for resolving package dependencies
26
- * inspect_packages: gets package data from package manifests/lockfiles
26
+ * inspect_packages: gets package data from package manifests/lockfiles
27
27
28
28
A data migration is included to facilitate the migration of existing data.
29
29
Only the new names are available in the web UI but the REST API and CLI are backward
@@ -34,7 +34,7 @@ v33.2.0 (unreleased)
34
34
- Remove "packageFileName" entry from SPDX output.
35
35
https://github.com/nexB/scancode.io/issues/1076
36
36
37
- - Add an add-on pipeline for collecting DWARF debug symbol compilation
37
+ - Add an add-on pipeline for collecting DWARF debug symbol compilation
38
38
unit paths when available from elfs.
39
39
https://github.com/nexB/purldb/issues/260
40
40
@@ -44,6 +44,8 @@ v33.2.0 (unreleased)
44
44
- Add URL scheme validation with explicit error messages for input URLs.
45
45
https://github.com/nexB/scancode.io/issues/1047
46
46
47
+ - Update matchcode-toolkit to v3.0.0
48
+
47
49
v33.1.0 (2024-02-02)
48
50
--------------------
49
51
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ install_requires =
93
93
# Font Awesome
94
94
fontawesomefree ==6.5.1
95
95
# MatchCode-toolkit
96
- matchcode-toolkit ==2 .0.1
96
+ matchcode-toolkit ==3 .0.0
97
97
# Univers
98
98
univers ==30.11.0
99
99
You can’t perform that action at this time.
0 commit comments