summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2025-01-24 12:58:40 +0200
committerKhem Raj <raj.khem@gmail.com>2025-01-25 09:28:58 -0800
commit30db0fd5e91f8df1389ce7f0f0814c4f62de1d74 (patch)
tree80d90a2f7699b1469331552917eb8cf4efde4686 /meta-python
parent90e1801d4a7b1b6779e77ee940c8c526779e2e82 (diff)
downloadmeta-openembedded-30db0fd5e91f8df1389ce7f0f0814c4f62de1d74.tar.gz
python3-marshmallow: Upgrade 3.25.1 -> 3.26.0
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 <leon.anavi@konsulko.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.26.0.bb (renamed from meta-python/recipes-devtools/python/python3-marshmallow_3.25.1.bb)2
1 files changed, 1 insertions, 1 deletions
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
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 = "\
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
9SRC_URI[sha256sum] = "f4debda3bb11153d81ac34b0d582bf23053055ee11e791b54b4b35493468040a" 9SRC_URI[sha256sum] = "eb36762a1cc76d7abf831e18a3a1b26d3d481bbc74581b8e532a3d3a8115e1cb"
10 10
11inherit python_flit_core pypi ptest 11inherit python_flit_core pypi ptest
12 12