python/typing-extensions: Version bump to 4.12.2

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2024-06-24 17:17:04 -07:00 committed by Willy Sudiarto Raharjo
parent 76d5e4261f
commit 45dc077fd6
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=typing-extensions
PKGNAM=typing_extensions
VERSION=${VERSION:-4.11.0}
VERSION=${VERSION:-4.12.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="typing-extensions"
VERSION="4.11.0"
VERSION="4.12.2"
HOMEPAGE="https://pypi.org/project/typing-extensions/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/typing_extensions/typing_extensions-4.11.0.tar.gz"
MD5SUM="6b89642c3d08d034dbc9f3d97c6d735d"
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/typing_extensions/typing_extensions-4.12.2.tar.gz"
MD5SUM="cf64c2313f5fa5eb04c1deb3fc93abe9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-build"