gh-115399: Upgrade bundled libexpat to 2.6.0 (#115431)

This commit is contained in:
Seth Michael Larson 2024-02-14 10:29:06 -06:00 committed by GitHub
parent 671360161f
commit 4b2d1786cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 431 additions and 306 deletions

View file

@ -59,7 +59,10 @@ PACKAGE_TO_FILES = {
include=["Modules/_decimal/libmpdec/**"]
),
"expat": PackageFiles(
include=["Modules/expat/**"]
include=["Modules/expat/**"],
exclude=[
"Modules/expat/expat_config.h",
]
),
"macholib": PackageFiles(
include=["Lib/ctypes/macholib/**"],