From 344f4f063811f12f6582090f934d5fbf57e845f4 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 30 Apr 2026 18:48:55 +0800 Subject: python3-flask-wtf: upgrade 1.2.2 -> 1.3.0 Changelog: ========== - pre-commit autoupdate - remove slsa provenance - Support for Python 3.14 - Try not to read uploaded files into memory - Migrate the project to uv - ReCaptcha field testing mode documentation - Allow nonce in reCaptcha - CSRF meta tag helper - widget support the kwargs to add custom html attributes - Respect exempts in CSRFProtect.protect() - Adding RECAPTCHA_ENABLE to disable recaptcha - Improve CSRF Documentation Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-flask-wtf_1.2.2.bb | 17 ----------------- .../recipes-devtools/python/python3-flask-wtf_1.3.0.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-flask-wtf_1.2.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-flask-wtf_1.3.0.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-flask-wtf_1.2.2.bb b/meta-python/recipes-devtools/python/python3-flask-wtf_1.2.2.bb deleted file mode 100644 index 0ce3de0856..0000000000 --- a/meta-python/recipes-devtools/python/python3-flask-wtf_1.2.2.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "Simple integration of Flask and WTForms." -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=d98d089889e14b227732d45dac3aacc4" - -SRC_URI[sha256sum] = "79d2ee1e436cf570bccb7d916533fa18757a2f18c290accffab1b9a0b684666b" - -PYPI_PACKAGE = "flask_wtf" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" - -inherit pypi python_hatchling - -RDEPENDS:${PN} = "\ - python3-flask \ - python3-itsdangerous \ - python3-json \ - python3-wtforms \ -" diff --git a/meta-python/recipes-devtools/python/python3-flask-wtf_1.3.0.bb b/meta-python/recipes-devtools/python/python3-flask-wtf_1.3.0.bb new file mode 100644 index 0000000000..2c1f8af8e8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-flask-wtf_1.3.0.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Simple integration of Flask and WTForms." +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=d98d089889e14b227732d45dac3aacc4" + +SRC_URI[sha256sum] = "61d5dabc50c3df885c297dcbd80810443a5d632106c8a69cab8ce740f0cdd7cc" + +PYPI_PACKAGE = "flask_wtf" +UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" + +inherit pypi python_hatchling + +RDEPENDS:${PN} = "\ + python3-flask \ + python3-itsdangerous \ + python3-json \ + python3-wtforms \ +" -- cgit v1.2.3-54-g00ecf