mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/python-pydantic: bump to version 2.8.2
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
061b5806d1
commit
ad0d6d468c
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/pydantic/json
|
||||
md5 38edaad5e8687f1b238577ee05a4c968 pydantic-2.8.0.tar.gz
|
||||
sha256 d970ffb9d030b710795878940bd0489842c638e7252fc4a19c3ae2f7da4d6141 pydantic-2.8.0.tar.gz
|
||||
md5 940d760de174d3567d4f5be28fd215f5 pydantic-2.8.2.tar.gz
|
||||
sha256 6f62c13d067b0755ad1c21a34bdd06c0c12625a22b0fc09c6b149816604f7c2a pydantic-2.8.2.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 a9e186f3ca16b5eef84318e7a701721351a00cb7b8ae3a4394b67b49e3529ef3 LICENSE
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYDANTIC_VERSION = 2.8.0
|
||||
PYTHON_PYDANTIC_VERSION = 2.8.2
|
||||
PYTHON_PYDANTIC_SOURCE = pydantic-$(PYTHON_PYDANTIC_VERSION).tar.gz
|
||||
PYTHON_PYDANTIC_SITE = https://files.pythonhosted.org/packages/8b/7b/23dc30fba5793d7be3307f33bebb36e08f78f8af9c03fce608833f01bebd
|
||||
PYTHON_PYDANTIC_SITE = https://files.pythonhosted.org/packages/8c/99/d0a5dca411e0a017762258013ba9905cd6e7baa9a3fd1fe8b6529472902e
|
||||
PYTHON_PYDANTIC_SETUP_TYPE = pep517
|
||||
PYTHON_PYDANTIC_LICENSE = MIT
|
||||
PYTHON_PYDANTIC_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user