Skip to content

Commit 27480f5

Browse files
committed
Remove packageFileName entry from SPDX output #1076
Signed-off-by: tdruez <[email protected]>
1 parent 7829c8b commit 27480f5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ v33.2.0 (unreleased)
3131
https://github.com/nexB/scancode.io/issues/1034
3232
https://github.com/nexB/scancode.io/discussions/1035
3333

34+
- Remove "packageFileName" entry from SPDX output.
35+
https://github.com/nexB/scancode.io/issues/1076
36+
3437
v33.1.0 (2024-02-02)
3538
--------------------
3639

scanpipe/pipes/spdx.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,6 @@ def as_dict(self):
356356
"supplier": self.supplier,
357357
"originator": self.originator,
358358
"homepage": self.homepage,
359-
"packageFileName": self.filename,
360359
"description": self.description,
361360
"summary": self.summary,
362361
"sourceInfo": self.source_info,

0 commit comments

Comments
 (0)