python/python3-pydantic: Updated for version 1.10.7.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2023-04-10 08:39:36 -06:00 committed by Willy Sudiarto Raharjo
parent c666065a75
commit a53ed14161
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-pydantic
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
VERSION=${VERSION:-1.10.4}
VERSION=${VERSION:-1.10.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-pydantic"
VERSION="1.10.4"
VERSION="1.10.7"
HOMEPAGE="https://github.com/pydantic/pydantic"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pydantic/pydantic-1.10.4.tar.gz"
MD5SUM="2e036b5f993b93dd83f6a7009252ae78"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pydantic/pydantic-1.10.7.tar.gz"
MD5SUM="4279a3a76b4c287b444d7ce37fed02c2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-installer python3-build wheel typing-extensions"