diff mbox series

[27/49] python3-lxml: upgrade 6.0.2 -> 6.0.4

Message ID 20260421095559.1856-27-wangmy@fujitsu.com
State Under Review
Headers show
Series [01/49] acpica: upgrade 20251212 -> 20260408 | expand

Commit Message

Wang Mingyu April 21, 2026, 9:55 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Bugs fixed
----------
- Several out of memory error cases now raise "MemoryError" that were not
  handled before.
- Slicing with large step values (outside of "+/- sys.maxsize") could trigger
  undefined C behaviour.
- LP#2125399: Some failing tests were fixed or disabled in PyPy.
- LP#2138421: Memory leak in error cases when setting the "public_id" or
  "system_url" of a document.
- Memory leak in case of a memory allocation failure when copying document
  subtrees.
- When mapping an XPath result to Python failed, the result memory could leak.
- When preparing an XSLT transform failed, the XSLT parameter memory could
  leak.
- LP#2148019: Spurious MemoryError during namespace cleanup.

Other changes
-------------
- Built using Cython 3.2.4.
- Binary wheels use zlib 1.3.2.

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

Patch

diff --git a/meta/recipes-devtools/python/python3-lxml_6.0.2.bb b/meta/recipes-devtools/python/python3-lxml_6.0.4.bb
similarity index 95%
rename from meta/recipes-devtools/python/python3-lxml_6.0.2.bb
rename to meta/recipes-devtools/python/python3-lxml_6.0.4.bb
index 876fda93b6..1257534c0f 100644
--- a/meta/recipes-devtools/python/python3-lxml_6.0.2.bb
+++ b/meta/recipes-devtools/python/python3-lxml_6.0.4.bb
@@ -18,7 +18,7 @@  LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=e4c045ebad958ead4b48008f70838403 \
 
 DEPENDS += "libxml2 libxslt"
 
-SRC_URI[sha256sum] = "cd79f3367bd74b317dda655dc8fcfa304d9eb6e4fb06b7168c5cf27f96e0cd62"
+SRC_URI[sha256sum] = "4137516be2a90775f99d8ef80ec0283f8d78b5d8bd4630ff20163b72e7e9abf2"
 
 SRC_URI += "${PYPI_SRC_URI}"
 inherit pkgconfig pypi setuptools3