mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
package/python-uvicorn: bump to 0.30.6
Changelog: https://github.com/encode/uvicorn/blob/master/CHANGELOG.md#0306-2024-08-13 Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
8c8b3d0391
commit
896d0e2199
@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/uvicorn/json
|
||||
md5 c43ec29f83c3706b99c48a7eeb0208ac uvicorn-0.30.5.tar.gz
|
||||
sha256 ac6fdbd4425c5fd17a9fe39daf4d4d075da6fdc80f653e5894cdc2fd98752bee uvicorn-0.30.5.tar.gz
|
||||
md5 d75153180f8c19a1bf8299818d3acdb2 uvicorn-0.30.6.tar.gz
|
||||
sha256 4b15decdda1e72be08209e860a1e10e92439ad5b97cf44cc945fcbee66fc5788 uvicorn-0.30.6.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 efe1acf3e62fb99c288b0ec73e5a773b7268ef4320fe757ea994214e4b63c371 LICENSE.md
|
||||
|
@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_UVICORN_VERSION = 0.30.5
|
||||
PYTHON_UVICORN_VERSION = 0.30.6
|
||||
PYTHON_UVICORN_SOURCE = uvicorn-$(PYTHON_UVICORN_VERSION).tar.gz
|
||||
PYTHON_UVICORN_SITE = https://files.pythonhosted.org/packages/c3/ad/02b1b412e43605aa6aac8d0392c383ff3f6ae8267b7864e48e3b5f3f601e
|
||||
PYTHON_UVICORN_SITE = https://files.pythonhosted.org/packages/5a/01/5e637e7aa9dd031be5376b9fb749ec20b86f5a5b6a49b87fabd374d5fa9f
|
||||
PYTHON_UVICORN_SETUP_TYPE = pep517
|
||||
PYTHON_UVICORN_LICENSE = BSD-3-Clause
|
||||
PYTHON_UVICORN_LICENSE_FILES = LICENSE.md
|
||||
|
Loading…
Reference in New Issue
Block a user