python3-Flask-SQLAlchemy: update to 2.5.1.

This commit is contained in:
Pulux 2021-05-08 07:26:05 +02:00 committed by Érico Nogueira Rolim
parent 3a560abff8
commit 9b62ece48c

View file

@ -1,17 +1,18 @@
# Template file for 'python3-Flask-SQLAlchemy' # Template file for 'python3-Flask-SQLAlchemy'
pkgname=python3-Flask-SQLAlchemy pkgname=python3-Flask-SQLAlchemy
version=2.4.4 version=2.5.1
revision=2 revision=1
wrksrc="${pkgname#*-}-${version}" wrksrc="${pkgname#*-}-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-Flask python3-SQLAlchemy" depends="python3-Flask python3-SQLAlchemy"
checkdepends="$depends"
short_desc="Adds SQLAlchemy support to your Flask application (python3)" short_desc="Adds SQLAlchemy support to your Flask application (python3)"
maintainer="pulux <pulux@pf4sh.de>" maintainer="pulux <pulux@pf4sh.de>"
license="MIT" license="MIT"
homepage="https://github.com/pallets/flask-sqlalchemy" homepage="https://github.com/pallets/flask-sqlalchemy"
distfiles="${PYPI_SITE}/F/Flask-SQLAlchemy/Flask-SQLAlchemy-${version}.tar.gz" distfiles="${PYPI_SITE}/F/Flask-SQLAlchemy/Flask-SQLAlchemy-${version}.tar.gz"
checksum=bfc7150eaf809b1c283879302f04c42791136060c6eeb12c0c6674fb1291fae5 checksum=2bda44b43e7cacb15d4e05ff3cc1f8bc97936cc464623424102bfc2c35e95912
post_install() { post_install() {
vlicense LICENSE.rst vlicense LICENSE.rst