summaryrefslogtreecommitdiffstats
path: root/python/Kallithea
diff options
context:
space:
mode:
author Arn02024-03-12 13:44:03 +0100
committer Willy Sudiarto Raharjo2024-03-13 00:31:41 +0100
commit1538f1a6573a17c53c3d3ef05a562dc46a827915 (patch)
tree9beb3f53047fee2ff1c1f1b9867552f3087608cc /python/Kallithea
parent983910d62f900c5be55e1cf50b3319a6004d89af (diff)
downloadslackbuilds-1538f1a6573a17c53c3d3ef05a562dc46a827915.tar.gz
python/Kallithea: Patched for python3-dateutil
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/Kallithea')
-rw-r--r--python/Kallithea/Kallithea.SlackBuild2
-rw-r--r--python/Kallithea/versions.patch4
2 files changed, 3 insertions, 3 deletions
diff --git a/python/Kallithea/Kallithea.SlackBuild b/python/Kallithea/Kallithea.SlackBuild
index b117dc243e..0012a9a5d8 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:-4}
+BUILD=${BUILD:-5}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/Kallithea/versions.patch b/python/Kallithea/versions.patch
index b7390cda27..1700d30986 100644
--- a/python/Kallithea/versions.patch
+++ b/python/Kallithea/versions.patch
@@ -22,7 +22,7 @@ diff -c a/setup.py b/setup.py
"Whoosh >= 2.7.1, < 2.8",
! "celery >= 5, < 5.1",
! "Babel >= 1.3, < 2.9",
- "python-dateutil >= 2.1.0, < 2.9",
+! "python-dateutil >= 2.1.0, < 2.9",
! "Markdown >= 2.2.1, < 3.2",
! "docutils >= 0.11, < 0.17",
"URLObject >= 2.3.4, < 2.5",
@@ -60,7 +60,7 @@ diff -c a/setup.py b/setup.py
"Whoosh >= 2.7.1, < 2.8",
! "celery >= 5",
! "Babel >= 1.3",
- "python-dateutil >= 2.1.0, < 2.9",
+! "python-dateutil >= 2.1.0",
! "Markdown >= 2.2.1",
! "docutils >= 0.11",
"URLObject >= 2.3.4, < 2.5",