diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-01-05 02:39:53 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-06 08:08:45 +0700 |
commit | 8818e7eb269141f38d06af689863dd7b6a777124 (patch) | |
tree | 238511dc6b3f107b88ecaf6e449aa05a534d3604 /python/python3-Flask-Security-Too | |
parent | dbfd157a378fea02ce3efe78d3a88fed4e3bae5f (diff) |
python/python3-Flask-Security-Too: Updated for version 5.3.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-Flask-Security-Too')
-rw-r--r-- | python/python3-Flask-Security-Too/python3-Flask-Security-Too.SlackBuild | 5 | ||||
-rw-r--r-- | python/python3-Flask-Security-Too/python3-Flask-Security-Too.info | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/python/python3-Flask-Security-Too/python3-Flask-Security-Too.SlackBuild b/python/python3-Flask-Security-Too/python3-Flask-Security-Too.SlackBuild index 049795092960..121aa7542eb7 100644 --- a/python/python3-Flask-Security-Too/python3-Flask-Security-Too.SlackBuild +++ b/python/python3-Flask-Security-Too/python3-Flask-Security-Too.SlackBuild @@ -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/ diff --git a/python/python3-Flask-Security-Too/python3-Flask-Security-Too.info b/python/python3-Flask-Security-Too/python3-Flask-Security-Too.info index 356724fb9023..2cc762bcdac7 100644 --- a/python/python3-Flask-Security-Too/python3-Flask-Security-Too.info +++ b/python/python3-Flask-Security-Too/python3-Flask-Security-Too.info @@ -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" |