python/python3-flask-paginate: Updated for version 2023.10.24.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2023-10-25 20:23:47 -06:00 committed by Willy Sudiarto Raharjo
parent 485d8a7e4b
commit 852eb7bc76
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-flask-paginate
SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-2023.10.8}
VERSION=${VERSION:-2023.10.24}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-flask-paginate"
VERSION="2023.10.8"
VERSION="2023.10.24"
HOMEPAGE="https://github.com/lixxu/flask-paginate"
DOWNLOAD="https://files.pythonhosted.org/packages/source/f/flask-paginate/flask-paginate-2023.10.8.tar.gz"
MD5SUM="307d7143810914897585b2a9e373f1df"
DOWNLOAD="https://files.pythonhosted.org/packages/source/f/flask-paginate/flask-paginate-2023.10.24.tar.gz"
MD5SUM="cb469f979a4a72edfcf08c01e498233a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="Flask"