From 4196037bfe70f06bea765758a1c9ef61079a05a4 Mon Sep 17 00:00:00 2001 From: Pulux Date: Wed, 10 Aug 2022 07:07:22 +0200 Subject: [PATCH] python3-Flask-Login: update to 0.6.2. --- srcpkgs/python3-Flask-Login/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-Flask-Login/template b/srcpkgs/python3-Flask-Login/template index 023331ee75bc..77b8d699cbbe 100644 --- a/srcpkgs/python3-Flask-Login/template +++ b/srcpkgs/python3-Flask-Login/template @@ -1,17 +1,19 @@ # Template file for 'python3-Flask-Login' pkgname=python3-Flask-Login -version=0.5.0 -revision=4 +version=0.6.2 +revision=1 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-Flask" +checkdepends="python3-Werkzeug python3-Flask" short_desc="User session management for Flask (Python3)" maintainer="pulux " license="MIT" 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" -checksum=6d33aef15b5bcead780acc339464aae8a6e28f13c90d8b1cf9de8b549d1c0b4b +checksum=c0a7baa9fdc448cdd3dd6f0939df72eec5177b2f7abe6cb82fc934d29caac9c3 post_install() { vlicense LICENSE