From 5b17c09df8fad838d9edaefe5ee668c8fde7207c Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 16 Mar 2021 10:37:41 +0200 Subject: 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 Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-defusedxml_0.6.0.bb | 11 ----------- .../recipes-devtools/python/python3-defusedxml_0.7.1.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-defusedxml_0.6.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-defusedxml_0.7.1.bb diff --git a/meta-python/recipes-devtools/python/python3-defusedxml_0.6.0.bb b/meta-python/recipes-devtools/python/python3-defusedxml_0.6.0.bb deleted file mode 100644 index d041d0e6c9..0000000000 --- a/meta-python/recipes-devtools/python/python3-defusedxml_0.6.0.bb +++ /dev/null @@ -1,11 +0,0 @@ -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[md5sum] = "a59741f675c4cba649de40a99f732897" -SRC_URI[sha256sum] = "f684034d135af4c6cbb949b8a4d2ed61634515257a67299e5f940fbaa34377f5" - -inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-defusedxml_0.7.1.bb b/meta-python/recipes-devtools/python/python3-defusedxml_0.7.1.bb new file mode 100644 index 0000000000..f48c429c41 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-defusedxml_0.7.1.bb @@ -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 -- cgit v1.2.3-54-g00ecf