diff --git a/python-ipykernel.spec b/python-ipykernel.spec index 418d50f..2bc0324 100644 --- a/python-ipykernel.spec +++ b/python-ipykernel.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-ipykernel -Version: 6.17.1 +Version: 6.18.0 Release: 1mamba Summary: The IPython kernel for Jupyter Group: System/Libraries @@ -12,6 +12,7 @@ Source: https://pypi.debian.net/ipykernel/ipykernel-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: libpython3-devel +BuildRequires: python3.7dist(comm) BuildRequires: python3.7dist(debugpy) BuildRequires: python3.7dist(ipython) BuildRequires: python3.7dist(jupyter-client) @@ -65,6 +66,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %{_datadir}/jupyter/kernels/python3/logo-svg.svg %changelog +* Tue Nov 22 2022 Automatic Build System 6.18.0-1mamba +- automatic version update by autodist + * Thu Nov 10 2022 Automatic Build System 6.17.1-1mamba - automatic version update by autodist