mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-28 14:18:27 +00:00
python3-defusedxml: Upgrade 0.6.0 -> 0.7.1
Upgrade to release 0.7.1: - Re-add and deprecate ``defusedxml.cElementTree`` - Use GitHub Actions instead of TravisCI - Restore ``ElementTree`` attribute of ``xml.etree`` module after patching - Add support for Python 3.9 - Python 2 is deprecate. Support for Python 2 will be removed in 0.8.0. 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>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
SUMMARY = "XML bomb protection for Python stdlib modules"
|
||||
DESCRIPTION = "Python package with modified subclasses of all stdlib XML \
|
||||
parsers that prevent any potentially malicious operation."
|
||||
|
||||
LICENSE = "PSF"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=056fea6a4b395a24d0d278bf5c80249e"
|
||||
|
||||
SRC_URI[sha256sum] = "1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69"
|
||||
|
||||
inherit pypi setuptools3
|
||||
Reference in New Issue
Block a user