summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-09-02 20:03:21 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-09-08 14:05:11 +0100
commiteee031d6ce521afe3e49d24f85261c373173f942 (patch)
tree24cc6e3343a440f15dabbe530de7c17bd68117bd
parent6dde49f9b99459764d654887c256ae05ceb72848 (diff)
downloadpoky-eee031d6ce521afe3e49d24f85261c373173f942.tar.gz
python3-lxml: upgrading to 6.0.1
Bugs fixed LP#2116333: lxml.sax._getNsTag() could fail with an exception on malformed input. GH#467: Some test adaptations were made for libxml2 2.15. Patch by Nick Wellnhofer. LP2119510, GH#473: A Python compatibility test was fixed for Python 3.14+. Patch by Lumír Balhar. GH#471: Wheels for “riscv64” on recent Python versions were added. Patch by ffgan. GH#469: The wheel build no longer requires the wheel package unconditionally. Patch by Miro Hrončok. Binary wheels use the library version libxml2 2.14.5. Windows binary wheels continue to use a security patched library version libxml2 2.11.9. (From OE-Core rev: 4194aa5de0523070f98a82b5019ba8f94107a14f) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python3-lxml_6.0.1.bb (renamed from meta/recipes-devtools/python/python3-lxml_6.0.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-lxml_6.0.0.bb b/meta/recipes-devtools/python/python3-lxml_6.0.1.bb
index 56f5664c9b..5d76641675 100644
--- a/meta/recipes-devtools/python/python3-lxml_6.0.0.bb
+++ b/meta/recipes-devtools/python/python3-lxml_6.0.1.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] = "032e65120339d44cdc3efc326c9f660f5f7205f3a535c1fdbf898b29ea01fb72" 21SRC_URI[sha256sum] = "2b3a882ebf27dd026df3801a87cf49ff791336e0f94b0fad195db77e01240690"
22 22
23SRC_URI += "${PYPI_SRC_URI}" 23SRC_URI += "${PYPI_SRC_URI}"
24inherit pkgconfig pypi setuptools3 24inherit pkgconfig pypi setuptools3