From deefb09a0bc79cd0479f4230fb32e2a7779b61b3 Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Tue, 25 Nov 2025 07:18:14 -0700 Subject: python/python3-exceptiongroup: Updated for version 1.3.1. Signed-off-by: Willy Sudiarto Raharjo --- .../python3-exceptiongroup/python3-exceptiongroup.SlackBuild | 10 ++++------ python/python3-exceptiongroup/python3-exceptiongroup.info | 6 +++--- 2 files changed, 7 insertions(+), 9 deletions(-) (limited to 'python/python3-exceptiongroup') diff --git a/python/python3-exceptiongroup/python3-exceptiongroup.SlackBuild b/python/python3-exceptiongroup/python3-exceptiongroup.SlackBuild index ce7ccfe619..5aec731af5 100644 --- a/python/python3-exceptiongroup/python3-exceptiongroup.SlackBuild +++ b/python/python3-exceptiongroup/python3-exceptiongroup.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-exceptiongroup SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-1.3.0} +VERSION=${VERSION:-1.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -57,11 +57,9 @@ rm -rf $SRCNAM-$VERSION tar xvf $CWD/$SRCNAM-$VERSION.tar.?z cd $SRCNAM-$VERSION chown -R root:root . -find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \+ -o \ - \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+ +find . ! -type l -a \ + \( -perm /111 -a ! -perm 755 -a -exec chmod -f 755 {} + \) -o \ + \( ! -perm /111 -a ! -perm 644 -a -exec chmod -f 644 {} + \) python3 -m build --no-isolation python3 -m installer -d "$PKG" dist/*.whl diff --git a/python/python3-exceptiongroup/python3-exceptiongroup.info b/python/python3-exceptiongroup/python3-exceptiongroup.info index df682acfb0..7d429ef8b8 100644 --- a/python/python3-exceptiongroup/python3-exceptiongroup.info +++ b/python/python3-exceptiongroup/python3-exceptiongroup.info @@ -1,8 +1,8 @@ PRGNAM="python3-exceptiongroup" -VERSION="1.3.0" +VERSION="1.3.1" HOMEPAGE="https://github.com/agronholm/exceptiongroup" -DOWNLOAD="https://files.pythonhosted.org/packages/source/e/exceptiongroup/exceptiongroup-1.3.0.tar.gz" -MD5SUM="85af34d4754844f5becff4fb0f9f87e2" +DOWNLOAD="https://files.pythonhosted.org/packages/source/e/exceptiongroup/exceptiongroup-1.3.1.tar.gz" +MD5SUM="f88685ec75c5715111d65aeae28c9322" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-flit_scm python3-typing-extensions" -- cgit v1.2.3