diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-02-10 17:01:17 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-02-12 09:16:04 -0800 |
| commit | 908af5cb26ff5408fc65e0ede3b57859741d45db (patch) | |
| tree | 65b33b3df44659122559c06135f261e63b606d08 /meta-python/recipes-devtools/python/python3-marshmallow_3.26.1.bb | |
| parent | 8ef12f8418003703c64a0b38b33d857c79c5224b (diff) | |
| download | meta-openembedded-908af5cb26ff5408fc65e0ede3b57859741d45db.tar.gz | |
python3-marshmallow: upgrade 3.26.0 -> 3.26.1
Changelog:
==========
- Typing: Fix type annotations for class Meta options
- Remove default value for the data param of Nested._deserialize
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_3.26.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-marshmallow_3.26.1.bb | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-marshmallow_3.26.1.bb b/meta-python/recipes-devtools/python/python3-marshmallow_3.26.1.bb new file mode 100644 index 0000000000..4790695129 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-marshmallow_3.26.1.bb | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | SUMMARY = "Simplified object serialization in python" | ||
| 2 | DESCRIPTION = "Marshmallow is an ORM/ODM/framework-agnostic library for converting complex datatypes, such as objects, to and from native Python datatypes." | ||
| 3 | HOMEPAGE = "https://github.com/marshmallow-code/marshmallow" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "\ | ||
| 6 | file://LICENSE;md5=27586b20700d7544c06933afe56f7df4 \ | ||
| 7 | file://docs/license.rst;md5=13da439ad060419fb7cf364523017cfb" | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "e6d8affb6cb61d39d26402096dc0aee12d5a26d490a121f118d2e81dc0719dc6" | ||
| 10 | |||
| 11 | inherit python_flit_core pypi ptest-python-pytest | ||
| 12 | |||
| 13 | RDEPENDS:${PN}-ptest += " \ | ||
| 14 | python3-pytz \ | ||
| 15 | python3-simplejson \ | ||
| 16 | python3-zoneinfo \ | ||
| 17 | python3-tzdata \ | ||
| 18 | " | ||
| 19 | |||
| 20 | do_install_ptest:append () { | ||
| 21 | rm -rf ${D}${PTEST_PATH}/tests/mypy_test_cases | ||
| 22 | } | ||
| 23 | |||
| 24 | RDEPENDS:${PN} += " \ | ||
| 25 | python3-compression \ | ||
| 26 | python3-datetime \ | ||
| 27 | python3-email \ | ||
| 28 | python3-json \ | ||
| 29 | python3-numbers \ | ||
| 30 | python3-pprint \ | ||
| 31 | python3-packaging \ | ||
| 32 | " | ||
