summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-defusedxml_0.6.0.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-03-16 10:37:41 +0200
committerKhem Raj <raj.khem@gmail.com>2021-03-17 12:05:27 -0700
commit5b17c09df8fad838d9edaefe5ee668c8fde7207c (patch)
treeefdb552f5711c11af49429c63e810ea17fc082b2 /meta-python/recipes-devtools/python/python3-defusedxml_0.6.0.bb
parent51f0847efdd096e4c4cc6f4056c877aa9586077a (diff)
downloadmeta-openembedded-5b17c09df8fad838d9edaefe5ee668c8fde7207c.tar.gz
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-defusedxml_0.6.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-defusedxml_0.6.0.bb11
1 files changed, 0 insertions, 11 deletions
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 @@
1SUMMARY = "XML bomb protection for Python stdlib modules"
2DESCRIPTION = "Python package with modified subclasses of all stdlib XML \
3parsers that prevent any potentially malicious operation."
4
5LICENSE = "PSF"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=056fea6a4b395a24d0d278bf5c80249e"
7
8SRC_URI[md5sum] = "a59741f675c4cba649de40a99f732897"
9SRC_URI[sha256sum] = "f684034d135af4c6cbb949b8a4d2ed61634515257a67299e5f940fbaa34377f5"
10
11inherit pypi setuptools3