mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/python-uvicorn: bump to 0.38.0
Officially supports python 3.14 now:
https://uvicorn.dev/release-notes/#0380-october-18-2025
LICENSE.md file changed due revert of copyright holder name:
ce79f95d06
Both uvicorn and starlette are currently undergoing some discussions
around the copyright holder (but not the license):
https://github.com/Kludex/starlette/issues/3042
The LICENSE.md file will very likely be updated again soon.
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
d388edb7b0
commit
e7a0ff61c0
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/uvicorn/json
|
||||
md5 21c0c2aa9aa90950e4bdda1ab365f0b9 uvicorn-0.37.0.tar.gz
|
||||
sha256 4115c8add6d3fd536c8ee77f0e14a7fd2ebba939fed9b02583a97f80648f9e13 uvicorn-0.37.0.tar.gz
|
||||
md5 ee4fbbe43a1e58e6624adb2763161bee uvicorn-0.38.0.tar.gz
|
||||
sha256 fd97093bdd120a2609fc0d3afe931d4d4ad688b6e75f0f929fde1bc36fe0e91d uvicorn-0.38.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 6e40f231fbf861db5bb27f728c47340c69eea8bb864f624f49df892fa02adfaf LICENSE.md
|
||||
sha256 efe1acf3e62fb99c288b0ec73e5a773b7268ef4320fe757ea994214e4b63c371 LICENSE.md
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_UVICORN_VERSION = 0.37.0
|
||||
PYTHON_UVICORN_VERSION = 0.38.0
|
||||
PYTHON_UVICORN_SOURCE = uvicorn-$(PYTHON_UVICORN_VERSION).tar.gz
|
||||
PYTHON_UVICORN_SITE = https://files.pythonhosted.org/packages/71/57/1616c8274c3442d802621abf5deb230771c7a0fec9414cb6763900eb3868
|
||||
PYTHON_UVICORN_SITE = https://files.pythonhosted.org/packages/cb/ce/f06b84e2697fef4688ca63bdb2fdf113ca0a3be33f94488f2cadb690b0cf
|
||||
PYTHON_UVICORN_SETUP_TYPE = hatch
|
||||
PYTHON_UVICORN_LICENSE = BSD-3-Clause
|
||||
PYTHON_UVICORN_LICENSE_FILES = LICENSE.md
|
||||
|
||||
Reference in New Issue
Block a user