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

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2024-11-19 18:54:04 -07:00 committed by Willy Sudiarto Raharjo
parent 9f40deb7d4
commit 8f4ddf5157
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 7 additions and 7 deletions

View file

@ -28,8 +28,8 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-pydantic-core
SRCNAM=pydantic_core
VERSION=${VERSION:-2.23.3}
BUILD=${BUILD:-2}
VERSION=${VERSION:-2.27.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
VSBUILD=${VSBUILD:-1}

View file

@ -1,10 +1,10 @@
PRGNAM="python3-pydantic-core"
VERSION="2.23.3"
VERSION="2.27.1"
HOMEPAGE="https://github.com/pydantic/pydantic-core"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pydantic-core/pydantic_core-2.23.3.tar.gz \
https://slackware.uk/~fourtysixandtwo/src/pydantic_core-vendored-sources-2.23.3-1.tar.xz"
MD5SUM="4b7939f3e9cc30b62ddc56827f5aae19 \
c51a3bcca46dcd2d6071d83165d84d13"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pydantic-core/pydantic_core-2.27.1.tar.gz \
https://slackware.uk/~fourtysixandtwo/src/pydantic_core-vendored-sources-2.27.1-1.tar.xz"
MD5SUM="e4c770022c806b118d075418e34f54a8 \
d85efdd445f3a791e7f321aa4b7d4384"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-maturin python3-hatchling"