Ai
5 Star 0 Fork 14

src-openEuler/python-httptools
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-httptools.spec 1.93 KB
一键复制 编辑 原始数据 按行查看 历史
liff 提交于 2025-10-11 15:37 +08:00 . update version to 0.7.1
%global _empty_manifest_terminate_build 0
Name: python-httptools
Version: 0.7.1
Release: 1
Summary: Fast HTTP parser
License: MIT
URL: https://github.com/MagicStack/httptools
Source0: https://files.pythonhosted.org/packages/source/h/httptools/httptools-%{version}.tar.gz
%description
httptools is a Python binding for nodejs HTTP parser.
%package -n python3-httptools
Summary: Fast HTTP parser
Provides: python-httptools
BuildRequires: gcc
BuildRequires: http-parser-devel
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-wheel
BuildRequires: python3-Cython
%description -n python3-httptools
httptools is a Python binding for nodejs HTTP parser.
%package help
Summary: Development documents and examples for httptools
Provides: python3-httptools-doc
%description help
httptools is a Python binding for nodejs HTTP parser.
%prep
%autosetup -n httptools-%{version} -p1
%build
%py3_build build_ext \--use-system-http-parser
%install
%py3_install
%check
pushd vendor/http-parser
PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m unittest discover -v || :
popd
%files -n python3-httptools
%license LICENSE
%doc README.md
%{python3_sitearch}/httptools-*.egg-info/
%{python3_sitearch}/httptools/
%changelog
* Sat Oct 11 2025 lifeifei <lifeifei@kylinos.cn> - 0.7.1-1
- update package to 0.7.1
Drop Python 3.8, add Python 3.14
Use Cython 3.1.0
Bump llhttp to 9.3.0
Static Type-checking for httptools
* Mon Dec 16 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 0.6.4-1
- Update package to version 0.6.4
Include Cython source files in sdist
* Fri Dec 08 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 0.6.1-1
- Update package to version 0.6.1
* Tue Aug 01 2023 sunhui <sunhui@kylinos.cn> - 0.6.0-1
- Update package to version 0.6.0
* Mon Oct 31 2022 wangjunqi <wangjunqi@kylinos.cn> - 0.5.0-1
- Update package to version 0.5.0
* Wed Jul 7 2021 liuliang <liuliang1@kylinos.cn> - 0.1.2-1
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/python-httptools.git
git@gitee.com:src-openeuler/python-httptools.git
src-openeuler
python-httptools
python-httptools
master

搜索帮助