diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-11-19 19:00:17 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-23 10:50:46 +0700 |
commit | f77b9c535d29ce5953be89917a5c7bfef93f95ac (patch) | |
tree | 67be40ad19886c9063eccd073b3cd5ec9ff40836 /python | |
parent | 8f4ddf5157c8b676152a4ea52f03e00145ecbcd6 (diff) |
python/python3-pydantic: Updated for version 2.10.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-pydantic/python3-pydantic.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-pydantic/python3-pydantic.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-pydantic/python3-pydantic.SlackBuild b/python/python3-pydantic/python3-pydantic.SlackBuild index 42fc483fa9479..3ee5547fc419c 100644 --- a/python/python3-pydantic/python3-pydantic.SlackBuild +++ b/python/python3-pydantic/python3-pydantic.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pydantic SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-2.9.1} +VERSION=${VERSION:-2.10.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-pydantic/python3-pydantic.info b/python/python3-pydantic/python3-pydantic.info index 5576384427135..5df859571c90f 100644 --- a/python/python3-pydantic/python3-pydantic.info +++ b/python/python3-pydantic/python3-pydantic.info @@ -1,8 +1,8 @@ PRGNAM="python3-pydantic" -VERSION="2.9.1" +VERSION="2.10.1" HOMEPAGE="https://github.com/pydantic/pydantic" -DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pydantic/pydantic-2.9.1.tar.gz" -MD5SUM="bb48eef1bb7dd93b180b6a285435d95d" +DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pydantic/pydantic-2.10.1.tar.gz" +MD5SUM="dad25151c498966633e7c9c7bbf34117" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-annotated-types python3-pydantic-core python3-hatch_fancy_pypi_readme" |