mirror of
https://github.com/python/cpython.git
synced 2025-08-19 00:00:48 +00:00
[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:
parent
50f17a5a0a
commit
14930acf5a
15 changed files with 431 additions and 306 deletions
|
@ -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/**"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue