From 0640d096362aa53f10476d26208bb3ab30344d6e Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 2 Apr 2026 10:13:44 +0800 Subject: [PATCH] python3-marshmallow: upgrade 4.2.2 -> 4.2.3 Changelog: =========== - Make marshmallow.fields.Number and marshmallow.fields.Mapping abstract base classes to prevent using them within Schemas - Allow required to be set on marshmallow.fields.Contant - Fix marshmallow.validate.OneOf emitting extra pairs when labels outnumber choices - Fix behavior when passing a dot-delimited attribute name to partial for a key with data_key set - Fix Enum field by-name lookup to only return actual members - marshmallow.fields.DateTime with format="timestamp_ms" properly rejects bool values - Fix typing of error_essages argument to marshmallow.fields.Field - Add ipaddress.* to marshmallow.Schema.TYPE_MAPPING - Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...ython3-marshmallow_4.2.2.bb => python3-marshmallow_4.2.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-marshmallow_4.2.2.bb => python3-marshmallow_4.2.3.bb} (91%) diff --git a/meta-python/recipes-devtools/python/python3-marshmallow_4.2.2.bb b/meta-python/recipes-devtools/python/python3-marshmallow_4.2.3.bb similarity index 91% rename from meta-python/recipes-devtools/python/python3-marshmallow_4.2.2.bb rename to meta-python/recipes-devtools/python/python3-marshmallow_4.2.3.bb index 4172a3e745..d41ec8f6de 100644 --- a/meta-python/recipes-devtools/python/python3-marshmallow_4.2.2.bb +++ b/meta-python/recipes-devtools/python/python3-marshmallow_4.2.3.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "\ file://LICENSE;md5=27586b20700d7544c06933afe56f7df4 \ file://docs/license.rst;md5=13da439ad060419fb7cf364523017cfb" -SRC_URI[sha256sum] = "ba40340683a2d1c15103647994ff2f6bc2c8c80da01904cbe5d96ee4baa78d9f" +SRC_URI[sha256sum] = "3e3fef6b3603721a25a723b8caedfa488369bddaf9bc03b40b9442c90aebd22b" CVE_PRODUCT = "marshmallow"