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

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2024-03-28 20:37:27 -06:00 committed by Willy Sudiarto Raharjo
parent 4ccee95aaf
commit 82473fe538
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for python3-flask-paginate
# 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
@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-flask-paginate
SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-2023.10.24}
VERSION=${VERSION:-2024.3.28}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

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