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)
2323 Restructure the inspect_manifest pipeline into:
2424 * load_sbom: for loading SPDX/CycloneDX SBOMs and ABOUT files
2525 * 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
2727
2828 A data migration is included to facilitate the migration of existing data.
2929 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)
3434- Remove "packageFileName" entry from SPDX output.
3535 https://github.com/nexB/scancode.io/issues/1076
3636
37- - Add an add-on pipeline for collecting DWARF debug symbol compilation
37+ - Add an add-on pipeline for collecting DWARF debug symbol compilation
3838 unit paths when available from elfs.
3939 https://github.com/nexB/purldb/issues/260
4040
@@ -44,6 +44,8 @@ v33.2.0 (unreleased)
4444- Add URL scheme validation with explicit error messages for input URLs.
4545 https://github.com/nexB/scancode.io/issues/1047
4646
47+ - Update matchcode-toolkit to v3.0.0
48+
4749v33.1.0 (2024-02-02)
4850--------------------
4951
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ install_requires =
9393 # Font Awesome
9494 fontawesomefree ==6.5.1
9595 # MatchCode-toolkit
96- matchcode-toolkit ==2 .0.1
96+ matchcode-toolkit ==3 .0.0
9797 # Univers
9898 univers ==30.11.0
9999
You can’t perform that action at this time.
0 commit comments