diff --git a/python-uvicorn.spec b/python-uvicorn.spec index 6e7c489f85bb3a400e5dba3d4c4414b82d1d9396..e04ae5af819818f3bf79f6eb3f86965de0d83092 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.30.5 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/c3/ad/02b1b412e43605aa6aac8d0392c383ff3f6ae8267b7864e48e3b5f3f601e/uvicorn-0.30.5.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -54,6 +54,9 @@ Uvicorn supports HTTP/1.1 and WebSockets. %{python3_sitelib}/uvicorn %changelog +* Tue Aug 06 2024 liudy - 0.30.5-1 +- Update version to 0.30.5 + * 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.30.5.tar.gz b/uvicorn-0.30.5.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..818e759d85426e212bfe4468b7cd9206721aece7 Binary files /dev/null and b/uvicorn-0.30.5.tar.gz differ