diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2020-08-26 18:40:18 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-08-27 15:07:50 -0700 |
commit | 1433e9f3de229ade69b5dff1c1e762355ed5751c (patch) | |
tree | d40bbd29c0c35f074b66c7c5eaf237e29035e395 /meta-python/recipes-devtools/python/python3-flask-wtf_0.14.3.bb | |
parent | 2f257049cf9a011e14518085168439ff611cd120 (diff) | |
download | meta-openembedded-1433e9f3de229ade69b5dff1c1e762355ed5751c.tar.gz |
python3-flask-wtf: Upgrade 0.14.2 -> 0.14.3
Upgrade to release 0.14.3:
- xrange changed to range, python3 compatible
- Move Iterable import to _compat module
- Fix deprecation warning
- Remove flaskr example
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flask-wtf_0.14.3.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-flask-wtf_0.14.3.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-wtf_0.14.3.bb b/meta-python/recipes-devtools/python/python3-flask-wtf_0.14.3.bb new file mode 100644 index 0000000000..213a0b58b0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-flask-wtf_0.14.3.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | DESCRIPTION = "Simple integration of Flask and WTForms." | ||
2 | LICENSE = "BSD-3-Clause" | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3ca6bb31670492f791e6a9f2fb9f8a80" | ||
4 | |||
5 | SRC_URI[md5sum] = "1b60b7dd1245b0d0173c21123717af61" | ||
6 | SRC_URI[sha256sum] = "d417e3a0008b5ba583da1763e4db0f55a1269d9dd91dcc3eb3c026d3c5dbd720" | ||
7 | |||
8 | PYPI_PACKAGE = "Flask-WTF" | ||
9 | |||
10 | inherit pypi setuptools3 | ||
11 | |||
12 | RDEPENDS_${PN} = "\ | ||
13 | ${PYTHON_PN}-flask \ | ||
14 | ${PYTHON_PN}-itsdangerous \ | ||
15 | ${PYTHON_PN}-json \ | ||
16 | ${PYTHON_PN}-wtforms \ | ||
17 | " | ||