diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2023-09-08 13:19:18 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-09 06:32:52 +0700 |
commit | 64103781f2fc31029d9a2bc6ba1e5d36468c492d (patch) | |
tree | c3a19341f375199ada09be4832b90958ca6aaa97 /python/python3-threadpoolctl | |
parent | 9ec861b92f9dcd782c0243ba0bbc15a7da18e107 (diff) |
python/python3-threadpoolctl: Version bump to 3.2.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-threadpoolctl')
-rw-r--r-- | python/python3-threadpoolctl/python3-threadpoolctl.SlackBuild | 3 | ||||
-rw-r--r-- | python/python3-threadpoolctl/python3-threadpoolctl.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/python/python3-threadpoolctl/python3-threadpoolctl.SlackBuild b/python/python3-threadpoolctl/python3-threadpoolctl.SlackBuild index 6ca5d45bf2db..b62b6718db89 100644 --- a/python/python3-threadpoolctl/python3-threadpoolctl.SlackBuild +++ b/python/python3-threadpoolctl/python3-threadpoolctl.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for python3-threadpoolctl # Copyright 2022 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2023 Jeremy Hansen <jebrhansen+SBo@gmail.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=python3-threadpoolctl -VERSION=${VERSION:-3.1.0} +VERSION=${VERSION:-3.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-threadpoolctl/python3-threadpoolctl.info b/python/python3-threadpoolctl/python3-threadpoolctl.info index 2be6164de5a8..2c436c6607e6 100644 --- a/python/python3-threadpoolctl/python3-threadpoolctl.info +++ b/python/python3-threadpoolctl/python3-threadpoolctl.info @@ -1,8 +1,8 @@ PRGNAM="python3-threadpoolctl" -VERSION="3.1.0" +VERSION="3.2.0" HOMEPAGE="https://github.com/joblib/threadpoolctl/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/t/threadpoolctl/threadpoolctl-3.1.0.tar.gz" -MD5SUM="e278b89038d9c9b39e7afafb8f5f87a3" +DOWNLOAD="https://files.pythonhosted.org/packages/source/t/threadpoolctl/threadpoolctl-3.2.0.tar.gz" +MD5SUM="b1d5f56e410df7022c38883d51b6a24c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-build" |