Upgrade to release 3.26.0: - Typing: Add type annotations and improved documentation for class Meta <marshmallow.Schema.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 <marshmallow.exceptions.ValidationError> with a field_name argument. - Correctly handle multiple @post_load <marshmallow.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 <[email protected]> --- ...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 -- 2.39.5
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#115052): https://lists.openembedded.org/g/openembedded-devel/message/115052 Mute This Topic: https://lists.openembedded.org/mt/110788245/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
