diff mbox series

[meta-python,29/39] python3-marshmallow: upgrade 4.2.2 -> 4.2.3

Message ID 20260402021355.1324-29-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/39] audit: upgrade 4.1.3 -> 4.1.4 | expand

Commit Message

Wang Mingyu April 2, 2026, 2:13 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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 <wangmy@fujitsu.com>
---
 ...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 mbox series

Patch

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"