Ai
5 Star 0 Fork 6

src-openEuler/python-comm
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-comm.spec 1.70 KB
一键复制 编辑 原始数据 按行查看 历史
kylinosZlw 提交于 2025-08-05 11:13 +08:00 . Update package to version 0.2.3
Name: python-comm
Version: 0.2.3
Release: 1
Summary: Jupyter Python Comm implementation, for usage in ipykernel, xeus-python etc.
License: BSD 3-Clause License
URL: https://github.com/ipython/comm
Source0: https://github.com/ipython/comm/releases/download/v%{version}/comm-%{version}.tar.gz
BuildArch: noarch
%description
Jupyter Python Comm implementation, for usage in ipykernel, xeus-python etc.
%package -n python3-comm
Summary: %{summary}
Provides: python-comm
# Base build requires
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-setuptools_scm
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-hatchling
%description -n python3-comm
Jupyter Python Comm implementation, for usage in ipykernel, xeus-python etc.
%prep
%autosetup -n comm-%{version}
%build
%pyproject_build
%install
%pyproject_install
%files -n python3-comm
%license LICENSE
%doc README.md
%{python3_sitelib}/comm-*dist-info/
%{python3_sitelib}/comm/
%changelog
* Tue Aug 05 2025 zengliwen <zengliwen@kylinos.cn> - 0.2.3-1
- Update to 0.2.3-1
- Remove traitlets dependency
- Add Security.md file.
- pre-commit updates and fixes
* Thu Jul 11 2024 liudy <liudingyao@kylinos.cn> - 0.2.2
- Upgrade package to version 0.2.2
- update pre-commit hooks
* Sun Feb 25 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 0.2.1-1
- Update package to version 0.2.1
Prevent exception spam during interpreter teardown
* Thu Nov 30 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 0.2.0-1
- Upgrade package to version 0.2.0
* Tue Aug 1 2023 mengzhaoa <mengzhaoa@isoftstone.com> - 0.1.3-1
- Init package python-comm of version 0.1.3
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/python-comm.git
git@gitee.com:src-openeuler/python-comm.git
src-openeuler
python-comm
python-comm
master

搜索帮助