[meta-python,2/3] python3-wtforms: Upgrade 3.0.0 -> 3.0.1

Message ID 20220113132544.779928-2-leon.anavi@konsulko.com
State New
Headers show
Series [meta-python,1/3] python3-regex: Upgrade 2021.10.8 -> 2021.11.10 | expand

Commit Message

Leon Anavi Jan. 13, 2022, 1:25 p.m. UTC
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>
---
 .../{python3-wtforms_3.0.0.bb => python3-wtforms_3.0.1.bb}     | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-wtforms_3.0.0.bb => python3-wtforms_3.0.1.bb} (85%)

Patch

diff --git a/meta-python/recipes-devtools/python/python3-wtforms_3.0.0.bb b/meta-python/recipes-devtools/python/python3-wtforms_3.0.1.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-wtforms_3.0.0.bb
rename to meta-python/recipes-devtools/python/python3-wtforms_3.0.1.bb
index c72af7451..36a0191dc 100644
--- a/meta-python/recipes-devtools/python/python3-wtforms_3.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-wtforms_3.0.1.bb
@@ -3,10 +3,9 @@  HOMEPAGE = "https://pypi.python.org/pypi/WTForms"
 SECTION = "devel/python"
 LICENSE = "BSD-3-Clause"
 
-
 LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=53dbfa56f61b90215a9f8f0d527c043d"
 
-SRC_URI[sha256sum] = "4abfbaa1d529a1d0ac927d44af8dbb9833afd910e56448a103f1893b0b176886"
+SRC_URI[sha256sum] = "6b351bbb12dd58af57ffef05bc78425d08d1914e0fd68ee14143b7ade023c5bc"
 
 PYPI_PACKAGE = "WTForms"