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

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2024-02-23 08:11:36 -07:00 committed by Willy Sudiarto Raharjo
parent 15527ef531
commit a4461b097b
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.14.6}
VERSION=${VERSION:-2.16.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="python3-pydantic-core"
VERSION="2.14.6"
VERSION="2.16.3"
HOMEPAGE="https://github.com/pydantic/pydantic-core"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pydantic-core/pydantic_core-2.14.6.tar.gz \
https://slackware.uk/~fourtysixandtwo/src/pydantic_core-vendored-sources-2.14.6-1.tar.xz"
MD5SUM="8d279adb88516627b64ab2196ab9b1f9 \
ef915c1049d2f9b1e4d51a628504279c"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pydantic-core/pydantic_core-2.16.3.tar.gz \
https://slackware.uk/~fourtysixandtwo/src/pydantic_core-vendored-sources-2.16.3-1.tar.xz"
MD5SUM="00ba6d00d049179e785658e2a281e99f \
48df40b438e039cd89f1964279bd1fbc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-maturin python3-hatchling"