From 30db0fd5e91f8df1389ce7f0f0814c4f62de1d74 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 24 Jan 2025 12:58:40 +0200 Subject: [PATCH] python3-marshmallow: Upgrade 3.25.1 -> 3.26.0 Upgrade to release 3.26.0: - Typing: Add type annotations and improved documentation for class Meta options. - Typing: Improve type coverage of marshmallow.Schema.SchemaMeta. - Typing: marshmallow.Schema.loads parameter allows bytes and bytesarray. - Respect data_key when schema validators raise a ValidationError with a field_name argument. - Correctly handle multiple @post_load methods where one method appends to the data and another passes pass_original=True. - URL fields now properly validate file paths. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- ...hon3-marshmallow_3.25.1.bb => python3-marshmallow_3.26.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-marshmallow_3.25.1.bb => python3-marshmallow_3.26.0.bb} (92%) diff --git a/meta-python/recipes-devtools/python/python3-marshmallow_3.25.1.bb b/meta-python/recipes-devtools/python/python3-marshmallow_3.26.0.bb similarity index 92% rename from meta-python/recipes-devtools/python/python3-marshmallow_3.25.1.bb rename to meta-python/recipes-devtools/python/python3-marshmallow_3.26.0.bb index ec7eff705c..a421a93e4c 100644 --- a/meta-python/recipes-devtools/python/python3-marshmallow_3.25.1.bb +++ b/meta-python/recipes-devtools/python/python3-marshmallow_3.26.0.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "\ file://LICENSE;md5=27586b20700d7544c06933afe56f7df4 \ file://docs/license.rst;md5=13da439ad060419fb7cf364523017cfb" -SRC_URI[sha256sum] = "f4debda3bb11153d81ac34b0d582bf23053055ee11e791b54b4b35493468040a" +SRC_URI[sha256sum] = "eb36762a1cc76d7abf831e18a3a1b26d3d481bbc74581b8e532a3d3a8115e1cb" inherit python_flit_core pypi ptest