diff --git a/python-uvicorn.spec b/python-uvicorn.spec index 402639b13bc5aee50367a36de10461dbf647b027..3f3187901ee00c3cfc1899000b0c8b6d5c41f862 100644 --- a/python-uvicorn.spec +++ b/python-uvicorn.spec @@ -1,12 +1,12 @@ %global pkgname uvicorn Name: python-%{pkgname} -Version: 0.32.0 +Version: 0.34.0 Release: 1 Summary: The lightning-fast ASGI server License: BSD URL: https://www.uvicorn.org -Source0: https://files.pythonhosted.org/packages/e0/fc/1d785078eefd6945f3e5bab5c076e4230698046231eb0f3747bc5c8fa992/uvicorn-0.32.0.tar.gz +Source0: https://files.pythonhosted.org/packages/4b/4d/938bd85e5bf2edeec766267a5015ad969730bb91e31b44021dfe8b22df6c/uvicorn-0.34.0.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -54,6 +54,12 @@ Uvicorn supports HTTP/1.1 and WebSockets. %{python3_sitelib}/uvicorn %changelog +* Mon Dec 16 2024 Dongxing Wang - 0.34.0-1 +- Update package to version 0.34.0 + Add content-length to 500 response in wsproto implementation + Drop support for Python 3.8 + Remove WatchGod support for --reload + * Thu Oct 24 2024 shaoning - 0.32.0-1 - Update package to version 0.32.0 * Add reason support on WebSocketDisconnectEvent diff --git a/uvicorn-0.32.0.tar.gz b/uvicorn-0.32.0.tar.gz deleted file mode 100644 index da198006c043e7a686aedf5349bf6e9f2986c973..0000000000000000000000000000000000000000 Binary files a/uvicorn-0.32.0.tar.gz and /dev/null differ diff --git a/uvicorn-0.34.0.tar.gz b/uvicorn-0.34.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b36df383f460cbefb3b790f97108de886249e481 Binary files /dev/null and b/uvicorn-0.34.0.tar.gz differ