mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/python-uvicorn: bump to 0.37.0
License hash changed due to adding new author name in [1].
Website changed to https://uvicorn.dev/.
Release Notes: https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md#0370-september-23-2025
[1] fe50e5d993
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
c81812becb
commit
c41f5e2edd
@@ -6,4 +6,4 @@ config BR2_PACKAGE_PYTHON_UVICORN
|
||||
help
|
||||
The lightning-fast ASGI server.
|
||||
|
||||
https://www.uvicorn.org/
|
||||
https://uvicorn.dev/
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/uvicorn/json
|
||||
md5 22172516b080e47aa8c8c3936f16e18b uvicorn-0.35.0.tar.gz
|
||||
sha256 bc662f087f7cf2ce11a1d7fd70b90c9f98ef2e2831556dd078d131b96cc94a01 uvicorn-0.35.0.tar.gz
|
||||
md5 21c0c2aa9aa90950e4bdda1ab365f0b9 uvicorn-0.37.0.tar.gz
|
||||
sha256 4115c8add6d3fd536c8ee77f0e14a7fd2ebba939fed9b02583a97f80648f9e13 uvicorn-0.37.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 efe1acf3e62fb99c288b0ec73e5a773b7268ef4320fe757ea994214e4b63c371 LICENSE.md
|
||||
sha256 6e40f231fbf861db5bb27f728c47340c69eea8bb864f624f49df892fa02adfaf LICENSE.md
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_UVICORN_VERSION = 0.35.0
|
||||
PYTHON_UVICORN_VERSION = 0.37.0
|
||||
PYTHON_UVICORN_SOURCE = uvicorn-$(PYTHON_UVICORN_VERSION).tar.gz
|
||||
PYTHON_UVICORN_SITE = https://files.pythonhosted.org/packages/5e/42/e0e305207bb88c6b8d3061399c6a961ffe5fbb7e2aa63c9234df7259e9cd
|
||||
PYTHON_UVICORN_SITE = https://files.pythonhosted.org/packages/71/57/1616c8274c3442d802621abf5deb230771c7a0fec9414cb6763900eb3868
|
||||
PYTHON_UVICORN_SETUP_TYPE = hatch
|
||||
PYTHON_UVICORN_LICENSE = BSD-3-Clause
|
||||
PYTHON_UVICORN_LICENSE_FILES = LICENSE.md
|
||||
|
||||
Reference in New Issue
Block a user