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-07 10:45:43 -0700 |
| commit | 5f03b130d2bf3b7d7f3c3216936c46394bd19c10 (patch) | |
| tree | 72a9cd1735d019511555a67e5a0bd95fd01f5380 /meta-python | |
| parent | 09fd8162c28c7d0e1e445d582ac112cbc8629eb2 (diff) | |
| download | meta-openembedded-5f03b130d2bf3b7d7f3c3216936c46394bd19c10.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')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-flask-wtf_1.3.0.bb (renamed from meta-python/recipes-devtools/python/python3-flask-wtf_1.2.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
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.3.0.bb index 0ce3de0856..2c1f8af8e8 100644 --- a/meta-python/recipes-devtools/python/python3-flask-wtf_1.2.2.bb +++ b/meta-python/recipes-devtools/python/python3-flask-wtf_1.3.0.bb | |||
| @@ -2,7 +2,7 @@ DESCRIPTION = "Simple integration of Flask and WTForms." | |||
| 2 | LICENSE = "BSD-3-Clause" | 2 | LICENSE = "BSD-3-Clause" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=d98d089889e14b227732d45dac3aacc4" | 3 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=d98d089889e14b227732d45dac3aacc4" |
| 4 | 4 | ||
| 5 | SRC_URI[sha256sum] = "79d2ee1e436cf570bccb7d916533fa18757a2f18c290accffab1b9a0b684666b" | 5 | SRC_URI[sha256sum] = "61d5dabc50c3df885c297dcbd80810443a5d632106c8a69cab8ce740f0cdd7cc" |
| 6 | 6 | ||
| 7 | PYPI_PACKAGE = "flask_wtf" | 7 | PYPI_PACKAGE = "flask_wtf" |
| 8 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | 8 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" |
