summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-xmltodict_0.12.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-xmltodict: Upgrade 0.12.0 -> 0.13.0Leon Anavi2022-10-121-25/+0
| | | | | | | | | | | | | | | | | | Upgrade to release 0.13.0: - Add install info to readme for openSUSE - Support defaultdict for namespace mapping - parse(generator) is now possible - Processing comments on parsing from xml to dict - Add expand_iter kw to unparse to expand iterables - Add support for python3.8 - Drop Jython/Python 2 and add Python 3.9/3.10 - Do not use len() to determine if a sequence is empty - Add more namespace attribute tests - Fix encoding issue in setup.py Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-1/+1
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python3-xmltodict: Enable ptestZang Ruochen2020-03-201-1/+14
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xmltodict: add recipePierre-Jean Texier2020-01-031-0/+12
Python module that makes working with XML feel like you are working with JSON Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>