diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-12-24 17:26:33 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-12-24 08:23:08 -0800 |
commit | 3e7973aa38f6d1f554e1dc0e5a16ce8105da969d (patch) | |
tree | 4cff6c843c07b84bab3471429f1559cc9c0b5f92 /meta-python | |
parent | e132068d4dcdf926797f79deb1235834ca668e31 (diff) | |
download | meta-openembedded-3e7973aa38f6d1f554e1dc0e5a16ce8105da969d.tar.gz |
python3-marshmallow: upgrade 3.23.1 -> 3.23.2
Changelog:
Improve type hint formatting for Field, Nested, and Function fields to resolve PyCharm warnings
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.23.2.bb (renamed from meta-python/recipes-devtools/python/python3-marshmallow_3.23.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-marshmallow_3.23.1.bb b/meta-python/recipes-devtools/python/python3-marshmallow_3.23.2.bb index 964e32c10f..334c9f8cef 100644 --- a/meta-python/recipes-devtools/python/python3-marshmallow_3.23.1.bb +++ b/meta-python/recipes-devtools/python/python3-marshmallow_3.23.2.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] = "3a8dfda6edd8dcdbf216c0ede1d1e78d230a6dc9c5a088f58c4083b974a0d468" | 9 | SRC_URI[sha256sum] = "c448ac6455ca4d794773f00bae22c2f351d62d739929f761dce5eacb5c468d7f" |
10 | 10 | ||
11 | inherit python_flit_core pypi ptest | 11 | inherit python_flit_core pypi ptest |
12 | 12 | ||