python3-flask-marshmallow: Upgrade 1.3.0 -> 1.4.0

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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Leon Anavi
2026-02-24 13:43:44 +02:00
committed by Khem Raj
parent 0badc6de53
commit fcee74c421

View File

@@ -0,0 +1,16 @@
SUMMARY = "Flask + marshmallow for beautiful APIs"
HOMEPAGE = "https://github.com/marshmallow-code/flask-marshmallow"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=27586b20700d7544c06933afe56f7df4"
inherit pypi python_flit_core
PYPI_PACKAGE = "flask_marshmallow"
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
SRC_URI[sha256sum] = "98c90a253052c72d2ddddc925539ac33bbd780c6fba86478ffe18e3b89d8b471"
RDEPENDS:${PN} += "\
python3-flask \
python3-marshmallow \
"