From 695b2eb42905f1fd53c76d41583bca5a2541a36d Mon Sep 17 00:00:00 2001 From: Arn0 Date: Mon, 6 Mar 2023 10:15:37 +0100 Subject: python/Kallithea: Updated for new dependencies. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- python/Kallithea/Kallithea.SlackBuild | 2 +- python/Kallithea/versions.patch | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'python') diff --git a/python/Kallithea/Kallithea.SlackBuild b/python/Kallithea/Kallithea.SlackBuild index 7d417abd89d47..4841183860965 100644 --- a/python/Kallithea/Kallithea.SlackBuild +++ b/python/Kallithea/Kallithea.SlackBuild @@ -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} diff --git a/python/Kallithea/versions.patch b/python/Kallithea/versions.patch index c71322a709023..319d7400b624a 100644 --- a/python/Kallithea/versions.patch +++ b/python/Kallithea/versions.patch @@ -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", -- cgit v1.2.3