mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 12:00:48 -09:00
package/python-fastapi: bump to version 0.115.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
5ea294513b
commit
ba7bc88687
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/fastapi/json
|
||||
md5 1be069a4db82af6acedf769e61c2aaeb fastapi-0.115.0.tar.gz
|
||||
sha256 f93b4ca3529a8ebc6fc3fcf710e5efa8de3df9b41570958abf1d97d843138004 fastapi-0.115.0.tar.gz
|
||||
md5 cb1bde7504e7943d869a5d93d999f5bd fastapi-0.115.2.tar.gz
|
||||
sha256 3995739e0b09fa12f984bce8fa9ae197b35d433750d3d312422d846e283697ee fastapi-0.115.2.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 4ec89ffc81485b97fec584b2d4a961032eeffe834453894fd9c1274906cc744e LICENSE
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_FASTAPI_VERSION = 0.115.0
|
||||
PYTHON_FASTAPI_VERSION = 0.115.2
|
||||
PYTHON_FASTAPI_SOURCE = fastapi-$(PYTHON_FASTAPI_VERSION).tar.gz
|
||||
PYTHON_FASTAPI_SITE = https://files.pythonhosted.org/packages/7b/5e/bf0471f14bf6ebfbee8208148a3396d1a23298531a6cc10776c59f4c0f87
|
||||
PYTHON_FASTAPI_SITE = https://files.pythonhosted.org/packages/22/fa/19e3c7c9b31ac291987c82e959f36f88840bea183fa3dc3bb654669f19c1
|
||||
PYTHON_FASTAPI_SETUP_TYPE = pep517
|
||||
PYTHON_FASTAPI_LICENSE = MIT
|
||||
PYTHON_FASTAPI_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user