[3.12] gh-115399: Upgrade bundled libexpat to 2.6.0 (GH-115431) (#115469)

gh-115399: Upgrade bundled libexpat to 2.6.0 (GH-115431)
(cherry picked from commit 4b2d1786cc)

Co-authored-by: Seth Michael Larson <seth@python.org>
This commit is contained in:
Miss Islington (bot) 2024-02-14 23:14:34 +01:00 committed by GitHub
parent 50f17a5a0a
commit 14930acf5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 431 additions and 306 deletions

View file

@ -57,7 +57,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/**"],