diff options
author | 2025-06-05 17:04:33 -0600 | |
---|---|---|
committer | 2025-06-07 12:27:17 +0700 | |
commit | 566297ec0d7564249c455fa16f37b9201820e566 (patch) | |
tree | 0f6831a6a64c9b7373b906835e07d38829445b2a /python | |
parent | 5a7a2e9ad54bbb6e60b596e7cbbb1ebecfa8ff75 (diff) | |
download | slackbuilds-566297ec0d7564249c455fa16f37b9201820e566.tar.gz slackbuilds-566297ec0d7564249c455fa16f37b9201820e566.tar.xz |
python/python3-typeguard: Updated for version 4.4.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-typeguard/python3-typeguard.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-typeguard/python3-typeguard.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-typeguard/python3-typeguard.SlackBuild b/python/python3-typeguard/python3-typeguard.SlackBuild index f1edba1331..d4bf4a3f97 100644 --- a/python/python3-typeguard/python3-typeguard.SlackBuild +++ b/python/python3-typeguard/python3-typeguard.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-typeguard SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-4.4.2} +VERSION=${VERSION:-4.4.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-typeguard/python3-typeguard.info b/python/python3-typeguard/python3-typeguard.info index e6fb07a14a..08fc5dee72 100644 --- a/python/python3-typeguard/python3-typeguard.info +++ b/python/python3-typeguard/python3-typeguard.info @@ -1,8 +1,8 @@ PRGNAM="python3-typeguard" -VERSION="4.4.2" +VERSION="4.4.3" HOMEPAGE="https://github.com/agronholm/typeguard" -DOWNLOAD="https://files.pythonhosted.org/packages/source/t/typeguard/typeguard-4.4.2.tar.gz" -MD5SUM="6d58b856f3abf75963afa1884fb57d37" +DOWNLOAD="https://files.pythonhosted.org/packages/source/t/typeguard/typeguard-4.4.3.tar.gz" +MD5SUM="e6a31d0c142ea1ede6802e6d600b6197" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-setuptools-scm-opt" |