From: Wang Mingyu <[email protected]> Changelog: =========== - Typing: Fix type annotations for Tuple <marshmallow.fields.Tuple>, Boolean <marshmallow.fields.Boolean>, and Pluck <marshmallow.fields.Pluck> constructors - Typing: Fix overload for marshmallow.class_registry.get_class - Various documentation improvements - Add top-level API back to docs - Typing: Improve type annotations for SchemaMeta.get_declared_fields - Typing: Relax type annotation for Schema.opts to allow subclasses to define their own options classes - Restore marshmallow.base.SchemaABC for backwards-compatibility - Don't override __new__ to avoid breaking usages of inspect.signature with Field <marshmallow.fields.Field> classes. This allows marshmallow-sqlalchemy users to upgrade marshmallow without upgrading to marshmallow-sqlalchemy>=1.1.1.
Signed-off-by: Wang Mingyu <[email protected]> --- ...hon3-marshmallow_3.24.1.bb => python3-marshmallow_3.25.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-marshmallow_3.24.1.bb => python3-marshmallow_3.25.1.bb} (92%) diff --git a/meta-python/recipes-devtools/python/python3-marshmallow_3.24.1.bb b/meta-python/recipes-devtools/python/python3-marshmallow_3.25.1.bb similarity index 92% rename from meta-python/recipes-devtools/python/python3-marshmallow_3.24.1.bb rename to meta-python/recipes-devtools/python/python3-marshmallow_3.25.1.bb index 0d41e223dd..ec7eff705c 100644 --- a/meta-python/recipes-devtools/python/python3-marshmallow_3.24.1.bb +++ b/meta-python/recipes-devtools/python/python3-marshmallow_3.25.1.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "\ file://LICENSE;md5=27586b20700d7544c06933afe56f7df4 \ file://docs/license.rst;md5=13da439ad060419fb7cf364523017cfb" -SRC_URI[sha256sum] = "efdcb656ac8788f0e3d1d938f8dc0f237bf1a99aff8f6dfbffa594981641cea0" +SRC_URI[sha256sum] = "f4debda3bb11153d81ac34b0d582bf23053055ee11e791b54b4b35493468040a" inherit python_flit_core pypi ptest -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#114862): https://lists.openembedded.org/g/openembedded-devel/message/114862 Mute This Topic: https://lists.openembedded.org/mt/110604416/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
