summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2022-10-12 16:06:24 +0300
committerKhem Raj <raj.khem@gmail.com>2022-10-12 15:24:35 -0700
commit2467e6c82d146d0f257f7f0f92a5a958ff1b3cb7 (patch)
tree0dfc685027bdb02f992bbaaeed60d8b8ae149d2a /meta-python
parent96c0d6210a60fb0dec837092c84554bdd95766e5 (diff)
downloadmeta-openembedded-2467e6c82d146d0f257f7f0f92a5a958ff1b3cb7.tar.gz
python3-xmltodict: Upgrade 0.12.0 -> 0.13.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>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-xmltodict_0.13.0.bb (renamed from meta-python/recipes-devtools/python/python3-xmltodict_0.12.0.bb)9
1 files changed, 7 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-xmltodict_0.12.0.bb b/meta-python/recipes-devtools/python/python3-xmltodict_0.13.0.bb
index 1d871b2d35..aadf8b7f44 100644
--- a/meta-python/recipes-devtools/python/python3-xmltodict_0.12.0.bb
+++ b/meta-python/recipes-devtools/python/python3-xmltodict_0.13.0.bb
@@ -4,8 +4,7 @@ HOMEPAGE = "https://github.com/martinblech/xmltodict"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=01441d50dc74476db58a41ac10cb9fa2" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=01441d50dc74476db58a41ac10cb9fa2"
6 6
7SRC_URI[md5sum] = "ddb2bd078cef4f7e3021a578034ad941" 7SRC_URI[sha256sum] = "341595a488e3e01a85a9d8911d8912fd922ede5fecc4dce437eb4b6c8d037e56"
8SRC_URI[sha256sum] = "50d8c638ed7ecb88d90561beedbf720c9b4e851a9fa6c47ebd64e99d166d8a21"
9 8
10PYPI_PACKAGE = "xmltodict" 9PYPI_PACKAGE = "xmltodict"
11 10
@@ -15,6 +14,12 @@ SRC_URI += " \
15 file://run-ptest \ 14 file://run-ptest \
16" 15"
17 16
17RDEPENDS:${PN} += " \
18 ${PYTHON_PN}-core \
19 ${PYTHON_PN}-xml \
20 ${PYTHON_PN}-io \
21"
22
18RDEPENDS:${PN}-ptest += " \ 23RDEPENDS:${PN}-ptest += " \
19 ${PYTHON_PN}-pytest \ 24 ${PYTHON_PN}-pytest \
20" 25"