From ab253202b33c9e8bb64b244a898b7dd80184fb97 Mon Sep 17 00:00:00 2001 From: Arn0 Date: Fri, 9 Feb 2024 12:40:30 +0100 Subject: python/Kallithea: Updated patch. 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/Kallithea') diff --git a/python/Kallithea/Kallithea.SlackBuild b/python/Kallithea/Kallithea.SlackBuild index a5c3498da9..b117dc243e 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:-3} +BUILD=${BUILD:-4} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/Kallithea/versions.patch b/python/Kallithea/versions.patch index 319d7400b6..b7390cda27 100644 --- a/python/Kallithea/versions.patch +++ b/python/Kallithea/versions.patch @@ -14,7 +14,7 @@ diff -c a/setup.py b/setup.py "TurboGears2 >= 2.4, < 2.5", "tgext.routes >= 0.2.0, < 1", "Beaker >= 1.10.1, < 2", - "WebHelpers2 >= 2.0, < 2.1", +! "WebHelpers2 >= 2.0, < 2.1", ! "FormEncode >= 1.3.1, < 1.4", ! "SQLAlchemy >= 1.2.9, < 1.4", "Mako >= 0.9.1, < 1.2", @@ -52,7 +52,7 @@ diff -c a/setup.py b/setup.py "TurboGears2 >= 2.4, < 2.5", "tgext.routes >= 0.2.0, < 1", "Beaker >= 1.10.1, < 2", - "WebHelpers2 >= 2.0, < 2.1", +! "WebHelpers2 >= 2.0", ! "FormEncode >= 1.3.1", ! "SQLAlchemy >= 1.2.9", "Mako >= 0.9.1, < 1.2", -- cgit v1.2.3-65-gdbad