aboutsummaryrefslogtreecommitdiff
path: root/python/python3-lz4
diff options
context:
space:
mode:
authorBarry J. Grundy <bgrundyat>2024-08-22 20:35:52 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-08-22 21:09:05 +0700
commitfcc357ff7fe8701bfaaaba7e1b33f9103f6e619b (patch)
tree098e3d0edda82b92d216c5cafea085e10e3d10ac /python/python3-lz4
parent616018ece228bf31cb21d26b8a84793bc41f707d (diff)
python/python3-lz4: Updated for version 4.3.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-lz4')
-rw-r--r--python/python3-lz4/python3-lz4.SlackBuild6
-rw-r--r--python/python3-lz4/python3-lz4.info8
2 files changed, 7 insertions, 7 deletions
diff --git a/python/python3-lz4/python3-lz4.SlackBuild b/python/python3-lz4/python3-lz4.SlackBuild
index 334ed8da02..747312b0b8 100644
--- a/python/python3-lz4/python3-lz4.SlackBuild
+++ b/python/python3-lz4/python3-lz4.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python3-lz4
#
-# Copyright 2022-2023, Barry J. Grundy
+# Copyright 2022-2024, Barry J. Grundy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -22,13 +22,13 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# Updated for version v4.3.2 July 2023
+# Updated for version v4.3.3 August 2024
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-lz4
TARNAM=lz4
-VERSION=${VERSION:-4.3.2}
+VERSION=${VERSION:-4.3.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/python3-lz4/python3-lz4.info b/python/python3-lz4/python3-lz4.info
index 69134f29ef..d9b0772d6c 100644
--- a/python/python3-lz4/python3-lz4.info
+++ b/python/python3-lz4/python3-lz4.info
@@ -1,10 +1,10 @@
PRGNAM="python3-lz4"
-VERSION="4.3.2"
+VERSION="4.3.3"
HOMEPAGE="https://github.com/python-lz4/python-lz4"
-DOWNLOAD="https://files.pythonhosted.org/packages/9f/54/32b2d68d25b80ae4037cd1c68b8a6a28c6753cba3632cbf6d64bebd2b200/lz4-4.3.2.tar.gz"
-MD5SUM="12bf7614d70e36f8c3317cd11b5955ad"
+DOWNLOAD="https://files.pythonhosted.org/packages/a4/31/ec1259ca8ad11568abaf090a7da719616ca96b60d097ccc5799cd0ff599c/lz4-4.3.3.tar.gz"
+MD5SUM="8d4477a96cfe82e419bb895d73dccfb7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-wheel python3-pkgconfig"
+REQUIRES="python3-tox python3-pytest python3-pytest-runner python3-pkgconfig"
MAINTAINER="Barry J. Grundy"
EMAIL="bgrundy<at>linuxleo.com"