summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-04-08 08:51:39 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-04-10 11:05:34 +0100
commitb4c9ba54630222ceb1a7e45898d0166ae5423f74 (patch)
tree719be4acc8b40dea1b8f6243bbf525703a156a53 /meta/recipes-devtools/python
parent0034c8aac358fe613018f0456ad7c68c2da04684 (diff)
downloadpoky-b4c9ba54630222ceb1a7e45898d0166ae5423f74.tar.gz
python3-lxml: upgrade 5.3.1 -> 5.3.2
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. (From OE-Core rev: 9b10654668dc372fa0e57afe113fd82a89ebce15) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-lxml_5.3.2.bb (renamed from meta/recipes-devtools/python/python3-lxml_5.3.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-lxml_5.3.1.bb b/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 \
18 18
19DEPENDS += "libxml2 libxslt" 19DEPENDS += "libxml2 libxslt"
20 20
21SRC_URI[sha256sum] = "106b7b5d2977b339f1e97efe2778e2ab20e99994cbb0ec5e55771ed0795920c8" 21SRC_URI[sha256sum] = "773947d0ed809ddad824b7b14467e1a481b8976e87278ac4a730c2f7c7fcddc1"
22 22
23SRC_URI += "${PYPI_SRC_URI}" 23SRC_URI += "${PYPI_SRC_URI}"
24inherit pkgconfig pypi setuptools3 24inherit pkgconfig pypi setuptools3