From 3a9d9ff914c5a3bf2de6c6bf0e9c0ad9f779fbdc Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Thu, 23 Jun 2022 15:07:47 +0800 Subject: python3-flask-wtf: upgrade 0.15.1 -> 1.0.1 License-Update : license check file changed from LICENSE to LICENSE.rst Changelog from 0.15.1 to 1.0.1: =============================== Update compatibility with the latest Werkzeug release. #511 Deprecated items removal #484 Support for alternatives captcha services #425 #342 #387 #384 Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-flask-wtf_0.15.1.bb | 16 ---------------- .../recipes-devtools/python/python3-flask-wtf_1.0.1.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-flask-wtf_0.15.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-flask-wtf_1.0.1.bb (limited to 'meta-python/recipes-devtools/python') 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 deleted file mode 100644 index aebc1344f8..0000000000 --- a/meta-python/recipes-devtools/python/python3-flask-wtf_0.15.1.bb +++ /dev/null @@ -1,16 +0,0 @@ -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 \ -" diff --git a/meta-python/recipes-devtools/python/python3-flask-wtf_1.0.1.bb b/meta-python/recipes-devtools/python/python3-flask-wtf_1.0.1.bb new file mode 100644 index 0000000000..678588265d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-flask-wtf_1.0.1.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "Simple integration of Flask and WTForms." +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=d98d089889e14b227732d45dac3aacc4" + +SRC_URI[sha256sum] = "34fe5c6fee0f69b50e30f81a3b7ea16aa1492a771fe9ad0974d164610c09a6c9" + +PYPI_PACKAGE = "Flask-WTF" + +inherit pypi setuptools3 + +RDEPENDS:${PN} = "\ + ${PYTHON_PN}-flask \ + ${PYTHON_PN}-itsdangerous \ + ${PYTHON_PN}-json \ + ${PYTHON_PN}-wtforms \ +" -- cgit v1.2.3-54-g00ecf