diff --git a/python-uvicorn.spec b/python-uvicorn.spec index 7de3b95b09d816f066a614fe2a73f2f3344e13d0..14d93e4a105a0df0de7bf5934a53e5aabdf164f7 100644 --- a/python-uvicorn.spec +++ b/python-uvicorn.spec @@ -1,12 +1,12 @@ %global pkgname uvicorn Name: python-%{pkgname} -Version: 0.37.0 +Version: 0.38.0 Release: 1 Summary: The lightning-fast ASGI server License: BSD URL: https://www.uvicorn.org -Source0: https://files.pythonhosted.org/packages/71/57/1616c8274c3442d802621abf5deb230771c7a0fec9414cb6763900eb3868/%{pkgname}-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/u/uvicorn/uvicorn-0.38.0.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -54,6 +54,10 @@ Uvicorn supports HTTP/1.1 and WebSockets. %{python3_sitelib}/uvicorn %changelog +* Tue Oct 21 2025 Yu Peng - 0.38.0-1 +- Upgrade to 0.38.0 + * Support Python 3.14 + * Mon Sep 29 2025 zhangyulong - 0.37.0-1 - Update package with version 0.37.0 -Add --timeout-worker-healthcheck option diff --git a/uvicorn-0.37.0.tar.gz b/uvicorn-0.37.0.tar.gz deleted file mode 100644 index 3707471d72885cc9466c68a75b749b62ba6d402f..0000000000000000000000000000000000000000 Binary files a/uvicorn-0.37.0.tar.gz and /dev/null differ diff --git a/uvicorn-0.38.0.tar.gz b/uvicorn-0.38.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..9aa18b69206e6ca13ec5282952c1a0cb6089476e Binary files /dev/null and b/uvicorn-0.38.0.tar.gz differ