diff mbox series

[meta-python,5/5] python3-flask-wtf: update to version 1.2.1

Message ID 20231221154435.3874910-5-derek@asterius.io
State Accepted
Headers show
Series [meta-python,1/5] python3-rapidjson: update to version 1.14 | expand

Commit Message

Derek Straka Dec. 21, 2023, 3:44 p.m. UTC
Signed-off-by: Derek Straka <derek@asterius.io>
---
 ...ython3-flask-wtf_1.1.1.bb => python3-flask-wtf_1.2.1.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-flask-wtf_1.1.1.bb => python3-flask-wtf_1.2.1.bb} (66%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-flask-wtf_1.1.1.bb b/meta-python/recipes-devtools/python/python3-flask-wtf_1.2.1.bb
similarity index 66%
rename from meta-python/recipes-devtools/python/python3-flask-wtf_1.1.1.bb
rename to meta-python/recipes-devtools/python/python3-flask-wtf_1.2.1.bb
index ec47fcac2..54d7bd637 100644
--- a/meta-python/recipes-devtools/python/python3-flask-wtf_1.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-flask-wtf_1.2.1.bb
@@ -2,11 +2,11 @@  DESCRIPTION = "Simple integration of Flask and WTForms."
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=d98d089889e14b227732d45dac3aacc4"
 
-SRC_URI[sha256sum] = "41c4244e9ae626d63bed42ae4785b90667b885b1535d5a4095e1f63060d12aa9"
+SRC_URI[sha256sum] = "8bb269eb9bb46b87e7c8233d7e7debdf1f8b74bf90cc1789988c29b37a97b695"
 
-PYPI_PACKAGE = "Flask-WTF"
+PYPI_PACKAGE = "flask_wtf"
 
-inherit pypi setuptools3
+inherit pypi python_hatchling
 
 RDEPENDS:${PN} = "\
     ${PYTHON_PN}-flask \