We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7829c8b commit 27480f5Copy full SHA for 27480f5
CHANGELOG.rst
@@ -31,6 +31,9 @@ v33.2.0 (unreleased)
31
https://github.com/nexB/scancode.io/issues/1034
32
https://github.com/nexB/scancode.io/discussions/1035
33
34
+- Remove "packageFileName" entry from SPDX output.
35
+ https://github.com/nexB/scancode.io/issues/1076
36
+
37
v33.1.0 (2024-02-02)
38
--------------------
39
scanpipe/pipes/spdx.py
@@ -356,7 +356,6 @@ def as_dict(self):
356
"supplier": self.supplier,
357
"originator": self.originator,
358
"homepage": self.homepage,
359
- "packageFileName": self.filename,
360
"description": self.description,
361
"summary": self.summary,
362
"sourceInfo": self.source_info,
0 commit comments