mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-Flask-Security-Too: Updated for version 5.4.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a16d065ef1
commit
9f54b9f1ba
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-Flask-Security-Too
|
||||
SRCNAM=${PRGNAM#python3-*}
|
||||
VERSION=${VERSION:-5.4.1}
|
||||
VERSION=${VERSION:-5.4.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-Flask-Security-Too"
|
||||
VERSION="5.4.1"
|
||||
VERSION="5.4.3"
|
||||
HOMEPAGE="https://github.com/Flask-Middleware/flask-security"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/f/flask-security-too/Flask-Security-Too-5.4.1.tar.gz"
|
||||
MD5SUM="99a85a51a2c6e849d4601b621ec2a12c"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/f/flask-security-too/Flask-Security-Too-5.4.3.tar.gz"
|
||||
MD5SUM="a5958cd9c4f0b1297a696436e569bb72"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-Flask-Login python3-Flask-Principal python3-Flask-WTF python3-passlib email-validator importlib-resources"
|
||||
|
|
Loading…
Reference in a new issue