mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/python-pydantic-core: bump to 2.34.1
Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu> [Arnout: update hash for cargo3] Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
9b6e7bf7ee
commit
e42de820cd
@@ -3,6 +3,7 @@ config BR2_PACKAGE_PYTHON_PYDANTIC_CORE
|
||||
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
|
||||
select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
|
||||
help
|
||||
Core validation logic for pydantic written in rust.
|
||||
Core functionality for Pydantic validation and
|
||||
serialization.
|
||||
|
||||
https://github.com/pydantic/pydantic-core
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Locally calculated after vendoring
|
||||
sha256 b3e332ffb9193d9fb08bdd8690ceb1ed787d03e1e7c4a00b069715bb3def1424 python-pydantic-core-2.29.0-cargo3.tar.gz
|
||||
sha256 475e20938b8dd93465a4e9fe9e030dfa51dcf1961d1cb02e3e50889489defd67 python-pydantic-core-2.34.1-cargo3.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 2afdd30d54b4d62b6f488a6bcc1546e84ec5061f13f4209c03d012348783795a LICENSE
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYDANTIC_CORE_VERSION = 2.29.0
|
||||
PYTHON_PYDANTIC_CORE_VERSION = 2.34.1
|
||||
PYTHON_PYDANTIC_CORE_SOURCE_PYPI = pydantic_core-$(PYTHON_PYDANTIC_CORE_VERSION).tar.gz
|
||||
PYTHON_PYDANTIC_CORE_SITE_PYPI = https://files.pythonhosted.org/packages/79/f6/904edea98c98c09b8d618d619749af19a50ea5a71b9199ee2131a5a03dfb
|
||||
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/42/fa/5f682f3db14e14f7b5b7f5008ac24594b93943d1da4facbacff5876624cf
|
||||
PYTHON_PYDANTIC_CORE_SETUP_TYPE = maturin
|
||||
PYTHON_PYDANTIC_CORE_LICENSE = MIT
|
||||
PYTHON_PYDANTIC_CORE_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user