From 08b9b5b2927f64980762460ab7be3d91b0c0a577 Mon Sep 17 00:00:00 2001 From: Arn0 Date: Thu, 15 Jun 2023 22:19:03 +0200 Subject: python/python3-celery: updated for version 5.3.0 Signed-off-by: Willy Sudiarto Raharjo --- python/python3-celery/python3-celery.SlackBuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'python/python3-celery/python3-celery.SlackBuild') diff --git a/python/python3-celery/python3-celery.SlackBuild b/python/python3-celery/python3-celery.SlackBuild index d92f1b0642..007e76bf85 100644 --- a/python/python3-celery/python3-celery.SlackBuild +++ b/python/python3-celery/python3-celery.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-celery SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-5.2.7} +VERSION=${VERSION:-5.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -64,8 +64,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -cat $CWD/versions.patch | patch -p1 || exit 1 - python3 setup.py install --root=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -- cgit v1.2.3