diff --git a/comm-0.2.1.tar.gz b/comm-0.2.1.tar.gz deleted file mode 100644 index a5660c3f3bb2df9b35078f95bd3bdf4fbbcd9210..0000000000000000000000000000000000000000 Binary files a/comm-0.2.1.tar.gz and /dev/null differ diff --git a/comm-0.2.2.tar.gz b/comm-0.2.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..ef252bfcb885100f81718aa9e2d3e713c9acec8f Binary files /dev/null and b/comm-0.2.2.tar.gz differ diff --git a/python-comm.spec b/python-comm.spec index 83a02836d4ff93c15a9b05f26968f11341d73660..d48eaee50a7cb7c84e926daca04cbadb1d7af991 100644 --- a/python-comm.spec +++ b/python-comm.spec @@ -1,10 +1,10 @@ Name: python-comm -Version: 0.2.1 +Version: 0.2.2 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 +Source0: https://files.pythonhosted.org/packages/e9/a8/fb783cb0abe2b5fded9f55e5703015cdf1c9c85b3669087c538dd15a6a86/comm-0.2.2.tar.gz BuildArch: noarch @@ -43,6 +43,10 @@ Jupyter Python Comm implementation, for usage in ipykernel, xeus-python etc. %{python3_sitelib}/comm/ %changelog +* Thu Jul 11 2024 liudy - 0.2.2 +- Upgrade package to version 0.2.2 +- update pre-commit hooks + * Sun Feb 25 2024 jiangxinyu - 0.2.1-1 - Update package to version 0.2.1 Prevent exception spam during interpreter teardown