diff --git a/python-uvicorn.spec b/python-uvicorn.spec index 8aecc5028219ea91c9ec732a688c6c671369105b..6e7c489f85bb3a400e5dba3d4c4414b82d1d9396 100644 --- a/python-uvicorn.spec +++ b/python-uvicorn.spec @@ -1,12 +1,12 @@ %global pkgname uvicorn Name: python-%{pkgname} -Version: 0.27.1 +Version: 0.30.1 Release: 1 Summary: The lightning-fast ASGI server License: BSD URL: https://www.uvicorn.org -Source0: https://files.pythonhosted.org/packages/09/d8/8aa69c76585035ca81851d99c3b00fd6be050aefd478a5376ff9fc5feb69/uvicorn-0.27.1.tar.gz +Source0: https://files.pythonhosted.org/packages/37/16/9f5ccaa1a76e5bfbaa0c67640e2db8a5214ca08d92a1b427fa1677b3da88/uvicorn-0.30.1.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -54,6 +54,15 @@ Uvicorn supports HTTP/1.1 and WebSockets. %{python3_sitelib}/uvicorn %changelog +* Fri Jun 28 2024 liyue01 - 0.30.1-1 +- Update package to version 0.30.1 +- Fixed :Allow horizontal tabs in response header values +- Added New multiprocess manager and Allow ConfigParser or a io.IO[Any] on log_config +- Fixed:Suppress side-effects of signal propagation ,Send content-length header on 5xx +- Added Cooperative signal handling +- Fixed :Revert raise ClientDisconnected on HTTP +- Added Raise ClientDisconnected on send() when client disconnected + * Mon Feb 26 2024 wangjunqi - 0.27.1-1 - Update package to version 0.27.1 diff --git a/uvicorn-0.27.1.tar.gz b/uvicorn-0.27.1.tar.gz deleted file mode 100644 index 87fa9bd3a3cb1b336a6b019c3b97bd373ab55bae..0000000000000000000000000000000000000000 Binary files a/uvicorn-0.27.1.tar.gz and /dev/null differ diff --git a/uvicorn-0.30.1.tar.gz b/uvicorn-0.30.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..6d8a9380c4b4d7f7e79f722b84d182a74ab8025f Binary files /dev/null and b/uvicorn-0.30.1.tar.gz differ