diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-01-14 16:28:39 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-01-14 08:52:06 -0800 |
commit | a5b19261c0114d1ce16bcfbecf6b0386fe9ad4db (patch) | |
tree | aa5128fc2eb8d88f6af93eacb0e8bc10a273fb86 /meta-python | |
parent | e5919e2dd298ffe4281628274ff85838fb88a58b (diff) | |
download | meta-openembedded-a5b19261c0114d1ce16bcfbecf6b0386fe9ad4db.tar.gz |
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>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-marshmallow_3.25.1.bb (renamed from meta-python/recipes-devtools/python/python3-marshmallow_3.24.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
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 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 = "\ | |||
6 | file://LICENSE;md5=27586b20700d7544c06933afe56f7df4 \ | 6 | file://LICENSE;md5=27586b20700d7544c06933afe56f7df4 \ |
7 | file://docs/license.rst;md5=13da439ad060419fb7cf364523017cfb" | 7 | file://docs/license.rst;md5=13da439ad060419fb7cf364523017cfb" |
8 | 8 | ||
9 | SRC_URI[sha256sum] = "efdcb656ac8788f0e3d1d938f8dc0f237bf1a99aff8f6dfbffa594981641cea0" | 9 | SRC_URI[sha256sum] = "f4debda3bb11153d81ac34b0d582bf23053055ee11e791b54b4b35493468040a" |
10 | 10 | ||
11 | inherit python_flit_core pypi ptest | 11 | inherit python_flit_core pypi ptest |
12 | 12 | ||