diff --git a/python-uvicorn.spec b/python-uvicorn.spec index f2568496fae30e3aabade3858e72116c1ff31959..8aecc5028219ea91c9ec732a688c6c671369105b 100644 --- a/python-uvicorn.spec +++ b/python-uvicorn.spec @@ -1,12 +1,12 @@ %global pkgname uvicorn Name: python-%{pkgname} -Version: 0.23.1 +Version: 0.27.1 Release: 1 Summary: The lightning-fast ASGI server License: BSD URL: https://www.uvicorn.org -Source0: https://files.pythonhosted.org/packages/46/b7/b97c7ad40f2433a4986c8786cb188f0bc42f3d0e6d826940c1dc3bd6c4f5/%{pkgname}-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/09/d8/8aa69c76585035ca81851d99c3b00fd6be050aefd478a5376ff9fc5feb69/uvicorn-0.27.1.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -52,7 +52,10 @@ Uvicorn supports HTTP/1.1 and WebSockets. %{_bindir}/uvicorn %{python3_sitelib}/uvicorn*.dist-info/ %{python3_sitelib}/uvicorn - + %changelog +* Mon Feb 26 2024 wangjunqi - 0.27.1-1 +- Update package to version 0.27.1 + * Tue Jul 25 2023 ysliu - 0.23.1-1 - Initial package. diff --git a/uvicorn-0.23.1.tar.gz b/uvicorn-0.23.1.tar.gz deleted file mode 100644 index 41126b98f4937996ea4d48b70a1ef94574eea714..0000000000000000000000000000000000000000 Binary files a/uvicorn-0.23.1.tar.gz and /dev/null differ diff --git a/uvicorn-0.27.1.tar.gz b/uvicorn-0.27.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..87fa9bd3a3cb1b336a6b019c3b97bd373ab55bae Binary files /dev/null and b/uvicorn-0.27.1.tar.gz differ