mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 16:24:17 -09:00
package/python-uvicorn: bump to version 0.31.0
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
57a50e35d1
commit
dbed106d63
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/uvicorn/json
|
||||
md5 d75153180f8c19a1bf8299818d3acdb2 uvicorn-0.30.6.tar.gz
|
||||
sha256 4b15decdda1e72be08209e860a1e10e92439ad5b97cf44cc945fcbee66fc5788 uvicorn-0.30.6.tar.gz
|
||||
md5 a5b7951b8d9e335fbee8002e9081c108 uvicorn-0.31.0.tar.gz
|
||||
sha256 13bc21373d103859f68fe739608e2eb054a816dea79189bc3ca08ea89a275906 uvicorn-0.31.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 efe1acf3e62fb99c288b0ec73e5a773b7268ef4320fe757ea994214e4b63c371 LICENSE.md
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_UVICORN_VERSION = 0.30.6
|
||||
PYTHON_UVICORN_VERSION = 0.31.0
|
||||
PYTHON_UVICORN_SOURCE = uvicorn-$(PYTHON_UVICORN_VERSION).tar.gz
|
||||
PYTHON_UVICORN_SITE = https://files.pythonhosted.org/packages/5a/01/5e637e7aa9dd031be5376b9fb749ec20b86f5a5b6a49b87fabd374d5fa9f
|
||||
PYTHON_UVICORN_SITE = https://files.pythonhosted.org/packages/0a/96/ee52d900f8e41cc35eaebfda76f3619c2e45b741f3ee957d6fe32be1b2aa
|
||||
PYTHON_UVICORN_SETUP_TYPE = pep517
|
||||
PYTHON_UVICORN_LICENSE = BSD-3-Clause
|
||||
PYTHON_UVICORN_LICENSE_FILES = LICENSE.md
|
||||
|
||||
Reference in New Issue
Block a user