diff options
author | Arn0 <yth@ythogtha.org> | 2023-03-06 10:15:37 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-12 08:48:11 +0700 |
commit | 695b2eb42905f1fd53c76d41583bca5a2541a36d (patch) | |
tree | 879e881f14e809404257132ee41fa3a13af224bd /python | |
parent | 5e31ad64062f19416de30ad38f3da6411f27ffa8 (diff) |
python/Kallithea: Updated for new dependencies.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-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 7d417abd89d4..484118386096 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 c71322a70902..319d7400b624 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", |