diff --git a/ipykernel-6.29.2.tar.gz b/ipykernel-6.29.2.tar.gz deleted file mode 100644 index 3ae1daa..0000000 --- a/ipykernel-6.29.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3bade28004e3ff624ed57974948116670604ac5f676d12339693f3142176d3f0 -size 161175 diff --git a/ipykernel-6.29.3.tar.gz b/ipykernel-6.29.3.tar.gz new file mode 100644 index 0000000..373070a --- /dev/null +++ b/ipykernel-6.29.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e14c250d1f9ea3989490225cc1a542781b095a18a19447fcf2b5eaf7d0ac5bd2 +size 162794 diff --git a/python-ipykernel.changes b/python-ipykernel.changes index 9b93820..562b5fd 100644 --- a/python-ipykernel.changes +++ b/python-ipykernel.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Mar 2 11:25:38 UTC 2024 - Ben Greiner + +- Update to 6.29.3 + ## Enhancements made + * Eventloop scheduling improvements for stop_on_error_timeout and + schedule_next #1212 (@jdranczewski) + ## Bugs fixed + * Disable frozen modules by default, add a toggle #1213 + (@krassowski) + ------------------------------------------------------------------- Wed Feb 7 17:05:33 UTC 2024 - Dirk Müller diff --git a/python-ipykernel.spec b/python-ipykernel.spec index f9b2cc9..d78ce51 100644 --- a/python-ipykernel.spec +++ b/python-ipykernel.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-ipykernel -Version: 6.29.2 +Version: 6.29.3 Release: 0 Summary: IPython Kernel for Jupyter License: BSD-3-Clause @@ -73,7 +73,7 @@ Requires: (python-jupyter-core >= 5.1 or (python-jupyter-core >= 4.12 with BuildRequires: %{python_module flaky} BuildRequires: %{python_module matplotlib} BuildRequires: %{python_module pytest >= 7.0} -BuildRequires: %{python_module pytest-asyncio} +BuildRequires: %{python_module pytest-asyncio >= 0.23.5} BuildRequires: %{python_module pytest-timeout} # we don't want ipyparallel and its dependencies in Ring1, see below #BuildRequires: #{python_module ipyparallel}