summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-wtforms_2.3.1.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2020-08-10 17:43:16 +0300
committerKhem Raj <raj.khem@gmail.com>2020-08-11 09:42:41 -0700
commitc53a62a4a1c9945c8b3a8642bd50ff19002bb5ed (patch)
tree6584a5fcc15b8fc4736475e7ff48c04413a97938 /meta-python/recipes-devtools/python/python3-wtforms_2.3.1.bb
parent57310b9fd98a7e4bcb728779354d32fb540f7778 (diff)
downloadmeta-openembedded-c53a62a4a1c9945c8b3a8642bd50ff19002bb5ed.tar.gz
python3-wtforms: Upgrade 2.3.1 -> 2.3.3
Upgrade to release 2.3.3: - Includes the missing translation files - Fixed a bug with SelectField choices shortcut at form submission License-Update: Use the exact line from PKG-INFO. The license remains the same. 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-wtforms_2.3.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-wtforms_2.3.1.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-python/recipes-devtools/python/python3-wtforms_2.3.1.bb b/meta-python/recipes-devtools/python/python3-wtforms_2.3.1.bb
deleted file mode 100644
index 9f081b68ce..0000000000
--- a/meta-python/recipes-devtools/python/python3-wtforms_2.3.1.bb
+++ /dev/null
@@ -1,17 +0,0 @@
1DESCRIPTION = "A flexible forms validation and rendering library for python web development."
2HOMEPAGE = "https://pypi.python.org/pypi/WTForms"
3SECTION = "devel/python"
4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=208ce1c159f911ecf389806650582021"
6
7SRC_URI[md5sum] = "bff06943e59671581af07f80d14bda5f"
8SRC_URI[sha256sum] = "861a13b3ae521d6700dac3b2771970bd354a63ba7043ecc3a82b5288596a1972"
9
10PYPI_PACKAGE = "WTForms"
11
12inherit pypi setuptools3
13
14RDEPENDS_${PN} += "\
15 ${PYTHON_PN}-netserver \
16 ${PYTHON_PN}-numbers \
17 "