Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3-defusedxml: Upgrade 0.6.0 -> 0.7.1 | Leon Anavi | 2021-03-17 | 1 | -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 recipe | Anuj Mittal | 2019-09-11 | 1 | -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> |