8000 gh-131261: expat/refresh.sh: Expand list of manual steps (GH-131359) · python/cpython@51d3099 · GitHub
[go: up one dir, main page]

Skip to content

Commit 51d3099

Browse files
authored
gh-131261: expat/refresh.sh: Expand list of manual steps (GH-131359)
1 parent 295b53d commit 51d3099

File tree

3 files changed

+11
-21
lines changed

3 files changed

+11
-21
lines changed

Misc/sbom.spdx.json

Lines changed: 0 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Modules/expat/refresh.sh

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,13 @@ rm libexpat.tar.gz
5454
# Step 3: Add the namespacing include to expat_external.h
5555
sed -i 's/#define Expat_External_INCLUDED 1/&\n\n\/* Namespace external symbols to allow multiple libexpat version to\n co-exist. \*\/\n#include "pyexpatns.h"/' expat_external.h
5656

57-
echo "Updated; verify all is okay using git diff and git status."
57+
echo "
58+
Updated! next steps:
59+
- Verify all is okay:
60+
git diff
61+
git status
62+
- Regenerate the sbom file
63+
make regen-sbom
64+
- Update warning count in Tools/build/.warningignore_macos
65+
(use info from CI if not on a Mac)
66+
"

Tools/build/generate_sbom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class PackageFiles(typing.NamedTuple):
6060
exclude=[
6161
"Modules/expat/expat_config.h",
6262
"Modules/expat/pyexpatns.h",
63-
"Modules/_hacl/refresh.sh",
63+
"Modules/expat/refresh.sh",
6464
]
6565
),
6666
"macholib": PackageFiles(

0 commit comments

Comments
 (0)
0