diff mbox series

[meta-python,2/3] python3-wtforms: Upgrade 3.1.1 -> 3.1.2

Message ID 20240109135121.3460927-2-leon.anavi@konsulko.com
State Accepted
Headers show
Series [meta-python,1/3] python3-webargs: Upgrade 8.3.0 -> 8.4.0 | expand

Commit Message

Leon Anavi Jan. 9, 2024, 1:51 p.m. UTC
Upgrade to version 3.1.2:

- Fix SelectMultipleField value coercion on validation.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-wtforms_3.1.1.bb => python3-wtforms_3.1.2.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-wtforms_3.1.1.bb => python3-wtforms_3.1.2.bb} (87%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-wtforms_3.1.1.bb b/meta-python/recipes-devtools/python/python3-wtforms_3.1.2.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-wtforms_3.1.1.bb
rename to meta-python/recipes-devtools/python/python3-wtforms_3.1.2.bb
index b57c31100..1459538ea 100644
--- a/meta-python/recipes-devtools/python/python3-wtforms_3.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-wtforms_3.1.2.bb
@@ -5,7 +5,7 @@  LICENSE = "BSD-3-Clause"
 
 LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=17ed54aa95f4a6cd0d7a4747d14b64d0"
 
-SRC_URI[sha256sum] = "5e51df8af9a60f6beead75efa10975e97768825a82146a65c7cbf5b915990620"
+SRC_URI[sha256sum] = "f8d76180d7239c94c6322f7990ae1216dae3659b7aa1cee94b6318bdffb474b9"
 
 UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/WTForms"
 UPSTREAM_CHECK_REGEX = "/WTForms/(?P<pver>(\d+[\.\-_]*)+)"