Ai
5 Star 0 Fork 8

src-openEuler/python-uvicorn
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-uvicorn.spec 3.77 KB
一键复制 编辑 原始数据 按行查看 历史
roy 提交于 2025-10-21 11:18 +08:00 . Upgrade to 0.38.0
%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.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/python-uvicorn.git
git@gitee.com:src-openeuler/python-uvicorn.git
src-openeuler
python-uvicorn
python-uvicorn
master

搜索帮助