]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-113257: Fix SBOM metadata for pip 23.3.2 (#113262)
authorSeth Michael Larson <seth@python.org>
Tue, 19 Dec 2023 06:34:53 +0000 (00:34 -0600)
committerGitHub <noreply@github.com>
Tue, 19 Dec 2023 06:34:53 +0000 (08:34 +0200)
Fix SBOM metadata for pip 23.3.2

Misc/sbom.spdx.json
Tools/build/generate_sbom.py

index 5868ceba4134ed754d7dc445cc75d188a92b5342..81f8486ea350c1b71481caaca4dd96d756a9d492 100644 (file)
           "checksumValue": "7ccf472345f20d35bdc9d1841ff5f313260c2c33fe417f48c30ac46cccabf5be"
         }
       ],
-      "downloadLocation": "https://files.pythonhosted.org/packages/50/c2/e06851e8cc28dcad7c155f4753da8833ac06a5c704c109313b8d5a62968a/pip-23.2.1-py3-none-any.whl",
+      "downloadLocation": "https://files.pythonhosted.org/packages/15/aa/3f4c7bcee2057a76562a5b33ecbd199be08cdb4443a02e26bd2c3cf6fc39/pip-23.3.2-py3-none-any.whl",
       "externalRefs": [
         {
           "referenceCategory": "SECURITY",
-          "referenceLocator": "cpe:2.3:a:pypa:pip:23.2.1:*:*:*:*:*:*:*",
+          "referenceLocator": "cpe:2.3:a:pypa:pip:23.3.2:*:*:*:*:*:*:*",
           "referenceType": "cpe23Type"
         },
         {
           "referenceCategory": "PACKAGE_MANAGER",
-          "referenceLocator": "pkg:pypi/pip@23.2.1",
+          "referenceLocator": "pkg:pypi/pip@23.3.2",
           "referenceType": "purl"
         }
       ],
       "name": "pip",
       "originator": "Organization: Python Packaging Authority",
       "primaryPackagePurpose": "SOURCE",
-      "versionInfo": "23.2.1"
+      "versionInfo": "23.3.2"
     }
   ],
   "relationships": [
index e0e46552d06f2544f9363eb32fa962858e892045..c02eb88b46532f3ead53e76ddf5e622d17dacf0e 100644 (file)
@@ -50,7 +50,7 @@ PACKAGE_TO_FILES = {
         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/**"],