python/Kallithea: Updated for new dependencies.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2023-03-06 10:15:37 +01:00 committed by Willy Sudiarto Raharjo
parent 5e31ad6406
commit 695b2eb429
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=Kallithea
VERSION=${VERSION:-0.7.0}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -32,7 +32,7 @@ diff -c a/setup.py b/setup.py
! "decorator >= 4.2.1, < 4.5",
! "Paste >= 2.0.3, < 3.5",
! "bleach >= 3.0, < 3.1.4",
"Click >= 7.0, < 8",
! "Click >= 7.0, < 8",
"ipaddr >= 2.2.0, < 2.3",
"paginate >= 0.5, < 0.6",
"paginate_sqlalchemy >= 0.3.0, < 0.4",
@ -70,7 +70,7 @@ diff -c a/setup.py b/setup.py
! "decorator >= 4.2.1",
! "Paste >= 2.0.3",
! "bleach >= 3.0",
"Click >= 7.0, < 8",
! "Click >= 7.0",
"ipaddr >= 2.2.0, < 2.3",
"paginate >= 0.5, < 0.6",
"paginate_sqlalchemy >= 0.3.0, < 0.4",