diff mbox series

[meta-python,4/8] python3-flask-marshmallow: Upgrade 1.3.0 -> 1.4.0

Message ID 20260224114407.1760757-4-leon.anavi@konsulko.com
State New
Headers show
Series [meta-python,1/8] python3-flask-mail: Upgrade 0.9.1 -> 0.10.0 | expand

Commit Message

Leon Anavi Feb. 24, 2026, 11:43 a.m. UTC
Upgrade to release 1.4.0:

- Add missing commas in error message for validate.FileType
- Support Python 3.10-3.14

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...-marshmallow_1.3.0.bb => python3-flask-marshmallow_1.4.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-flask-marshmallow_1.3.0.bb => python3-flask-marshmallow_1.4.0.bb} (81%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-flask-marshmallow_1.3.0.bb b/meta-python/recipes-devtools/python/python3-flask-marshmallow_1.4.0.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-flask-marshmallow_1.3.0.bb
rename to meta-python/recipes-devtools/python/python3-flask-marshmallow_1.4.0.bb
index f0cc8ef64f..189ed5335b 100644
--- a/meta-python/recipes-devtools/python/python3-flask-marshmallow_1.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-flask-marshmallow_1.4.0.bb
@@ -8,7 +8,7 @@  inherit pypi python_flit_core
 PYPI_PACKAGE = "flask_marshmallow"
 UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
-SRC_URI[sha256sum] = "27a35d0ce5dcba161cc5f2f4764afbc2536c93fa439a793250b827835e3f3be6"
+SRC_URI[sha256sum] = "98c90a253052c72d2ddddc925539ac33bbd780c6fba86478ffe18e3b89d8b471"
 
 RDEPENDS:${PN} += "\
     python3-flask \