mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/python-fastapi: bump to 0.115.12
Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
(cherry picked from commit 873e1d658a)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
1647e01b8a
commit
a59c8ede21
@@ -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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/fastapi/json
|
||||
md5 294d889a46608f0a7d614f463aa3d2ce fastapi-0.115.7.tar.gz
|
||||
sha256 0f106da6c01d88a6786b3248fb4d7a940d071f6f488488898ad5d354b25ed015 fastapi-0.115.7.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
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_FASTAPI_VERSION = 0.115.7
|
||||
PYTHON_FASTAPI_VERSION = 0.115.12
|
||||
PYTHON_FASTAPI_SOURCE = fastapi-$(PYTHON_FASTAPI_VERSION).tar.gz
|
||||
PYTHON_FASTAPI_SITE = https://files.pythonhosted.org/packages/a2/f5/3f921e59f189e513adb9aef826e2841672d50a399fead4e69afdeb808ff4
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user