From 5e5f68adaa1e0ba50063081e572d9bf8f99d948b Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Fri, 19 Jul 2024 20:25:53 -0700 Subject: python/python3-gast: Downgrade to 0.5.5 I didn't notice this update broke python/python3-pythran (and packages depending on that, like academic/python3-scipy). Currently, pythran only supports 0.6.x versions of gast in it's master branch. Downgrading to 0.5.5 until pythran on SBo supports newer versions of gast. Thanks to Alexander Verbovetsky for the heads up! Signed-off-by: Willy Sudiarto Raharjo --- python/python3-gast/python3-gast.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/python3-gast/python3-gast.SlackBuild') diff --git a/python/python3-gast/python3-gast.SlackBuild b/python/python3-gast/python3-gast.SlackBuild index b4d3538481..a694561b13 100644 --- a/python/python3-gast/python3-gast.SlackBuild +++ b/python/python3-gast/python3-gast.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-gast SRCNAM=gast -VERSION=${VERSION:-0.6.0} +VERSION=${VERSION:-0.5.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -- cgit v1.2.3