mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 20:10:35 -09:00
package/python-fastapi: bump to 0.116.1
Release notes: * https://github.com/fastapi/fastapi/releases/tag/0.116.0 * https://github.com/fastapi/fastapi/releases/tag/0.116.1 Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
529bbd861a
commit
25d8e7f1a0
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/fastapi/json
|
||||
md5 bdb2a56a2a464ff29736d4b1c55d547c fastapi-0.115.14.tar.gz
|
||||
sha256 b1de15cdc1c499a4da47914db35d0e4ef8f1ce62b624e94e0e5824421df99739 fastapi-0.115.14.tar.gz
|
||||
md5 6de51bff13da558df5f6249d7a33b888 fastapi-0.116.1.tar.gz
|
||||
sha256 ed52cbf946abfd70c5a0dccb24673f0670deeb517a88b3544d03c2a6bf283143 fastapi-0.116.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 4ec89ffc81485b97fec584b2d4a961032eeffe834453894fd9c1274906cc744e LICENSE
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_FASTAPI_VERSION = 0.115.14
|
||||
PYTHON_FASTAPI_VERSION = 0.116.1
|
||||
PYTHON_FASTAPI_SOURCE = fastapi-$(PYTHON_FASTAPI_VERSION).tar.gz
|
||||
PYTHON_FASTAPI_SITE = https://files.pythonhosted.org/packages/ca/53/8c38a874844a8b0fa10dd8adf3836ac154082cf88d3f22b544e9ceea0a15
|
||||
PYTHON_FASTAPI_SITE = https://files.pythonhosted.org/packages/78/d7/6c8b3bfe33eeffa208183ec037fee0cce9f7f024089ab1c5d12ef04bd27c
|
||||
PYTHON_FASTAPI_SETUP_TYPE = pep517
|
||||
PYTHON_FASTAPI_LICENSE = MIT
|
||||
PYTHON_FASTAPI_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user