mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/python-uvicorn: bump to 0.30.5
Changelog: * https://github.com/encode/uvicorn/releases/tag/0.30.4 * https://github.com/encode/uvicorn/releases/tag/0.30.5 Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
1fc2baa098
commit
ed863ca1cb
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/uvicorn/json
|
||||
md5 433c22f6ac3bbc2e7011a5623b772e25 uvicorn-0.30.3.tar.gz
|
||||
sha256 0d114d0831ff1adbf231d358cbf42f17333413042552a624ea6a9b4c33dcfd81 uvicorn-0.30.3.tar.gz
|
||||
md5 c43ec29f83c3706b99c48a7eeb0208ac uvicorn-0.30.5.tar.gz
|
||||
sha256 ac6fdbd4425c5fd17a9fe39daf4d4d075da6fdc80f653e5894cdc2fd98752bee uvicorn-0.30.5.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 efe1acf3e62fb99c288b0ec73e5a773b7268ef4320fe757ea994214e4b63c371 LICENSE.md
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_UVICORN_VERSION = 0.30.3
|
||||
PYTHON_UVICORN_VERSION = 0.30.5
|
||||
PYTHON_UVICORN_SOURCE = uvicorn-$(PYTHON_UVICORN_VERSION).tar.gz
|
||||
PYTHON_UVICORN_SITE = https://files.pythonhosted.org/packages/77/40/b650be95700dc83d14c5f2b9eac9deb23cbca757a12ee20e473b5ef1ac48
|
||||
PYTHON_UVICORN_SITE = https://files.pythonhosted.org/packages/c3/ad/02b1b412e43605aa6aac8d0392c383ff3f6ae8267b7864e48e3b5f3f601e
|
||||
PYTHON_UVICORN_SETUP_TYPE = pep517
|
||||
PYTHON_UVICORN_LICENSE = BSD-3-Clause
|
||||
PYTHON_UVICORN_LICENSE_FILES = LICENSE.md
|
||||
|
||||
Reference in New Issue
Block a user