package/python-fastapi: bump to 0.115.12

Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
This commit is contained in:
Marcus Hoffmann
2025-05-14 17:12:35 +02:00
committed by Arnout Vandecappelle
parent 0814b614c2
commit 873e1d658a
3 changed files with 5 additions and 5 deletions

View File

@@ -8,4 +8,4 @@ config BR2_PACKAGE_PYTHON_FASTAPI
FastAPI framework, high performance, easy to learn, fast to
code, ready for production.
https://github.com/tiangolo/fastapi
https://github.com/fastapi/fastapi

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/fastapi/json
md5 38428aff025530f61cd5b10efd764229 fastapi-0.115.8.tar.gz
sha256 0ce9111231720190473e222cdf0f07f7206ad7e53ea02beb1d2dc36e2f0741e9 fastapi-0.115.8.tar.gz
md5 af68daf64073e04653b314a895aee297 fastapi-0.115.12.tar.gz
sha256 1e2c2a2646905f9e83d32f04a3f86aff4a286669c6c950ca95b5fd68c2602681 fastapi-0.115.12.tar.gz
# Locally computed sha256 checksums
sha256 4ec89ffc81485b97fec584b2d4a961032eeffe834453894fd9c1274906cc744e LICENSE

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_FASTAPI_VERSION = 0.115.8
PYTHON_FASTAPI_VERSION = 0.115.12
PYTHON_FASTAPI_SOURCE = fastapi-$(PYTHON_FASTAPI_VERSION).tar.gz
PYTHON_FASTAPI_SITE = https://files.pythonhosted.org/packages/a2/b2/5a5dc4affdb6661dea100324e19a7721d5dc524b464fe8e366c093fd7d87
PYTHON_FASTAPI_SITE = https://files.pythonhosted.org/packages/f4/55/ae499352d82338331ca1e28c7f4a63bfd09479b16395dce38cf50a39e2c2
PYTHON_FASTAPI_SETUP_TYPE = pep517
PYTHON_FASTAPI_LICENSE = MIT
PYTHON_FASTAPI_LICENSE_FILES = LICENSE