diff --git a/ipykernel-6.29.5.tar.gz b/ipykernel-6.29.5.tar.gz deleted file mode 100644 index 630fbae..0000000 --- a/ipykernel-6.29.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f093a22c4a40f8828f8e330a9c297cb93dcab13bd9678ded6de8e5cf81c56215 -size 163367 diff --git a/ipykernel-6.30.1.tar.gz b/ipykernel-6.30.1.tar.gz new file mode 100644 index 0000000..cb10c87 --- /dev/null +++ b/ipykernel-6.30.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6abb270161896402e76b91394fcdce5d1be5d45f456671e5080572f8505be39b +size 166260 diff --git a/py313-warning.patch b/py313-warning.patch deleted file mode 100644 index c93d8f5..0000000 --- a/py313-warning.patch +++ /dev/null @@ -1,22 +0,0 @@ -From b47db6f082ea61e9688b4eca4e92529c1e0e6c45 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= -Date: Mon, 1 Jul 2024 15:37:07 +0200 -Subject: [PATCH] Avoid a DeprecationWarning on Python 3.13+ (#1248) - ---- - ipykernel/jsonutil.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/ipykernel/jsonutil.py b/ipykernel/jsonutil.py -index 6a463cf1..e45f06e5 100644 ---- a/ipykernel/jsonutil.py -+++ b/ipykernel/jsonutil.py -@@ -26,7 +26,7 @@ - - # holy crap, strptime is not threadsafe. - # Calling it once at import seems to help. --datetime.strptime("1", "%d") -+datetime.strptime("2000-01-01", "%Y-%m-%d") - - # ----------------------------------------------------------------------------- - # Classes and functions diff --git a/python-ipykernel.changes b/python-ipykernel.changes index 56ef95b..2d52b68 100644 --- a/python-ipykernel.changes +++ b/python-ipykernel.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Oct 14 11:16:06 UTC 2025 - Markéta Machová + +- Update to 6.30.1 + * Remove control queue + * Set shell idle when message skipped by "should_handle" in "dispatch_shell" + * Remove nose import + * Fix expected text depending on IPython version + * Drop support for Python 3.8 + * Avoid a DeprecationWarning on Python 3.13+ + * Add compat with pytest 8 +- Drop py313-warning.patch, merged upstream + ------------------------------------------------------------------- Mon Oct 28 11:39:45 UTC 2024 - Dirk Müller diff --git a/python-ipykernel.spec b/python-ipykernel.spec index 9bf704c..34feb35 100644 --- a/python-ipykernel.spec +++ b/python-ipykernel.spec @@ -1,7 +1,7 @@ # # spec file for package python-ipykernel # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,12 @@ %{?sle15_python_module_pythons} Name: python-ipykernel -Version: 6.29.5 +Version: 6.30.1 Release: 0 Summary: IPython Kernel for Jupyter License: BSD-3-Clause URL: https://github.com/ipython/ipykernel Source: https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-%{version}.tar.gz -Patch1: https://github.com/ipython/ipykernel/commit/b47db6f082ea61e9688b4eca4e92529c1e0e6c45.patch#/py313-warning.patch Provides: python-jupyter_ipykernel = %{version} Obsoletes: python-jupyter_ipykernel < %{version} Provides: %{python_module ipykernel-doc = %{version}} @@ -39,7 +38,7 @@ Conflicts: python3-ipykernel %endif BuildArch: noarch # SECTION build-system -BuildRequires: %{python_module base >= 3.8} +BuildRequires: %{python_module base >= 3.9} BuildRequires: %{python_module hatchling >= 1.4} BuildRequires: %{python_module pip} BuildRequires: fdupes @@ -50,26 +49,26 @@ BuildRequires: python-rpm-macros BuildRequires: %{python_module comm >= 0.1.1} BuildRequires: %{python_module debugpy >= 1.6.5} BuildRequires: %{python_module ipython >= 7.23.1} -BuildRequires: %{python_module jupyter-client >= 6.1.12} +BuildRequires: %{python_module jupyter-client >= 8.0.0} BuildRequires: %{python_module matplotlib-inline >= 0.1} BuildRequires: %{python_module nest-asyncio} BuildRequires: %{python_module packaging} BuildRequires: %{python_module psutil} -BuildRequires: %{python_module pyzmq >= 24} -BuildRequires: %{python_module tornado >= 6.1} -BuildRequires: %{python_module traitlets >= 5.1.0} +BuildRequires: %{python_module pyzmq >= 25} +BuildRequires: %{python_module tornado >= 6.2} +BuildRequires: %{python_module traitlets >= 5.4.0} BuildRequires: %{python_module jupyter-core >= 5.1 or (%python-jupyter-core >= 4.12 with %python-jupyter-core < 5.0)} Requires: jupyter-jupyter-client >= 6.1.12 Requires: python-comm >= 0.1.1 Requires: python-debugpy >= 1.6.5 Requires: python-ipython >= 7.23.1 -Requires: python-jupyter-client >= 6.1.12 +Requires: python-jupyter-client >= 8.0.0 Requires: python-matplotlib-inline >= 0.1 Requires: python-nest-asyncio Requires: python-packaging Requires: python-psutil -Requires: python-pyzmq >= 24 -Requires: python-tornado >= 6.1 +Requires: python-pyzmq >= 25 +Requires: python-tornado >= 6.2 Requires: python-traitlets >= 5.4.0 Requires: (python-jupyter-core >= 5.1 or (python-jupyter-core >= 4.12 with python-jupyter-core < 5.0)) # /SECTION