diff options
-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 a5c3498da9f1..b117dc243e03 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 319d7400b624..b7390cda2790 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", |