diff options
author | 2025-05-23 10:27:18 -0600 | |
---|---|---|
committer | 2025-05-24 15:03:54 +0700 | |
commit | 783d10abfa2ea4cbba4f7b3ed60fe782d13f4c20 (patch) | |
tree | 97973176c8dcc4ae970ef79053292ddbb0888820 /python | |
parent | 9e7a25db966fa6981c61f4aac44d5ca0840ad4c7 (diff) | |
download | slackbuilds-783d10abfa2ea4cbba4f7b3ed60fe782d13f4c20.tar.gz slackbuilds-783d10abfa2ea4cbba4f7b3ed60fe782d13f4c20.tar.xz |
python/python3-pydantic: Updated for version 2.11.5.
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 df60ee58e9..5b5be84372 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.11.4} +VERSION=${VERSION:-2.11.5} 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 2c5b63bbef..dfb210f3c7 100644 --- a/python/python3-pydantic/python3-pydantic.info +++ b/python/python3-pydantic/python3-pydantic.info @@ -1,8 +1,8 @@ PRGNAM="python3-pydantic" -VERSION="2.11.4" +VERSION="2.11.5" HOMEPAGE="https://github.com/pydantic/pydantic" -DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pydantic/pydantic-2.11.4.tar.gz" -MD5SUM="13bdd5856e805abdce75516cdb98935f" +DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pydantic/pydantic-2.11.5.tar.gz" +MD5SUM="85a84b0930556794ba1e95aa6313c071" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-annotated-types python3-pydantic-core python3-hatch_fancy_pypi_readme python3-typing-inspection" |