mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +00:00
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:
@@ -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 \
|
||||
"
|
||||
Reference in New Issue
Block a user