Update package to version 0.2.1

This commit is contained in:
jxy_git 2024-02-25 10:59:23 +08:00
parent 7c5e868030
commit 4ec55e9894
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
comm-0.2.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,8 +1,7 @@
Name: python-comm
Version: 0.2.0
Version: 0.2.1
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
@ -44,6 +43,10 @@ Jupyter Python Comm implementation, for usage in ipykernel, xeus-python etc.
%{python3_sitelib}/comm/
%changelog
* 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