diff mbox series

[12/15] python3-lxml: upgrade 5.3.1 -> 5.3.2

Message ID 1744073502-27695-12-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [01/15] curl: upgrade 8.12.1 -> 8.13.0 | expand

Commit Message

Mingyu Wang (Fujitsu) April 8, 2025, 12:51 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 * Binary wheels use libxml2 2.12.10 and libxslt 1.1.42.
 * Binary wheels for Windows use a patched libxml2 2.11.9 and libxslt 1.1.39.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-lxml_5.3.1.bb => python3-lxml_5.3.2.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-lxml_5.3.1.bb => python3-lxml_5.3.2.bb} (95%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-lxml_5.3.1.bb b/meta/recipes-devtools/python/python3-lxml_5.3.2.bb
similarity index 95%
rename from meta/recipes-devtools/python/python3-lxml_5.3.1.bb
rename to meta/recipes-devtools/python/python3-lxml_5.3.2.bb
index 8a3ec862f7..cc0d4ecd25 100644
--- a/meta/recipes-devtools/python/python3-lxml_5.3.1.bb
+++ b/meta/recipes-devtools/python/python3-lxml_5.3.2.bb
@@ -18,7 +18,7 @@  LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=e4c045ebad958ead4b48008f70838403 \
 
 DEPENDS += "libxml2 libxslt"
 
-SRC_URI[sha256sum] = "106b7b5d2977b339f1e97efe2778e2ab20e99994cbb0ec5e55771ed0795920c8"
+SRC_URI[sha256sum] = "773947d0ed809ddad824b7b14467e1a481b8976e87278ac4a730c2f7c7fcddc1"
 
 SRC_URI += "${PYPI_SRC_URI}"
 inherit pkgconfig pypi setuptools3