diff mbox series

[18/24] python3-lxml: upgrade 5.2.2 -> 5.3.0

Message ID 1724136703-20023-18-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit 850831bc33ff6cd50f17c8c45f1e9de6a0cddebb
Headers show
Series [01/24] binutils: upgrade 2.43 -> 2.43.1 | expand

Commit Message

Mingyu Wang (Fujitsu) Aug. 20, 2024, 6:51 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
* GH#421: Nested "CDATA" sections are no longer rejected but split on
  output to represent "]]>" correctly.
* LP#2060160: Attribute values serialised differently in "xmlfile.element()"
  and "xmlfile.write()".
* LP#2058177: The ISO-Schematron implementation could fail on unknown prefixes.
* LP#2067707: The "strip_cdata" option in "HTMLParser()" turned out
  to be useless and is now deprecated.
* Binary wheels use the library versions libxml2 2.12.9 and libxslt 1.1.42.
* Windows binary wheels use the library versions libxml2 2.11.8 and libxslt 1.1.39.
* Built with Cython 3.0.11.

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

Patch

diff --git a/meta/recipes-devtools/python/python3-lxml_5.2.2.bb b/meta/recipes-devtools/python/python3-lxml_5.3.0.bb
similarity index 95%
rename from meta/recipes-devtools/python/python3-lxml_5.2.2.bb
rename to meta/recipes-devtools/python/python3-lxml_5.3.0.bb
index b114c18763..4c9c22e5c4 100644
--- a/meta/recipes-devtools/python/python3-lxml_5.2.2.bb
+++ b/meta/recipes-devtools/python/python3-lxml_5.3.0.bb
@@ -18,7 +18,7 @@  LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=e4c045ebad958ead4b48008f70838403 \
 
 DEPENDS += "libxml2 libxslt"
 
-SRC_URI[sha256sum] = "bb2dc4898180bea79863d5487e5f9c7c34297414bad54bcd0f0852aee9cfdb87"
+SRC_URI[sha256sum] = "4e109ca30d1edec1ac60cdbe341905dc3b8f55b16855e03a54aaf59e51ec8c6f"
 
 SRC_URI += "${PYPI_SRC_URI}"
 inherit pkgconfig pypi setuptools3