17
0

- Add patch ignore-ipython-deprecationwarning.patch:

* Ignore DeprecationWarning raised by IPython 8.24+.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=107
This commit is contained in:
2024-05-28 06:17:05 +00:00
committed by Git OBS Bridge
parent df6fb4b773
commit 916ead851f
3 changed files with 33 additions and 1 deletions

View File

@@ -22,9 +22,10 @@ Version: 6.29.4
Release: 0
Summary: IPython Kernel for Jupyter
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/ipython/ipykernel
Source: https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-%{version}.tar.gz
# PATCH-FIX-UPSTREAM gh#ipython/ipykernel#1242
Patch0: ignore-ipython-deprecationwarning.patch
Provides: python-jupyter_ipykernel = %{version}
Obsoletes: python-jupyter_ipykernel < %{version}
Provides: %{python_module ipykernel-doc = %{version}}