mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 13:18:36 -09:00
package/python-pydantic: bump to version 2.13.3
This patch also included the versions with the corresponding changelogs: v2.13.0b1: https://github.com/pydantic/pydantic/releases/tag/v2.13.0b1 v2.13.0b2: https://github.com/pydantic/pydantic/releases/tag/v2.13.0b2 v2.13.0b3: https://github.com/pydantic/pydantic/releases/tag/v2.13.0b3 v2.13.0: https://github.com/pydantic/pydantic/releases/tag/v2.13.0 v2.13.1: https://github.com/pydantic/pydantic/releases/tag/v2.13.1 v2.13.2: https://github.com/pydantic/pydantic/releases/tag/v2.13.2 v2.13.3: https://github.com/pydantic/pydantic/releases/tag/v2.13.3 Signed-off-by: Manuel Diener <manuel.diener@oss.othermo.de> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
84c0cb6e9d
commit
c87b654e41
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/pydantic/json
|
||||
md5 beb5176b58bf266a874ab4d085cdb766 pydantic-2.12.5.tar.gz
|
||||
sha256 4d351024c75c0f085a9febbb665ce8c0c6ec5d30e903bdb6394b7ede26aebb49 pydantic-2.12.5.tar.gz
|
||||
md5 a6b8098934bfca79f0d99334f975c22a pydantic-2.13.3.tar.gz
|
||||
sha256 af09e9d1d09f4e7fe37145c1f577e1d61ceb9a41924bf0094a36506285d0a84d pydantic-2.13.3.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 a9e186f3ca16b5eef84318e7a701721351a00cb7b8ae3a4394b67b49e3529ef3 LICENSE
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYDANTIC_VERSION = 2.12.5
|
||||
PYTHON_PYDANTIC_VERSION = 2.13.3
|
||||
PYTHON_PYDANTIC_SOURCE = pydantic-$(PYTHON_PYDANTIC_VERSION).tar.gz
|
||||
PYTHON_PYDANTIC_SITE = https://files.pythonhosted.org/packages/69/44/36f1a6e523abc58ae5f928898e4aca2e0ea509b5aa6f6f392a5d882be928
|
||||
PYTHON_PYDANTIC_SITE = https://files.pythonhosted.org/packages/d9/e4/40d09941a2cebcb20609b86a559817d5b9291c49dd6f8c87e5feffbe703a
|
||||
PYTHON_PYDANTIC_SETUP_TYPE = hatch
|
||||
PYTHON_PYDANTIC_LICENSE = MIT
|
||||
PYTHON_PYDANTIC_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user