diff options
author | Christoph Willing <chris.willing@linux.com> | 2023-06-26 10:39:12 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-02 23:21:22 +0700 |
commit | 271d2bc0cf9dcc4a60a8985a0b50936382a13be7 (patch) | |
tree | 3f25442dc1e1894e743e7d5434a1fcc416864922 /python | |
parent | 2e0258ad4eb3472473e28290c0891364a9fbaddd (diff) |
python/python3-pyzmq: Updated for version 25.1.0
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-pyzmq/python3-pyzmq.SlackBuild | 6 | ||||
-rw-r--r-- | python/python3-pyzmq/python3-pyzmq.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/python3-pyzmq/python3-pyzmq.SlackBuild b/python/python3-pyzmq/python3-pyzmq.SlackBuild index fa60425802879..8c303b85ad558 100644 --- a/python/python3-pyzmq/python3-pyzmq.SlackBuild +++ b/python/python3-pyzmq/python3-pyzmq.SlackBuild @@ -3,7 +3,7 @@ # SlackBuild script for python3-pyzmq # Copyright 2013 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> -# Copyright 2016-2022 Christoph Willing Brisbane, Australia +# Copyright 2016-2023 Christoph Willing Brisbane, Australia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pyzmq SRCNAM=pyzmq -VERSION=${VERSION:-24.0.1} +VERSION=${VERSION:-25.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -84,7 +84,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS.md COPYING.BSD COPYING.LESSER README.md $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS.md LICENSE.BSD LICENSE.LESSER README.md SECURITY.md $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/python/python3-pyzmq/python3-pyzmq.info b/python/python3-pyzmq/python3-pyzmq.info index 18b5cd131eade..6deea951ebac5 100644 --- a/python/python3-pyzmq/python3-pyzmq.info +++ b/python/python3-pyzmq/python3-pyzmq.info @@ -1,8 +1,8 @@ PRGNAM="python3-pyzmq" -VERSION="24.0.1" +VERSION="25.1.0" HOMEPAGE="https://github.com/zeromq/pyzmq" -DOWNLOAD="https://github.com/zeromq/pyzmq/archive/v24.0.1/pyzmq-24.0.1.tar.gz" -MD5SUM="b5e80d8d41d20850038c9bf006da3123" +DOWNLOAD="https://github.com/zeromq/pyzmq/archive/v25.1.0/pyzmq-25.1.0.tar.gz" +MD5SUM="8e5105167a8aa6f9d589c38d8410769e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="zeromq" |