From abc0106d28b950aa7212b2dd42c31d2d8c167403 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 27 May 2021 00:32:44 +0300 Subject: 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 Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-flask-wtf_0.15.1.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-flask-wtf_0.15.1.bb (limited to 'meta-python/recipes-devtools/python/python3-flask-wtf_0.15.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-flask-wtf_0.15.1.bb b/meta-python/recipes-devtools/python/python3-flask-wtf_0.15.1.bb new file mode 100644 index 0000000000..84b2a9e279 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-flask-wtf_0.15.1.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "Simple integration of Flask and WTForms." +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3ca6bb31670492f791e6a9f2fb9f8a80" + +SRC_URI[sha256sum] = "ff177185f891302dc253437fe63081e7a46a4e99aca61dfe086fb23e54fff2dc" + +PYPI_PACKAGE = "Flask-WTF" + +inherit pypi setuptools3 + +RDEPENDS_${PN} = "\ + ${PYTHON_PN}-flask \ + ${PYTHON_PN}-itsdangerous \ + ${PYTHON_PN}-json \ + ${PYTHON_PN}-wtforms \ +" -- cgit 1.2.3-korg