diff options
author | zhengruoqin <zhengrq.fnst@fujitsu.com> | 2022-06-23 15:07:47 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-07-02 11:37:02 -0400 |
commit | 3a9d9ff914c5a3bf2de6c6bf0e9c0ad9f779fbdc (patch) | |
tree | ccc4d5670700d81026459a9e9a2c1cf35a65d329 /meta-python/recipes-devtools/python/python3-flask-wtf_1.0.1.bb | |
parent | e200d70d09fa0c7d8e48efe6350b32ead499bfe5 (diff) | |
download | meta-openembedded-3a9d9ff914c5a3bf2de6c6bf0e9c0ad9f779fbdc.tar.gz |
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 <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flask-wtf_1.0.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-flask-wtf_1.0.1.bb | 16 |
1 files changed, 16 insertions, 0 deletions
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 @@ | |||
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] = "34fe5c6fee0f69b50e30f81a3b7ea16aa1492a771fe9ad0974d164610c09a6c9" | ||
6 | |||
7 | PYPI_PACKAGE = "Flask-WTF" | ||
8 | |||
9 | inherit pypi setuptools3 | ||
10 | |||
11 | RDEPENDS:${PN} = "\ | ||
12 | ${PYTHON_PN}-flask \ | ||
13 | ${PYTHON_PN}-itsdangerous \ | ||
14 | ${PYTHON_PN}-json \ | ||
15 | ${PYTHON_PN}-wtforms \ | ||
16 | " | ||