From 8818e7eb269141f38d06af689863dd7b6a777124 Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Fri, 5 Jan 2024 02:39:53 -0700 Subject: python/python3-Flask-Security-Too: Updated for version 5.3.3. Signed-off-by: Willy Sudiarto Raharjo --- .../python3-Flask-Security-Too/python3-Flask-Security-Too.SlackBuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'python/python3-Flask-Security-Too/python3-Flask-Security-Too.SlackBuild') 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 0497950929..121aa7542e 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 +# Copyright 2022-2024 fourtysixandtwo # 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/ -- cgit v1.2.3