aboutsummaryrefslogtreecommitdiff
path: root/python/python3-websocket-client
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-websocket-client')
-rw-r--r--python/python3-websocket-client/python3-websocket-client.SlackBuild12
-rw-r--r--python/python3-websocket-client/python3-websocket-client.info6
2 files changed, 8 insertions, 10 deletions
diff --git a/python/python3-websocket-client/python3-websocket-client.SlackBuild b/python/python3-websocket-client/python3-websocket-client.SlackBuild
index 43619dfd8f..b8ab6d4835 100644
--- a/python/python3-websocket-client/python3-websocket-client.SlackBuild
+++ b/python/python3-websocket-client/python3-websocket-client.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python3-websocket-client
-# Copyright 2022-2024 fourtysixandtwo <fourtysixandtwo@sliderr.net>
+# Copyright 2022-2025 fourtysixandtwo <fourtysixandtwo@sliderr.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-websocket-client
SRCNAM=websocket_client
-VERSION=${VERSION:-1.8.0}
+VERSION=${VERSION:-1.9.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -57,11 +57,9 @@ rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
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 setup.py install --root=$PKG
diff --git a/python/python3-websocket-client/python3-websocket-client.info b/python/python3-websocket-client/python3-websocket-client.info
index 440327bb85..ab8df0edbb 100644
--- a/python/python3-websocket-client/python3-websocket-client.info
+++ b/python/python3-websocket-client/python3-websocket-client.info
@@ -1,8 +1,8 @@
PRGNAM="python3-websocket-client"
-VERSION="1.8.0"
+VERSION="1.9.0"
HOMEPAGE="https://github.com/websocket-client/websocket-client/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/w/websocket-client/websocket_client-1.8.0.tar.gz"
-MD5SUM="9cffbda9eefb0a17e9c4cda3b7884493"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/w/websocket-client/websocket_client-1.9.0.tar.gz"
+MD5SUM="3e6fd932858e9123d6ef5161e9ce7c46"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""