mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 12:46:45 -09:00
package/python-fastapi: bump to 0.119.0
Release Notes: https://fastapi.tiangolo.com/release-notes/#01190 Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
parent
62cfbc1409
commit
c81812becb
2 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# md5, sha256 from https://pypi.org/pypi/fastapi/json
|
||||
md5 6de51bff13da558df5f6249d7a33b888 fastapi-0.116.1.tar.gz
|
||||
sha256 ed52cbf946abfd70c5a0dccb24673f0670deeb517a88b3544d03c2a6bf283143 fastapi-0.116.1.tar.gz
|
||||
md5 8fcc33a9c143b2e7462064825e190ed7 fastapi-0.119.0.tar.gz
|
||||
sha256 451082403a2c1f0b99c6bd57c09110ed5463856804c8078d38e5a1f1035dbbb7 fastapi-0.119.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 4ec89ffc81485b97fec584b2d4a961032eeffe834453894fd9c1274906cc744e LICENSE
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_FASTAPI_VERSION = 0.116.1
|
||||
PYTHON_FASTAPI_VERSION = 0.119.0
|
||||
PYTHON_FASTAPI_SOURCE = fastapi-$(PYTHON_FASTAPI_VERSION).tar.gz
|
||||
PYTHON_FASTAPI_SITE = https://files.pythonhosted.org/packages/78/d7/6c8b3bfe33eeffa208183ec037fee0cce9f7f024089ab1c5d12ef04bd27c
|
||||
PYTHON_FASTAPI_SITE = https://files.pythonhosted.org/packages/0a/f9/5c5bcce82a7997cc0eb8c47b7800f862f6b56adc40486ed246e5010d443b
|
||||
PYTHON_FASTAPI_SETUP_TYPE = pep517
|
||||
PYTHON_FASTAPI_LICENSE = MIT
|
||||
PYTHON_FASTAPI_LICENSE_FILES = LICENSE
|
||||
|
|
|
|||
Loading…
Reference in a new issue