From ddae8c44359c4505ea9c76b906ebe049c65a685e Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 13 Jan 2022 15:25:43 +0200 Subject: [PATCH] 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 Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{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%) 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 c72af74513..36a0191dc9 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"