diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2026-02-05 12:20:14 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-02-06 10:06:26 -0800 |
| commit | 9a954a0ed021012d175d8a5364907bcb83dca9a8 (patch) | |
| tree | 931759411a53437b0532600da7581116d5956a12 /meta-python/recipes-devtools/python/python3-marshmallow_4.2.2.bb | |
| parent | 02768cd67eb5b667b622c65d60ca0b9a8547010c (diff) | |
| download | meta-openembedded-9a954a0ed021012d175d8a5364907bcb83dca9a8.tar.gz | |
python3-marshmallow: Upgrade 4.2.1 -> 4.2.2
Upgrade to release 4.2.2:
- Fix behavior of fields.Contant(None)
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-marshmallow_4.2.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-marshmallow_4.2.2.bb | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-marshmallow_4.2.2.bb b/meta-python/recipes-devtools/python/python3-marshmallow_4.2.2.bb new file mode 100644 index 0000000000..4172a3e745 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-marshmallow_4.2.2.bb | |||
| @@ -0,0 +1,34 @@ | |||
| 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] = "ba40340683a2d1c15103647994ff2f6bc2c8c80da01904cbe5d96ee4baa78d9f" | ||
| 10 | |||
| 11 | CVE_PRODUCT = "marshmallow" | ||
| 12 | |||
| 13 | inherit python_flit_core pypi ptest-python-pytest | ||
| 14 | |||
| 15 | RDEPENDS:${PN}-ptest += " \ | ||
| 16 | python3-pytz \ | ||
| 17 | python3-simplejson \ | ||
| 18 | python3-zoneinfo \ | ||
| 19 | python3-tzdata \ | ||
| 20 | " | ||
| 21 | |||
| 22 | do_install_ptest:append () { | ||
| 23 | rm -rf ${D}${PTEST_PATH}/tests/mypy_test_cases | ||
| 24 | } | ||
| 25 | |||
| 26 | RDEPENDS:${PN} += " \ | ||
| 27 | python3-compression \ | ||
| 28 | python3-datetime \ | ||
| 29 | python3-email \ | ||
| 30 | python3-json \ | ||
| 31 | python3-numbers \ | ||
| 32 | python3-pprint \ | ||
| 33 | python3-packaging \ | ||
| 34 | " | ||
