代码拉取完成,页面将自动刷新
%global pkgname uvicorn
Name: python-%{pkgname}
Version: 0.38.0
Release: 1
Summary: The lightning-fast ASGI server
License: BSD
URL: https://www.uvicorn.org
Source0: https://files.pythonhosted.org/packages/source/u/uvicorn/uvicorn-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-hatchling
BuildRequires: python3-httptools
BuildRequires: python3-dotenv
BuildRequires: python3-PyYAML
BuildRequires: python3-uvloop
BuildRequires: python3-websockets
%description
Uvicorn is an ASGI web server implementation for Python.
Until recently Python has lacked a minimal low-level server/application interface for async frameworks.
The ASGI specification fills this gap, and means we're now able to start building a common set of tooling
usable across all async frameworks.
Uvicorn supports HTTP/1.1 and WebSockets.
%package -n python3-%{pkgname}
Summary: %{summary}
%description -n python3-%{pkgname}
Uvicorn is an ASGI web server implementation for Python.
Until recently Python has lacked a minimal low-level server/application interface for async frameworks.
The ASGI specification fills this gap, and means we're now able to start building a common set of tooling
usable across all async frameworks.
Uvicorn supports HTTP/1.1 and WebSockets.
%prep
%autosetup -n %{pkgname}-%{version} -p 1
%build
%pyproject_build
%install
%pyproject_install
%files -n python3-%{pkgname}
%license LICENSE.md
%doc README.md
%{_bindir}/uvicorn
%{python3_sitelib}/uvicorn*.dist-info/
%{python3_sitelib}/uvicorn
%changelog
* Tue Oct 21 2025 Yu Peng <yupeng@kylinos.cn> - 0.38.0-1
- Upgrade to 0.38.0
* Support Python 3.14
* Mon Sep 29 2025 zhangyulong <zhangyulong@kylinos.cn> - 0.37.0-1
- Update package with version 0.37.0
-Add --timeout-worker-healthcheck option
-Add os.PathLike[str] type to ssl_ca_certs
-Raise an exception when calling removed Config.setup_event_loop()
-Support custom IOLOOPs
-Allow to provide importable string in --http, --ws and --loop
* Wed Sep 10 2025 wuzhaomin <wuzhaomin@kylinos.cn> - 0.35.0-1
- Update package with version 0.35.0
Add WebSocketsSansIOProtocol
Refine help message for option --proxy-headers
Apply get_client_addr formatting to WebSocket logging
* Wed May 21 2025 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 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 <dongxing.wang_a@thundersoft.com> - 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 <shaoning@kylinos.cn> - 0.32.0-1
- Update package to version 0.32.0
* Add reason support on WebSocketDisconnectEvent
* Add pragma: full coverage to Process.is_alive
* Remove signal testing order dependency
* Improve ProxyHeadersMiddleware
* Add support for [*] in trusted hosts
* Fri Jun 28 2024 liyue01 <liyue01@kylinos.cn> - 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 <wangjunqi@kylinos.cn> - 0.27.1-1
- Update package to version 0.27.1
* Tue Jul 25 2023 ysliu <ysliuci@isoftstone.com> - 0.23.1-1
- Initial package.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。