diff --git a/python-uvicorn.spec b/python-uvicorn.spec index 3f3187901ee00c3cfc1899000b0c8b6d5c41f862..9becd1196b871ddc44bd0605f0cc65c9600cacea 100644 --- a/python-uvicorn.spec +++ b/python-uvicorn.spec @@ -1,12 +1,12 @@ %global pkgname uvicorn Name: python-%{pkgname} -Version: 0.34.0 +Version: 0.34.2 Release: 1 Summary: The lightning-fast ASGI server License: BSD URL: https://www.uvicorn.org -Source0: https://files.pythonhosted.org/packages/4b/4d/938bd85e5bf2edeec766267a5015ad969730bb91e31b44021dfe8b22df6c/uvicorn-0.34.0.tar.gz +Source0: https://files.pythonhosted.org/packages/a6/ae/9bbb19b9e1c450cf9ecaef06463e40234d98d95bf572fab11b4f19ae5ded/uvicorn-0.34.2.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -54,6 +54,11 @@ Uvicorn supports HTTP/1.1 and WebSockets. %{python3_sitelib}/uvicorn %changelog +* Wed May 21 2025 Dongxing Wang - 0.34.2-1 +- Update package with version 0.34.2 + Flush the stdout buffer on Windows to trigger reload + Deprecate ServerState in the main module + * 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 diff --git a/uvicorn-0.34.0.tar.gz b/uvicorn-0.34.0.tar.gz deleted file mode 100644 index b36df383f460cbefb3b790f97108de886249e481..0000000000000000000000000000000000000000 Binary files a/uvicorn-0.34.0.tar.gz and /dev/null differ diff --git a/uvicorn-0.34.2.tar.gz b/uvicorn-0.34.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..c0d2a435eeebf3c34bf4a8fb9ea2deb8ddc740ce Binary files /dev/null and b/uvicorn-0.34.2.tar.gz differ