diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-08-20 14:51:37 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-21 21:51:49 +0100 |
commit | d5f808baab2e9bd91d711f4794f137af9c47a399 (patch) | |
tree | de8522b051928a73c87f490a717e8f89727b5f70 /meta | |
parent | d0eeef6cb9f30b1e509ca8a53a2a60a8ca039247 (diff) | |
download | poky-d5f808baab2e9bd91d711f4794f137af9c47a399.tar.gz |
python3-lxml: upgrade 5.2.2 -> 5.3.0
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.
(From OE-Core rev: 850831bc33ff6cd50f17c8c45f1e9de6a0cddebb)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python3-lxml_5.3.0.bb (renamed from meta/recipes-devtools/python/python3-lxml_5.2.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-lxml_5.2.2.bb b/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 \ | |||
18 | 18 | ||
19 | DEPENDS += "libxml2 libxslt" | 19 | DEPENDS += "libxml2 libxslt" |
20 | 20 | ||
21 | SRC_URI[sha256sum] = "bb2dc4898180bea79863d5487e5f9c7c34297414bad54bcd0f0852aee9cfdb87" | 21 | SRC_URI[sha256sum] = "4e109ca30d1edec1ac60cdbe341905dc3b8f55b16855e03a54aaf59e51ec8c6f" |
22 | 22 | ||
23 | SRC_URI += "${PYPI_SRC_URI}" | 23 | SRC_URI += "${PYPI_SRC_URI}" |
24 | inherit pkgconfig pypi setuptools3 | 24 | inherit pkgconfig pypi setuptools3 |