From daf27989309ea1700a7218fe1b19e4c53d53f934 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 21:02:11 -0400 Subject: [PATCH] python3-Flask-WTF: update to 1.2.1. --- srcpkgs/python3-Flask-WTF/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-Flask-WTF/template b/srcpkgs/python3-Flask-WTF/template index 90dce3c2d73..575213d79ca 100644 --- a/srcpkgs/python3-Flask-WTF/template +++ b/srcpkgs/python3-Flask-WTF/template @@ -1,9 +1,9 @@ # Template file for 'python3-Flask-WTF' pkgname=python3-Flask-WTF -version=1.1.1 +version=1.2.1 revision=1 -build_style=python3-module -hostmakedepends="python3-setuptools" +build_style=python3-pep517 +hostmakedepends="hatchling" depends="python3-Flask python3-WTForms python3-itsdangerous" checkdepends="python3-pytest-xdist $depends" short_desc="Simple integration of Flask and WTForms (Python3)" @@ -11,8 +11,8 @@ maintainer="Andrew J. Hesford " license="BSD-3-Clause" homepage="https://github.com/lepture/flask-wtf" changelog="https://raw.githubusercontent.com/wtforms/flask-wtf/main/docs/changes.rst" -distfiles="${PYPI_SITE}/F/Flask-WTF/Flask-WTF-${version}.tar.gz" -checksum=41c4244e9ae626d63bed42ae4785b90667b885b1535d5a4095e1f63060d12aa9 +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=d069b141376fd6784198ca087a4b7fb56c4ce00856e108a37a9f9a02286cd1be post_install() { vlicense LICENSE.rst