python/mypy: Updated for version 1.11.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Tim Dickson 2024-08-27 19:08:05 +07:00 committed by Willy Sudiarto Raharjo
parent 3f5d16eb53
commit 0bca3391f5
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -29,7 +29,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=mypy
VERSION=${VERSION:-1.11.1}
VERSION=${VERSION:-1.11.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="mypy"
VERSION="1.11.1"
VERSION="1.11.2"
HOMEPAGE="https://github.com/python/mypy"
DOWNLOAD="https://files.pythonhosted.org/packages/b6/9c/a4b3bda53823439cf395db8ecdda6229a83f9bf201714a68a15190bb2919/mypy-1.11.1.tar.gz"
MD5SUM="b18d5076ae7a489d7668603a41402ef0"
DOWNLOAD="https://files.pythonhosted.org/packages/5c/86/5d7cbc4974fd564550b80fbb8103c05501ea11aa7835edf3351d90095896/mypy-1.11.2.tar.gz"
MD5SUM="2d9412e8d8d778842ef73ea89f954e26"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="typing-extensions mypy_extensions"