summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-defusedxml_0.7.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-defusedxml: add missing run-time dependenciesBartosz Golaszewski2023-06-241-0/+2
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-defusedxml: extend recipe to add native supportNaveen Saini2021-08-161-0/+2
| | | | | | | | It may be useful for some use cases. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-defusedxml: Upgrade 0.6.0 -> 0.7.1Leon Anavi2021-03-171-0/+10
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>