python3-Flask-WTF: update to 1.2.1.
This commit is contained in:
parent
33d87e4a8e
commit
daf2798930
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'python3-Flask-WTF'
|
# Template file for 'python3-Flask-WTF'
|
||||||
pkgname=python3-Flask-WTF
|
pkgname=python3-Flask-WTF
|
||||||
version=1.1.1
|
version=1.2.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="hatchling"
|
||||||
depends="python3-Flask python3-WTForms python3-itsdangerous"
|
depends="python3-Flask python3-WTForms python3-itsdangerous"
|
||||||
checkdepends="python3-pytest-xdist $depends"
|
checkdepends="python3-pytest-xdist $depends"
|
||||||
short_desc="Simple integration of Flask and WTForms (Python3)"
|
short_desc="Simple integration of Flask and WTForms (Python3)"
|
||||||
|
@ -11,8 +11,8 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/lepture/flask-wtf"
|
homepage="https://github.com/lepture/flask-wtf"
|
||||||
changelog="https://raw.githubusercontent.com/wtforms/flask-wtf/main/docs/changes.rst"
|
changelog="https://raw.githubusercontent.com/wtforms/flask-wtf/main/docs/changes.rst"
|
||||||
distfiles="${PYPI_SITE}/F/Flask-WTF/Flask-WTF-${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=41c4244e9ae626d63bed42ae4785b90667b885b1535d5a4095e1f63060d12aa9
|
checksum=d069b141376fd6784198ca087a4b7fb56c4ce00856e108a37a9f9a02286cd1be
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.rst
|
vlicense LICENSE.rst
|
||||||
|
|
Loading…
Reference in New Issue