mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 00:50:00 +00:00
python3-marshmallow: upgrade 3.24.1 -> 3.25.1
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "\
|
|||||||
file://LICENSE;md5=27586b20700d7544c06933afe56f7df4 \
|
file://LICENSE;md5=27586b20700d7544c06933afe56f7df4 \
|
||||||
file://docs/license.rst;md5=13da439ad060419fb7cf364523017cfb"
|
file://docs/license.rst;md5=13da439ad060419fb7cf364523017cfb"
|
||||||
|
|
||||||
SRC_URI[sha256sum] = "efdcb656ac8788f0e3d1d938f8dc0f237bf1a99aff8f6dfbffa594981641cea0"
|
SRC_URI[sha256sum] = "f4debda3bb11153d81ac34b0d582bf23053055ee11e791b54b4b35493468040a"
|
||||||
|
|
||||||
inherit python_flit_core pypi ptest
|
inherit python_flit_core pypi ptest
|
||||||
|
|
||||||
Reference in New Issue
Block a user