diff options
author | Arn0 <yth@ythogtha.org> | 2024-03-12 13:44:03 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-13 06:31:41 +0700 |
commit | 1538f1a6573a17c53c3d3ef05a562dc46a827915 (patch) | |
tree | 9beb3f53047fee2ff1c1f1b9867552f3087608cc /python/Kallithea | |
parent | 983910d62f900c5be55e1cf50b3319a6004d89af (diff) | |
download | slackbuilds-1538f1a6573a17c53c3d3ef05a562dc46a827915.tar.gz slackbuilds-1538f1a6573a17c53c3d3ef05a562dc46a827915.tar.xz |
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.SlackBuild | 2 | ||||
-rw-r--r-- | python/Kallithea/versions.patch | 4 |
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", |