From e7a0ff61c02e755f1cbf49b78600ccb4a4069a7a Mon Sep 17 00:00:00 2001 From: Marcus Hoffmann Date: Tue, 21 Oct 2025 11:04:21 +0200 Subject: [PATCH] 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: https://github.com/Kludex/uvicorn/commit/ce79f95d065c053b36449f67b3b2cefee5ecf167 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 Signed-off-by: Julien Olivain --- package/python-uvicorn/python-uvicorn.hash | 6 +++--- package/python-uvicorn/python-uvicorn.mk | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package/python-uvicorn/python-uvicorn.hash b/package/python-uvicorn/python-uvicorn.hash index 0200c61321..dd8c2bbabe 100644 --- a/package/python-uvicorn/python-uvicorn.hash +++ b/package/python-uvicorn/python-uvicorn.hash @@ -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 diff --git a/package/python-uvicorn/python-uvicorn.mk b/package/python-uvicorn/python-uvicorn.mk index dfb80cafae..ba27cd8052 100644 --- a/package/python-uvicorn/python-uvicorn.mk +++ b/package/python-uvicorn/python-uvicorn.mk @@ -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