package/python-pydantic: bump to 2.12.5

Release Notes: https://github.com/pydantic/pydantic-core/releases/tag/v2.41.5

No bump of pydantic-core as the version requirement didn't change.

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-12-05 13:21:21 +01:00
committed by Julien Olivain
parent 45a8ed1ef9
commit 21ba521c5e
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 ae668857700cf7db44db2d3492aadf56 pydantic-2.12.4.tar.gz
sha256 0f8cb9555000a4b5b617f66bfd2566264c4984b27589d3b845685983e8ea85ac pydantic-2.12.4.tar.gz
md5 beb5176b58bf266a874ab4d085cdb766 pydantic-2.12.5.tar.gz
sha256 4d351024c75c0f085a9febbb665ce8c0c6ec5d30e903bdb6394b7ede26aebb49 pydantic-2.12.5.tar.gz
# Locally computed sha256 checksums
sha256 a9e186f3ca16b5eef84318e7a701721351a00cb7b8ae3a4394b67b49e3529ef3 LICENSE

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_PYDANTIC_VERSION = 2.12.4
PYTHON_PYDANTIC_VERSION = 2.12.5
PYTHON_PYDANTIC_SOURCE = pydantic-$(PYTHON_PYDANTIC_VERSION).tar.gz
PYTHON_PYDANTIC_SITE = https://files.pythonhosted.org/packages/96/ad/a17bc283d7d81837c061c49e3eaa27a45991759a1b7eae1031921c6bd924
PYTHON_PYDANTIC_SITE = https://files.pythonhosted.org/packages/69/44/36f1a6e523abc58ae5f928898e4aca2e0ea509b5aa6f6f392a5d882be928
PYTHON_PYDANTIC_SETUP_TYPE = hatch
PYTHON_PYDANTIC_LICENSE = MIT
PYTHON_PYDANTIC_LICENSE_FILES = LICENSE