diff --git a/python-uvicorn.spec b/python-uvicorn.spec index 6e7c489f85bb3a400e5dba3d4c4414b82d1d9396..402639b13bc5aee50367a36de10461dbf647b027 100644 --- a/python-uvicorn.spec +++ b/python-uvicorn.spec @@ -1,12 +1,12 @@ %global pkgname uvicorn Name: python-%{pkgname} -Version: 0.30.1 +Version: 0.32.0 Release: 1 Summary: The lightning-fast ASGI server License: BSD URL: https://www.uvicorn.org -Source0: https://files.pythonhosted.org/packages/37/16/9f5ccaa1a76e5bfbaa0c67640e2db8a5214ca08d92a1b427fa1677b3da88/uvicorn-0.30.1.tar.gz +Source0: https://files.pythonhosted.org/packages/e0/fc/1d785078eefd6945f3e5bab5c076e4230698046231eb0f3747bc5c8fa992/uvicorn-0.32.0.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -54,6 +54,14 @@ Uvicorn supports HTTP/1.1 and WebSockets. %{python3_sitelib}/uvicorn %changelog +* Thu Oct 24 2024 shaoning - 0.32.0-1 +- Update package to version 0.32.0 + * Add reason support on WebSocketDisconnectEvent + * Add pragma: full coverage to Process.is_alive + * Remove signal testing order dependency + * Improve ProxyHeadersMiddleware + * Add support for [*] in trusted hosts + * Fri Jun 28 2024 liyue01 - 0.30.1-1 - Update package to version 0.30.1 - Fixed :Allow horizontal tabs in response header values diff --git a/uvicorn-0.30.1.tar.gz b/uvicorn-0.30.1.tar.gz deleted file mode 100644 index 6d8a9380c4b4d7f7e79f722b84d182a74ab8025f..0000000000000000000000000000000000000000 Binary files a/uvicorn-0.30.1.tar.gz and /dev/null differ diff --git a/uvicorn-0.32.0.tar.gz b/uvicorn-0.32.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..da198006c043e7a686aedf5349bf6e9f2986c973 Binary files /dev/null and b/uvicorn-0.32.0.tar.gz differ