diff options
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 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", |