diff --git a/comm-0.2.0.tar.gz b/comm-0.2.0.tar.gz deleted file mode 100644 index ed4c0c0..0000000 Binary files a/comm-0.2.0.tar.gz and /dev/null differ diff --git a/comm-0.2.1.tar.gz b/comm-0.2.1.tar.gz new file mode 100644 index 0000000..a5660c3 Binary files /dev/null and b/comm-0.2.1.tar.gz differ diff --git a/python-comm.spec b/python-comm.spec index 2cf38d1..83a0283 100644 --- a/python-comm.spec +++ b/python-comm.spec @@ -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 - 0.2.1-1 +- Update package to version 0.2.1 + Prevent exception spam during interpreter teardown + * Thu Nov 30 2023 jiangxinyu - 0.2.0-1 - Upgrade package to version 0.2.0