diff --git a/ipykernel-6.27.1.tar.gz b/ipykernel-6.27.1.tar.gz deleted file mode 100644 index 741f959..0000000 --- a/ipykernel-6.27.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d5d594b6690654b4d299edba5e872dc17bb7396a8d0609c97cb7b8a1c605de6 -size 157828 diff --git a/ipykernel-6.29.0.tar.gz b/ipykernel-6.29.0.tar.gz new file mode 100644 index 0000000..7d9dc5d --- /dev/null +++ b/ipykernel-6.29.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5dd3013cab7b330df712891c96cd1ab868c27a7159e606f762015e9bf8ceb3f +size 160814 diff --git a/python-ipykernel.changes b/python-ipykernel.changes index 40c13d0..d81879f 100644 --- a/python-ipykernel.changes +++ b/python-ipykernel.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sun Jan 21 10:45:42 UTC 2024 - Ben Greiner + +- Update to 6.29.0 + * Always set debugger to true in kernelspec #1191 (@ianthomas23) + * Revert "Enable ProactorEventLoop on windows for ipykernel" + #1194 (@blink1073) + * Make outputs go to correct cell when generated in + threads/asyncio #1186 (@krassowski) + * Pin pytest-asyncio to 0.23.2 #1189 (@ianthomas23) +- Update to 6.28.0 + * Enable ProactorEventLoop on windows for ipykernel #1184 + (@NewUserHa) + * Adds a flag in debug_info for the copyToGlobals support #1099 + (@brichet) + * Support python 3.12 #1185 (@blink1073) + ------------------------------------------------------------------- Wed Dec 20 21:56:25 UTC 2023 - Dirk Müller diff --git a/python-ipykernel.spec b/python-ipykernel.spec index f7fd9ce..8363f78 100644 --- a/python-ipykernel.spec +++ b/python-ipykernel.spec @@ -1,7 +1,7 @@ # # spec file for package python-ipykernel # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-ipykernel -Version: 6.27.1 +Version: 6.29.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 >= 20} +BuildRequires: %{python_module pyzmq >= 24} 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)} @@ -64,7 +64,7 @@ Requires: python-matplotlib-inline >= 0.1 Requires: python-nest-asyncio Requires: python-packaging Requires: python-psutil -Requires: python-pyzmq >= 20 +Requires: python-pyzmq >= 24 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)) @@ -90,6 +90,7 @@ This package provides the IPython kernel for Jupyter. %prep %autosetup -p1 -n ipykernel-%{version} sed -i -e 's/, "--color=yes"//' pyproject.toml +sed -i -e '/ignore:.* current event loop:DeprecationWarning/ a \ "ignore:pytest-asyncio detected an unclosed event loop:DeprecationWarning",' pyproject.toml %build %pyproject_wheel