diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2020-10-22 17:17:49 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-10-28 10:22:05 -0700 |
commit | 4a86d0784da38ac7bc56dd60d155c60183d35561 (patch) | |
tree | 84415fbdf1aece73d01b7cebddcbe32fcc9a9825 /meta-python | |
parent | 1c18656fdaf9db0e16127dc019b3cdaba7dee0ee (diff) | |
download | meta-openembedded-4a86d0784da38ac7bc56dd60d155c60183d35561.tar.gz |
python3-lxml: Upgrade 4.5.2 -> 4.6.1
Upgrade to release 4.6.1:
- lxml.html.InputGetter supports __len__() to count the number of
input fields.
- lxml.html.InputGetter has a new .items() method to ease
processing all input fields.
- lxml.html.InputGetter.keys() now returns the field names in
document order.
- GH-309: The API documentation is now generated using
sphinx-apidoc.
- C14N 2.0 serialisation failed for unprefixed attributes when a
default namespace was defined.
- TreeBuilder.close() raised AssertionError in some error cases
where it should have raised XMLSyntaxError. It now raises a
combined exception to keep up backwards compatibility, while
switching to XMLSyntaxError as an interface.
- A vulnerability was discovered in the HTML Cleaner by Yaniv
Nizry, which allowed JavaScript to pass through. The cleaner
now removes more sneaky "style" content.
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>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-lxml_4.6.1.bb (renamed from meta-python/recipes-devtools/python/python3-lxml_4.5.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-lxml_4.5.2.bb b/meta-python/recipes-devtools/python/python3-lxml_4.6.1.bb index 7e11a67e7..af012e630 100644 --- a/meta-python/recipes-devtools/python/python3-lxml_4.5.2.bb +++ b/meta-python/recipes-devtools/python/python3-lxml_4.6.1.bb | |||
@@ -18,8 +18,8 @@ LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=e4c045ebad958ead4b48008f70838403 \ | |||
18 | 18 | ||
19 | DEPENDS += "libxml2 libxslt" | 19 | DEPENDS += "libxml2 libxslt" |
20 | 20 | ||
21 | SRC_URI[md5sum] = "83ad758eab6c254b3565715967d553a6" | 21 | SRC_URI[md5sum] = "10924ab543397a06cb4cfaf9bdf0b80f" |
22 | SRC_URI[sha256sum] = "cdc13a1682b2a6241080745b1953719e7fe0850b40a5c71ca574f090a1391df6" | 22 | SRC_URI[sha256sum] = "c152b2e93b639d1f36ec5a8ca24cde4a8eefb2b6b83668fcd8e83a67badcb367" |
23 | 23 | ||
24 | inherit pypi setuptools3 | 24 | inherit pypi setuptools3 |
25 | 25 | ||