python3-Flask-Login: update to 0.6.2.

This commit is contained in:
Pulux 2022-08-10 07:07:22 +02:00 committed by classabbyamp
parent ce6b1a985a
commit 8beb383192
1 changed files with 5 additions and 3 deletions

View File

@ -1,17 +1,19 @@
# Template file for 'python3-Flask-Login' # Template file for 'python3-Flask-Login'
pkgname=python3-Flask-Login pkgname=python3-Flask-Login
version=0.5.0 version=0.6.2
revision=4 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" depends="python3-Flask"
checkdepends="python3-Werkzeug python3-Flask"
short_desc="User session management for Flask (Python3)" short_desc="User session management for Flask (Python3)"
maintainer="pulux <pulux@pf4sh.de>" maintainer="pulux <pulux@pf4sh.de>"
license="MIT" license="MIT"
homepage="https://github.com/maxcountryman/flask-login" homepage="https://github.com/maxcountryman/flask-login"
changelog="https://github.com/maxcountryman/flask-login/raw/main/CHANGES.md"
distfiles="${PYPI_SITE}/F/Flask-Login/Flask-Login-${version}.tar.gz" distfiles="${PYPI_SITE}/F/Flask-Login/Flask-Login-${version}.tar.gz"
checksum=6d33aef15b5bcead780acc339464aae8a6e28f13c90d8b1cf9de8b549d1c0b4b checksum=c0a7baa9fdc448cdd3dd6f0939df72eec5177b2f7abe6cb82fc934d29caac9c3
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE