diff options
author | 2025-05-03 20:03:29 -0700 | |
---|---|---|
committer | 2025-05-10 12:09:02 +0700 | |
commit | 8612268c730bdb6589fe5d6c99db60f948c888ad (patch) | |
tree | 599b48533b8fc343c8db7acc8b6540afc41144cb | |
parent | 1bde87f33a8af344356e971555df88e4b21a4398 (diff) | |
download | slackbuilds-8612268c730bdb6589fe5d6c99db60f948c888ad.tar.gz slackbuilds-8612268c730bdb6589fe5d6c99db60f948c888ad.tar.xz |
python/python3-joblib: Version bump to 1.5.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-joblib/python3-joblib.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-joblib/python3-joblib.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-joblib/python3-joblib.SlackBuild b/python/python3-joblib/python3-joblib.SlackBuild index 066b0d438c..2f4372905a 100644 --- a/python/python3-joblib/python3-joblib.SlackBuild +++ b/python/python3-joblib/python3-joblib.SlackBuild @@ -4,7 +4,7 @@ # Copyright 2019-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # Copyright 2022 Isaac Yu <isaacyu@protonmail.com> -# Copyright 2023-2024 Jeremy Hansen <jebrhansen+SBo@gmail.com> +# Copyright 2023-2025 Jeremy Hansen <jebrhansen+SBo@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-joblib SRCNAM=joblib -VERSION=${VERSION:-1.4.2} +VERSION=${VERSION:-1.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-joblib/python3-joblib.info b/python/python3-joblib/python3-joblib.info index 33becc4974..77cc692217 100644 --- a/python/python3-joblib/python3-joblib.info +++ b/python/python3-joblib/python3-joblib.info @@ -1,8 +1,8 @@ PRGNAM="python3-joblib" -VERSION="1.4.2" +VERSION="1.5.0" HOMEPAGE="https://joblib.readthedocs.io/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/j/joblib/joblib-1.4.2.tar.gz" -MD5SUM="979072af26696c75dc90b6c9db73c51b" +DOWNLOAD="https://files.pythonhosted.org/packages/source/j/joblib/joblib-1.5.0.tar.gz" +MD5SUM="9a0f8115ef727e5c4b960ce8b74eab19" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-setuptools-opt" |