diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-02-16 12:31:27 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-17 09:07:09 +0700 |
commit | dbb8db7526a243f4c96a2189ab754c17fd16f98a (patch) | |
tree | e3cf7ce618f57707e31844661735faeb167e3d1e /python/python3-threadpoolctl/python3-threadpoolctl.SlackBuild | |
parent | 46d187d078f7ce6795f06f4a4a1568eaae493d7a (diff) |
python/python3-threadpoolctl: Updated for version 3.3.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-threadpoolctl/python3-threadpoolctl.SlackBuild b/python/python3-threadpoolctl/python3-threadpoolctl.SlackBuild index 32df7d612a..f5300c978d 100644 --- a/python/python3-threadpoolctl/python3-threadpoolctl.SlackBuild +++ b/python/python3-threadpoolctl/python3-threadpoolctl.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for python3-threadpoolctl # Copyright 2022 Isaac Yu <isaacyu@protonmail.com> -# Copyright 2023 Jeremy Hansen <jebrhansen+SBo@gmail.com> +# Copyright 2023-2024 Jeremy Hansen <jebrhansen+SBo@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-threadpoolctl SRCNAM=threadpoolctl -VERSION=${VERSION:-3.2.0} +VERSION=${VERSION:-3.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |