diff mbox series

[meta-python,2/5] python3-marshmallow: Upgrade 3.25.1 -> 3.26.0

Message ID 20250124105843.2035512-2-leon.anavi@konsulko.com
State Accepted
Headers show
Series [meta-python,1/5] python3-pocketsphinx: Upgrade 5.0.3 -> 5.0.4 | expand

Commit Message

Leon Anavi Jan. 24, 2025, 10:58 a.m. UTC
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>
---
 ...hon3-marshmallow_3.25.1.bb => python3-marshmallow_3.26.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-marshmallow_3.25.1.bb => python3-marshmallow_3.26.0.bb} (92%)
diff mbox series

Patch

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
similarity index 92%
rename from meta-python/recipes-devtools/python/python3-marshmallow_3.25.1.bb
rename to 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 = "\
                     file://LICENSE;md5=27586b20700d7544c06933afe56f7df4 \
                     file://docs/license.rst;md5=13da439ad060419fb7cf364523017cfb"
 
-SRC_URI[sha256sum] = "f4debda3bb11153d81ac34b0d582bf23053055ee11e791b54b4b35493468040a"
+SRC_URI[sha256sum] = "eb36762a1cc76d7abf831e18a3a1b26d3d481bbc74581b8e532a3d3a8115e1cb"
 
 inherit python_flit_core pypi ptest