summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-defusedxml_0.6.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-defusedxml: Upgrade 0.6.0 -> 0.7.1Leon Anavi2021-03-171-11/+0
| | | | | | | | | | | | | | | | 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>
* python3-defusedxml: add recipeAnuj Mittal2019-09-111-0/+11
defusedxml is a pure Python package with modified subclasses of all stdlib XML parsers that prevent any potentially malicious operation. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>