python/python3-pydantic-core: Updated for version 2.20.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2024-07-28 09:19:32 -06:00 committed by Willy Sudiarto Raharjo
parent e97bc430d4
commit af2e3700b6
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View File

@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-pydantic-core
SRCNAM=pydantic_core
VERSION=${VERSION:-2.19.0}
VERSION=${VERSION:-2.20.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="python3-pydantic-core"
VERSION="2.19.0"
VERSION="2.20.1"
HOMEPAGE="https://github.com/pydantic/pydantic-core"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pydantic-core/pydantic_core-2.19.0.tar.gz \
https://slackware.uk/~fourtysixandtwo/src/pydantic_core-vendored-sources-2.19.0-1.tar.xz"
MD5SUM="037c620103f13abd1c6a8988cd7a55c9 \
9020b171db85ffff3ad2147576e430cd"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pydantic-core/pydantic_core-2.20.1.tar.gz \
https://slackware.uk/~fourtysixandtwo/src/pydantic_core-vendored-sources-2.20.1-1.tar.xz"
MD5SUM="55b6b95808ee4d1e3b08ae654ca2acf8 \
3f5512a618b3f74dcfc618246d764496"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-maturin python3-hatchling"