mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python3-flask-wtf: Upgrade 0.14.3 -> 0.15.1
Upgrade to release 0.15.1: - Add python_requires metadata to avoid installing on unsupported Python versions. - Drop support for Python < 3.6. - FileSize validator. - Extra requirement email installs the email_validator package. - Fixed Flask 2.0 warnings. - Various documentation fixes. - Various CI fixes. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
parent
a436443bea
commit
abc0106d28
|
|
@ -2,8 +2,7 @@ DESCRIPTION = "Simple integration of Flask and WTForms."
|
|||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=3ca6bb31670492f791e6a9f2fb9f8a80"
|
||||
|
||||
SRC_URI[md5sum] = "1b60b7dd1245b0d0173c21123717af61"
|
||||
SRC_URI[sha256sum] = "d417e3a0008b5ba583da1763e4db0f55a1269d9dd91dcc3eb3c026d3c5dbd720"
|
||||
SRC_URI[sha256sum] = "ff177185f891302dc253437fe63081e7a46a4e99aca61dfe086fb23e54fff2dc"
|
||||
|
||||
PYPI_PACKAGE = "Flask-WTF"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user