diff --git a/ipykernel-6.21.1.tar.gz b/ipykernel-6.21.1.tar.gz deleted file mode 100644 index 00df27f..0000000 --- a/ipykernel-6.21.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0f8eece39cab1ee352c9b59ec67bbe44d8299f8238e4c16ff7f4cf0052d3378 -size 150412 diff --git a/ipykernel-6.22.0.tar.gz b/ipykernel-6.22.0.tar.gz new file mode 100644 index 0000000..9801dbb --- /dev/null +++ b/ipykernel-6.22.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:302558b81f1bc22dc259fb2a0c5c7cf2f4c0bdb21b50484348f7bafe7fb71421 +size 151303 diff --git a/python-ipykernel.changes b/python-ipykernel.changes index 097fcfb..87175fc 100644 --- a/python-ipykernel.changes +++ b/python-ipykernel.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Apr 4 14:58:26 UTC 2023 - Ben Greiner + +- Update to 6.22.0 + * Deprecate Comm class + Fix incompatibility with ipywidgets + #1097 (@martinRenou) + +------------------------------------------------------------------- +Sun Mar 19 16:23:32 UTC 2023 - Ben Greiner + +- Update to 6.21.3 + * Fix interrupt reply #1101 (@garlandz-db) +- Release 6.21.2 + * Un-expose __file__ and expose __session__ instead. #1095 + (@Carreau) + * Remove test_enter_eventloop #1084 (@davidbrochart) + ------------------------------------------------------------------- Sun Feb 5 15:09:43 UTC 2023 - Ben Greiner diff --git a/python-ipykernel.spec b/python-ipykernel.spec index d63be19..c8193a4 100644 --- a/python-ipykernel.spec +++ b/python-ipykernel.spec @@ -17,7 +17,7 @@ Name: python-ipykernel -Version: 6.21.1 +Version: 6.22.0 Release: 0 Summary: IPython Kernel for Jupyter License: BSD-3-Clause @@ -51,7 +51,7 @@ BuildRequires: %{python_module matplotlib-inline >= 0.1} BuildRequires: %{python_module nest-asyncio} BuildRequires: %{python_module packaging} BuildRequires: %{python_module psutil} -BuildRequires: %{python_module pyzmq >= 17} +BuildRequires: %{python_module pyzmq >= 20} BuildRequires: %{python_module tornado >= 6.1} BuildRequires: %{python_module traitlets >= 5.1.0} BuildRequires: %{python_module jupyter-core >= 5.1 or (%python-jupyter-core >= 4.12 with %python-jupyter-core < 5.0)} @@ -63,7 +63,7 @@ Requires: python-matplotlib-inline >= 0.1 Requires: python-nest-asyncio Requires: python-packaging Requires: python-psutil -Requires: python-pyzmq >= 17 +Requires: python-pyzmq >= 20 Requires: python-tornado >= 6.1 Requires: python-traitlets >= 5.4.0 Requires: (python-jupyter-core >= 5.1 or (python-jupyter-core >= 4.12 with python-jupyter-core < 5.0)) @@ -123,7 +123,7 @@ donttest="$donttest or test_do_apply" %files %{python_files} %doc README.md -%license COPYING.md +%license LICENSE %{python_sitelib}/ipykernel %{python_sitelib}/ipykernel_launcher.py %{python_sitelib}/ipykernel-%{version}*-info