aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2020-07-31 16:22:17 +0300
committerKhem Raj <raj.khem@gmail.com>2020-08-03 17:42:26 -0700
commite6c798413349ac142f8471fe3db64b75464d52f8 (patch)
tree0ea22098f6b9ad850fcf93385df15daf23d31895
parent5ce7346a99f2fb515286cc58706c1d9dc298446d (diff)
downloadmeta-openembedded-e6c798413349ac142f8471fe3db64b75464d52f8.tar.gz
python3-lxml: Upgrade 4.5.1 -> 4.5.2
Upgrade to release 4.5.2: - Cleaner() now validates that only known configuration options can be set. - LP#1882606: Cleaner.clean_html() discarded comments and PIs regardless of the corresponding configuration option, if remove_unknown_tags was set. - LP#1880251: Instead of globally overwriting the document loader in libxml2, lxml now sets it per parser run, which improves the interoperability with other users of libxml2 such as libxmlsec. - LP#1881960: Fix build in CPython 3.10 by using Cython 0.29.21. - The setup options "--with-xml2-config" and "--with-xslt-config" were accidentally renamed to "--xml2-config" and "--xslt-config" in 4.5.1 and are now available again. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-lxml_4.5.2.bb (renamed from meta-python/recipes-devtools/python/python3-lxml_4.5.1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-lxml_4.5.1.bb b/meta-python/recipes-devtools/python/python3-lxml_4.5.2.bb
index a4198b029e..7e11a67e7f 100644
--- a/meta-python/recipes-devtools/python/python3-lxml_4.5.1.bb
+++ b/meta-python/recipes-devtools/python/python3-lxml_4.5.2.bb
@@ -18,8 +18,8 @@ LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=e4c045ebad958ead4b48008f70838403 \
DEPENDS += "libxml2 libxslt"
-SRC_URI[md5sum] = "4d3cca9c0018dd98f39e0ac54fcc3d14"
-SRC_URI[sha256sum] = "27ee0faf8077c7c1a589573b1450743011117f1aa1a91d5ae776bbc5ca6070f2"
+SRC_URI[md5sum] = "83ad758eab6c254b3565715967d553a6"
+SRC_URI[sha256sum] = "cdc13a1682b2a6241080745b1953719e7fe0850b40a5c71ca574f090a1391df6"
inherit pypi setuptools3