mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/python-pydantic: bump to version 2.9.0
pyproject.toml declared the tzdata package as a required dependency, but this is in fact only needed on win32. This was fixed upstream [1]. Since we don't actually check the runtime dependencies from pyproject.toml, we don't need to do anything in Buildroot. [1] https://github.com/pydantic/pydantic/pull/10331 Signed-off-by: James Hilliard <james.hilliard1@gmail.com> [Arnout: remove tzdata runtime dependency] Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
f85074ec4e
commit
ae40223b5d
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/pydantic/json
|
||||
md5 940d760de174d3567d4f5be28fd215f5 pydantic-2.8.2.tar.gz
|
||||
sha256 6f62c13d067b0755ad1c21a34bdd06c0c12625a22b0fc09c6b149816604f7c2a pydantic-2.8.2.tar.gz
|
||||
md5 f328e2d6c3d511a81e358aac6a8636b6 pydantic-2.9.0.tar.gz
|
||||
sha256 c7a8a9fdf7d100afa49647eae340e2d23efa382466a8d177efcd1381e9be5598 pydantic-2.9.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 a9e186f3ca16b5eef84318e7a701721351a00cb7b8ae3a4394b67b49e3529ef3 LICENSE
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYDANTIC_VERSION = 2.8.2
|
||||
PYTHON_PYDANTIC_VERSION = 2.9.0
|
||||
PYTHON_PYDANTIC_SOURCE = pydantic-$(PYTHON_PYDANTIC_VERSION).tar.gz
|
||||
PYTHON_PYDANTIC_SITE = https://files.pythonhosted.org/packages/8c/99/d0a5dca411e0a017762258013ba9905cd6e7baa9a3fd1fe8b6529472902e
|
||||
PYTHON_PYDANTIC_SITE = https://files.pythonhosted.org/packages/f6/8f/3b9f7a38caa3fa0bcb3cea7ee9958e89a9a6efc0e6f51fd6096f24cac140
|
||||
PYTHON_PYDANTIC_SETUP_TYPE = pep517
|
||||
PYTHON_PYDANTIC_LICENSE = MIT
|
||||
PYTHON_PYDANTIC_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user