diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2022-01-13 15:25:43 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-01-18 08:59:58 -0800 |
| commit | ddae8c44359c4505ea9c76b906ebe049c65a685e (patch) | |
| tree | e476d33b8bdaed3c213494c35920023c19cf3607 /meta-python/recipes-devtools/python/python3-wtforms_3.0.0.bb | |
| parent | bf0a8eedf3d4492220e3612b9dd4c8da20bbc964 (diff) | |
| download | meta-openembedded-ddae8c44359c4505ea9c76b906ebe049c65a685e.tar.gz | |
python3-wtforms: Upgrade 3.0.0 -> 3.0.1
Upgrade to release 3.0.1:
- Fixed :class:`~fields.DateTimeField` and other similar fields
can handle multiple formats
- Stop support for python 3.6
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-wtforms_3.0.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-wtforms_3.0.0.bb | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-python/recipes-devtools/python/python3-wtforms_3.0.0.bb b/meta-python/recipes-devtools/python/python3-wtforms_3.0.0.bb deleted file mode 100644 index c72af74513..0000000000 --- a/meta-python/recipes-devtools/python/python3-wtforms_3.0.0.bb +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 1 | DESCRIPTION = "A flexible forms validation and rendering library for python web development." | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/WTForms" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD-3-Clause" | ||
| 5 | |||
| 6 | |||
| 7 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=53dbfa56f61b90215a9f8f0d527c043d" | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "4abfbaa1d529a1d0ac927d44af8dbb9833afd910e56448a103f1893b0b176886" | ||
| 10 | |||
| 11 | PYPI_PACKAGE = "WTForms" | ||
| 12 | |||
| 13 | inherit pypi setuptools3 | ||
| 14 | |||
| 15 | DEPENDS += "\ | ||
| 16 | ${PYTHON_PN}-pip-native \ | ||
| 17 | ${PYTHON_PN}-babel-native \ | ||
| 18 | " | ||
| 19 | |||
| 20 | RDEPENDS:${PN} += "\ | ||
| 21 | ${PYTHON_PN}-netserver \ | ||
| 22 | ${PYTHON_PN}-numbers \ | ||
| 23 | ${PYTHON_PN}-markupsafe \ | ||
| 24 | " | ||
