package/python-pydantic: bump to version 2.11.5

Bugfix release for 2.11:
https://docs.pydantic.dev/latest/changelog/#v2115-2025-05-22

Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Marcus Hoffmann
2025-05-23 12:47:40 +02:00
committed by Julien Olivain
parent e05648d133
commit 2fc34cea2e
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/pydantic/json
md5 13bdd5856e805abdce75516cdb98935f pydantic-2.11.4.tar.gz
sha256 32738d19d63a226a52eed76645a98ee07c1f410ee41d93b4afbfa85ed8111c2d pydantic-2.11.4.tar.gz
md5 85a84b0930556794ba1e95aa6313c071 pydantic-2.11.5.tar.gz
sha256 7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a pydantic-2.11.5.tar.gz
# Locally computed sha256 checksums
sha256 a9e186f3ca16b5eef84318e7a701721351a00cb7b8ae3a4394b67b49e3529ef3 LICENSE

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_PYDANTIC_VERSION = 2.11.4
PYTHON_PYDANTIC_VERSION = 2.11.5
PYTHON_PYDANTIC_SOURCE = pydantic-$(PYTHON_PYDANTIC_VERSION).tar.gz
PYTHON_PYDANTIC_SITE = https://files.pythonhosted.org/packages/77/ab/5250d56ad03884ab5efd07f734203943c8a8ab40d551e208af81d0257bf2
PYTHON_PYDANTIC_SITE = https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb
PYTHON_PYDANTIC_SETUP_TYPE = hatch
PYTHON_PYDANTIC_LICENSE = MIT
PYTHON_PYDANTIC_LICENSE_FILES = LICENSE