https://github.com/python/cpython/commit/51a408ed779ced7c7a769447c5f7e9881d2cbb4a
commit: 51a408ed779ced7c7a769447c5f7e9881d2cbb4a
branch: main
author: Stan Ulbrych <[email protected]>
committer: encukou <[email protected]>
date: 2026-02-12T09:55:26+01:00
summary:
Add missing step to `Modules/expat/refresh.sh` instructions (GH-144719)
files:
M Modules/expat/refresh.sh
diff --git a/Modules/expat/refresh.sh b/Modules/expat/refresh.sh
index 550340467a15a7..0e0bc0652c5539 100755
--- a/Modules/expat/refresh.sh
+++ b/Modules/expat/refresh.sh
@@ -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)
-"
+'
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]