summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-marshmallow_4.2.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-01-07 18:28:46 +0800
committerKhem Raj <raj.khem@gmail.com>2026-01-12 08:53:44 -0800
commit86cabd16039672c3cb2b469bafc736e3ff2a411f (patch)
treeffc86adb59cf7ebf935cd54514c2f0cee165495e /meta-python/recipes-devtools/python/python3-marshmallow_4.2.0.bb
parent0997a483e79bbcef9299555c9e5810d47eb95053 (diff)
downloadmeta-openembedded-86cabd16039672c3cb2b469bafc736e3ff2a411f.tar.gz
python3-marshmallow: upgrade 4.1.2 -> 4.2.0
Changelog: many argument of Nested properly overrides schema instance value. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-marshmallow_4.2.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-marshmallow_4.2.0.bb34
1 files changed, 34 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-marshmallow_4.2.0.bb b/meta-python/recipes-devtools/python/python3-marshmallow_4.2.0.bb
new file mode 100644
index 0000000000..006f91838c
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-marshmallow_4.2.0.bb
@@ -0,0 +1,34 @@
1SUMMARY = "Simplified object serialization in python"
2DESCRIPTION = "Marshmallow is an ORM/ODM/framework-agnostic library for converting complex datatypes, such as objects, to and from native Python datatypes."
3HOMEPAGE = "https://github.com/marshmallow-code/marshmallow"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "\
6 file://LICENSE;md5=27586b20700d7544c06933afe56f7df4 \
7 file://docs/license.rst;md5=13da439ad060419fb7cf364523017cfb"
8
9SRC_URI[sha256sum] = "908acabd5aa14741419d3678d3296bda6abe28a167b7dcd05969ceb8256943ac"
10
11CVE_PRODUCT = "marshmallow"
12
13inherit python_flit_core pypi ptest-python-pytest
14
15RDEPENDS:${PN}-ptest += " \
16 python3-pytz \
17 python3-simplejson \
18 python3-zoneinfo \
19 python3-tzdata \
20"
21
22do_install_ptest:append () {
23 rm -rf ${D}${PTEST_PATH}/tests/mypy_test_cases
24}
25
26RDEPENDS:${PN} += " \
27 python3-compression \
28 python3-datetime \
29 python3-email \
30 python3-json \
31 python3-numbers \
32 python3-pprint \
33 python3-packaging \
34"