Skip to content

Commit

Permalink
Upgrade ScanCode-toolkit to v32.0.6 (#806)
Browse files Browse the repository at this point in the history
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
  • Loading branch information
AyanSinhaMahapatra committed Jul 11, 2023
1 parent cad7f2e commit 8eaa16d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"end_line": 1,
"rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/pypi_mit_license.RULE",
"start_line": 1,
"matched_text": "['License :: OSI Approved :: MIT License']",
"matched_text": "- 'License :: OSI Approved :: MIT License'",
"match_coverage": 100.0,
"matched_length": 5,
"rule_relevance": 100,
Expand Down Expand Up @@ -193,7 +193,7 @@
"end_line": 1,
"rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/pypi_mit_license.RULE",
"start_line": 1,
"matched_text": "['License :: OSI Approved :: MIT License']",
"matched_text": "- 'License :: OSI Approved :: MIT License'",
"match_coverage": 100.0,
"matched_length": 5,
"rule_relevance": 100,
Expand Down Expand Up @@ -526,7 +526,7 @@
"end_line": 1,
"rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/pypi_mit_license.RULE",
"start_line": 1,
"matched_text": "['License :: OSI Approved :: MIT License']",
"matched_text": "- 'License :: OSI Approved :: MIT License'",
"match_coverage": 100.0,
"matched_length": 5,
"rule_relevance": 100,
Expand Down Expand Up @@ -910,7 +910,7 @@
"end_line": 1,
"rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/pypi_mit_license.RULE",
"start_line": 1,
"matched_text": "['License :: OSI Approved :: MIT License']",
"matched_text": "- 'License :: OSI Approved :: MIT License'",
"match_coverage": 100.0,
"matched_length": 5,
"rule_relevance": 100,
Expand Down
2 changes: 1 addition & 1 deletion scanpipe/tests/data/is-npm-1.0.0_scan_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"errors": [],
"warnings": [],
"extra_data": {
"spdx_license_list_version": "3.20",
"spdx_license_list_version": "3.21",
"files_count": 3
}
}
Expand Down
4 changes: 2 additions & 2 deletions scanpipe/tests/data/multiple-is-npm-1.0.0_scan_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"errors": [],
"warnings": [],
"extra_data": {
"spdx_license_list_version": "3.20",
"spdx_license_list_version": "3.21",
"files_count": 6
}
}
Expand All @@ -40,7 +40,7 @@
"other_license_expressions": [
{
"value": null,
"count": 1
"count": 2
}
],
"other_holders": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"other_license_expressions": [
{
"value": null,
"count": 1
"count": 2
}
],
"other_holders": [
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ install_requires =
# Docker
container-inspector==32.0.1
# ScanCode-toolkit
scancode-toolkit[packages]==32.0.5rc3
scancode-toolkit[packages]==32.0.6
extractcode[full]==31.0.0
commoncode==31.0.2
# FetchCode
Expand Down

0 comments on commit 8eaa16d

Please sign in to comment.