]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add missing step to `Modules/expat/refresh.sh` instructions (GH-144719)
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Thu, 12 Feb 2026 08:55:26 +0000 (08:55 +0000)
committerGitHub <noreply@github.com>
Thu, 12 Feb 2026 08:55:26 +0000 (09:55 +0100)
Modules/expat/refresh.sh

index 550340467a15a736c0ca33aedd8e7fcd151bce2b..0e0bc0652c55397c0303b951e753f2e2d85b969d 100755 (executable)
@@ -64,13 +64,16 @@ This may be due to source changes and will require updating this script" >&2
   exit 1
 fi
 
-echo "
+echo '
 Updated! next steps:
 - Verify all is okay:
     git diff
     git status
-- Regenerate the sbom file
+- Update the sbom file:
+    Under the package "SPDXRef-PACKAGE-expat", update the "checksumValue",
+    "downloadLocation", "referenceLocator", and "versionInfo" fields.
+- Regenerate the sbom file:
     make regen-sbom
-- Update warning count in Tools/build/.warningignore_macos
+- Update the warning count in Tools/build/.warningignore_macos:
     (use info from CI if not on a Mac)
-"
+'