mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/python-pydantic-core: bump to version 2.46.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
c87b654e41
commit
872a781c0c
@@ -1,4 +1,4 @@
|
||||
# Locally calculated after vendoring
|
||||
sha256 cc643029337df7a2e90799cedbd75fef0636c6a467e74d22f4dfec4c1959359e python-pydantic-core-2.41.5-cargo5.tar.gz
|
||||
sha256 26c3aeb21c7cc215b360611ef01fec1072ce49e2ea710b1cf340848cb944f9fe python-pydantic-core-2.46.3-cargo5.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 2afdd30d54b4d62b6f488a6bcc1546e84ec5061f13f4209c03d012348783795a LICENSE
|
||||
|
||||
@@ -6,10 +6,10 @@
|
||||
|
||||
# python-pydantic pins an exact version of pydantic-core in pyproject.toml,
|
||||
# make sure to sync pydantic-core to this version when updating pydantic
|
||||
PYTHON_PYDANTIC_CORE_VERSION = 2.41.5
|
||||
PYTHON_PYDANTIC_CORE_VERSION = 2.46.3
|
||||
PYTHON_PYDANTIC_CORE_SOURCE_PYPI = pydantic_core-$(PYTHON_PYDANTIC_CORE_VERSION).tar.gz
|
||||
PYTHON_PYDANTIC_CORE_SITE = $(PYTHON_PYDANTIC_CORE_SITE_PYPI)/$(PYTHON_PYDANTIC_CORE_SOURCE_PYPI)?buildroot-path=filename
|
||||
PYTHON_PYDANTIC_CORE_SITE_PYPI = https://files.pythonhosted.org/packages/71/70/23b021c950c2addd24ec408e9ab05d59b035b39d97cdc1130e1bce647bb6
|
||||
PYTHON_PYDANTIC_CORE_SITE_PYPI = https://files.pythonhosted.org/packages/2a/ef/f7abb56c49382a246fd2ce9c799691e3c3e7175ec74b14d99e798bcddb1a
|
||||
PYTHON_PYDANTIC_CORE_SETUP_TYPE = maturin
|
||||
PYTHON_PYDANTIC_CORE_LICENSE = MIT
|
||||
PYTHON_PYDANTIC_CORE_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user