python/python3-Flask-Security-Too: Updated for version 5.3.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2024-01-05 02:39:53 -07:00 committed by Willy Sudiarto Raharjo
parent dbfd157a37
commit 8818e7eb26
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for python3-Flask-Security-Too
# Copyright 2022-23 fourtysixandtwo <fourtysixandtwo@sliderr.net>
# Copyright 2022-2024 fourtysixandtwo <fourtysixandtwo@sliderr.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-Flask-Security-Too
SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-5.3.2}
VERSION=${VERSION:-5.3.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -66,6 +66,7 @@ find -L . \
# lower version requirements
sed -i '/importlib_resources/ s/5\.10/5.1/' pyproject.toml
sed -i '/markupsafe/ s/2\.1\.0/2.0.1/' pyproject.toml
export PYTHONPATH=/opt/python3.9/site-packages/

View file

@ -1,8 +1,8 @@
PRGNAM="python3-Flask-Security-Too"
VERSION="5.3.2"
VERSION="5.3.3"
HOMEPAGE="https://github.com/Flask-Middleware/flask-security"
DOWNLOAD="https://files.pythonhosted.org/packages/source/f/flask-security-too/Flask-Security-Too-5.3.2.tar.gz"
MD5SUM="c11590138231f706c3acf473e0251f28"
DOWNLOAD="https://files.pythonhosted.org/packages/source/f/flask-security-too/Flask-Security-Too-5.3.3.tar.gz"
MD5SUM="ec0481be5ae0d93d6f82117e98d32163"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-Flask-Login python3-Flask-Principal python3-Flask-WTF python3-passlib email-validator importlib-resources"