diff mbox series

[meta-python,16/23] python3-marshmallow: upgrade 4.0.1 -> 4.1.0

Message ID 20251111075517.1650-16-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe,01/23] bats: upgrade 1.12.0 -> 1.13.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Nov. 11, 2025, 7:55 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 ...ython3-marshmallow_4.0.1.bb => python3-marshmallow_4.1.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-marshmallow_4.0.1.bb => python3-marshmallow_4.1.0.bb} (91%)
diff mbox series

Patch

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
similarity index 91%
rename from meta-python/recipes-devtools/python/python3-marshmallow_4.0.1.bb
rename to 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 = "\
                     file://LICENSE;md5=27586b20700d7544c06933afe56f7df4 \
                     file://docs/license.rst;md5=13da439ad060419fb7cf364523017cfb"
 
-SRC_URI[sha256sum] = "e1d860bd262737cb2d34e1541b84cb52c32c72c9474e3fe6f30f137ef8b0d97f"
+SRC_URI[sha256sum] = "daa9862f74e2f7864980d25c29b4ea72944cde48aa17537e3bd5797a4ae62d71"
 
 inherit python_flit_core pypi ptest-python-pytest