diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-04-30 18:48:55 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-05-12 01:06:54 -0700 |
| commit | 344f4f063811f12f6582090f934d5fbf57e845f4 (patch) | |
| tree | 62a9cf8785b1a4e87f1f913b8f4ab31a9eb8769e /meta-python/recipes-devtools/python/python3-flask-wtf_1.3.0.bb | |
| parent | a1ea487c50c7c26e7f64ef7462094cfc467e6d69 (diff) | |
| download | meta-openembedded-344f4f063811f12f6582090f934d5fbf57e845f4.tar.gz | |
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flask-wtf_1.3.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-flask-wtf_1.3.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
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 @@ | |||
| 1 | DESCRIPTION = "Simple integration of Flask and WTForms." | ||
| 2 | LICENSE = "BSD-3-Clause" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=d98d089889e14b227732d45dac3aacc4" | ||
| 4 | |||
| 5 | SRC_URI[sha256sum] = "61d5dabc50c3df885c297dcbd80810443a5d632106c8a69cab8ce740f0cdd7cc" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "flask_wtf" | ||
| 8 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
| 9 | |||
| 10 | inherit pypi python_hatchling | ||
| 11 | |||
| 12 | RDEPENDS:${PN} = "\ | ||
| 13 | python3-flask \ | ||
| 14 | python3-itsdangerous \ | ||
| 15 | python3-json \ | ||
| 16 | python3-wtforms \ | ||
| 17 | " | ||
