Skip to content

Commit

Permalink
pythongh-113257: Fix SBOM metadata for pip 23.3.2 (python#113262)
Browse files Browse the repository at this point in the history
Fix SBOM metadata for pip 23.3.2
  • Loading branch information
sethmlarson authored and Glyphack committed Jan 27, 2024
1 parent 1c507fb commit 7766097
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Misc/sbom.spdx.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Tools/build/generate_sbom.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class PackageFiles(typing.NamedTuple):
include=["Modules/expat/**"]
),
"pip": PackageFiles(
include=["Lib/ensurepip/_bundled/pip-*-py3-none-any.whl"]
include=["Lib/ensurepip/_bundled/pip-23.3.2-py3-none-any.whl"]
),
"macholib": PackageFiles(
include=["Lib/ctypes/macholib/**"],
Expand Down

0 comments on commit 7766097

Please sign in to comment.