summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-11-11 15:55:10 +0800
committerKhem Raj <raj.khem@gmail.com>2025-11-11 10:19:43 -0800
commite7a23c046e3ad985dfd06427e55695f4f69c2ab1 (patch)
tree5f7e0bd7154ca645de8613b17f92a59b3b0aa46b /meta-python/recipes-devtools/python
parent860b5fdcaf49d31b2d3a0383e65c209393d5582e (diff)
downloadmeta-openembedded-e7a23c046e3ad985dfd06427e55695f4f69c2ab1.tar.gz
python3-marshmallow: upgrade 4.0.1 -> 4.1.0
Changelog: ========== - Add __len__ implementation to missing so that it can be used with validate.Length <marshmallow.validate.Length> - Drop support for Python 3.9 - Test against Python 3.14. 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')
-rw-r--r--meta-python/recipes-devtools/python/python3-marshmallow_4.1.0.bb (renamed from meta-python/recipes-devtools/python/python3-marshmallow_4.0.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-marshmallow_4.0.1.bb b/meta-python/recipes-devtools/python/python3-marshmallow_4.1.0.bb
index 1df1e67f10..d1cd21d52c 100644
--- a/meta-python/recipes-devtools/python/python3-marshmallow_4.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-marshmallow_4.1.0.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "\
6 file://LICENSE;md5=27586b20700d7544c06933afe56f7df4 \ 6 file://LICENSE;md5=27586b20700d7544c06933afe56f7df4 \
7 file://docs/license.rst;md5=13da439ad060419fb7cf364523017cfb" 7 file://docs/license.rst;md5=13da439ad060419fb7cf364523017cfb"
8 8
9SRC_URI[sha256sum] = "e1d860bd262737cb2d34e1541b84cb52c32c72c9474e3fe6f30f137ef8b0d97f" 9SRC_URI[sha256sum] = "daa9862f74e2f7864980d25c29b4ea72944cde48aa17537e3bd5797a4ae62d71"
10 10
11inherit python_flit_core pypi ptest-python-pytest 11inherit python_flit_core pypi ptest-python-pytest
12 12