diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-02-24 07:37:44 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-02 09:19:52 +0700 |
commit | 861d3253dea9ea664b73f0e4950ef7cf72e58b1c (patch) | |
tree | bfd23b761e4b51cd2a401c8c3b3a3942285d57a4 | |
parent | a9b3ab427292df7a788558313611ac2c1abe290b (diff) |
python/python3-pydantic: Updated for version 2.6.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 79d6ef1da9a7..9243d8673b83 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.6.1} +VERSION=${VERSION:-2.6.2} 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 ae5c97c918a7..02ac87bb555b 100644 --- a/python/python3-pydantic/python3-pydantic.info +++ b/python/python3-pydantic/python3-pydantic.info @@ -1,8 +1,8 @@ PRGNAM="python3-pydantic" -VERSION="2.6.1" +VERSION="2.6.2" HOMEPAGE="https://github.com/pydantic/pydantic" -DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pydantic/pydantic-2.6.1.tar.gz" -MD5SUM="aa07cde95ec4cb2e428cac34ca7e66a7" +DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pydantic/pydantic-2.6.2.tar.gz" +MD5SUM="f07f11534e715f71a5ae91418a291ce9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-annotated-types python3-pydantic-core python3-hatch_fancy_pypi_readme" |