aboutsummaryrefslogtreecommitdiff
path: root/python/python-joblib/python-joblib.SlackBuild
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2022-02-17 00:05:35 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-17 23:10:20 +0700
commit345e969dfc72f3571542d9432cf03d00d78f8e33 (patch)
treed314e85683044b9e886dc5e9124ac395b942f331 /python/python-joblib/python-joblib.SlackBuild
parent6deed80cc65e0a6caaf19d7924d444e40d066773 (diff)
downloadslackbuilds-345e969dfc72f3571542d9432cf03d00d78f8e33.tar.xz
python/python-joblib: Update for 1.1.0 (+new maintainer)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-joblib/python-joblib.SlackBuild')
-rw-r--r--python/python-joblib/python-joblib.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/python-joblib/python-joblib.SlackBuild b/python/python-joblib/python-joblib.SlackBuild
index ddea55a7dc5e..132fec5beebd 100644
--- a/python/python-joblib/python-joblib.SlackBuild
+++ b/python/python-joblib/python-joblib.SlackBuild
@@ -3,6 +3,7 @@
# Slackware build script for python-joblib
# Copyright 2019-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
+# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python-joblib
-VERSION=${VERSION:-0.17.0}
+VERSION=${VERSION:-1.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}