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/python3-threadpoolctl.SlackBuild | |
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/python3-threadpoolctl.SlackBuild')
-rw-r--r-- | python/python3-threadpoolctl/python3-threadpoolctl.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/python3-threadpoolctl/python3-threadpoolctl.SlackBuild b/python/python3-threadpoolctl/python3-threadpoolctl.SlackBuild index 6ca5d45bf2..b62b6718db 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} |