-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update sctk version to v32.3.0 (#1418)
* Bump scancode-toolkit version to v32.3.0 Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com> * Rename dependency and license match attributes * Rename is_resolved to is_pinned for dependencies * Rename spdx_license_expression to license_expression_spdx for license matches Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com> * Regen scancode scan fixtures Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com> --------- Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
- Loading branch information
1 parent
55cc4f0
commit ea5e2c7
Showing
50 changed files
with
1,150 additions
and
1,056 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
44 changes: 44 additions & 0 deletions
44
scanpipe/migrations/0068_rename_discovered_dependencies_attribute.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Generated by Django 5.0.7 on 2024-10-21 07:51 | ||
|
||
from django.db import migrations, models | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
("scanpipe", "0067_discoveredpackage_notes"), | ||
] | ||
|
||
operations = [ | ||
migrations.AlterModelOptions( | ||
name="discovereddependency", | ||
options={ | ||
"ordering": [ | ||
"-is_runtime", | ||
"-is_pinned", | ||
"is_optional", | ||
"dependency_uid", | ||
"for_package", | ||
"datafile_resource", | ||
"datasource_id", | ||
], | ||
"verbose_name": "discovered dependency", | ||
"verbose_name_plural": "discovered dependencies", | ||
}, | ||
), | ||
migrations.RemoveIndex( | ||
model_name="discovereddependency", | ||
name="scanpipe_di_is_reso_10570c_idx", | ||
), | ||
migrations.RenameField( | ||
model_name="discovereddependency", | ||
old_name="is_resolved", | ||
new_name="is_pinned", | ||
), | ||
migrations.AddIndex( | ||
model_name="discovereddependency", | ||
index=models.Index( | ||
fields=["is_pinned"], name="scanpipe_di_is_pinn_5667b2_idx" | ||
), | ||
), | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.