2023-07-24 01:47:58 +00:00
|
|
|
Name: python-comm
|
2023-11-30 14:29:53 +08:00
|
|
|
Version: 0.2.0
|
2023-07-24 01:47:58 +00:00
|
|
|
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: %{url}/archive/%{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
|
2023-08-01 11:20:09 +08:00
|
|
|
BuildRequires: python3-hatchling
|
2023-07-24 01:47:58 +00:00
|
|
|
|
|
|
|
|
%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/
|
2023-08-01 11:20:09 +08:00
|
|
|
%{python3_sitelib}/comm/
|
2023-07-24 01:47:58 +00:00
|
|
|
|
|
|
|
|
%changelog
|
2023-11-30 14:29:53 +08:00
|
|
|
* Thu Nov 30 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 0.2.0-1
|
|
|
|
|
- Upgrade package to version 0.2.0
|
|
|
|
|
|
2023-07-24 01:47:58 +00:00
|
|
|
* Tue Aug 1 2023 mengzhaoa <mengzhaoa@isoftstone.com> - 0.1.3-1
|
|
|
|
|
- Init package python-comm of version 0.1.3
|