From 5e6e0828a27e8325ac4c4835e36eadc7889b81b8 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 11:17:27 +0100 Subject: [PATCH] rebuilt with distdeps [release 5.5.3-2mamba;Sat Apr 03 2021] --- python-ipykernel.spec | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/python-ipykernel.spec b/python-ipykernel.spec index 8d342be..d2c4220 100644 --- a/python-ipykernel.spec +++ b/python-ipykernel.spec @@ -1,6 +1,6 @@ Name: python-ipykernel Version: 5.5.3 -Release: 1mamba +Release: 2mamba Summary: The IPython kernel for Jupyter Group: System/Libraries Vendor: openmamba @@ -10,7 +10,11 @@ URL: https://pypi.org/project/ipykernel/ Source: https://pypi.debian.net/ipykernel/ipykernel-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN -BuildRequires: python3 +BuildRequires: ipython +BuildRequires: libpython3-devel +BuildRequires: python-jupyter_client-py3 +BuildRequires: python-tornado-py3 +BuildRequires: python-traitlets-py3 ## AUTOBUILDREQ-END BuildRequires: libpython3-devel BuildRequires: python-jupyter_client-py3 @@ -42,12 +46,17 @@ CFLAGS="%{optflags}" %{__python} setup.py build --install-lib=%{python_sitearch} \ --record=%{name}.filelist -sed -i "s,.*/man/.*,&.gz," %{name}.filelist +sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) +%dir %{python_sitearch}/ipykernel-%{version}-py*.egg-info +%{python_sitearch}/ipykernel-%{version}-py*.egg-info/* %changelog +* Sat Apr 03 2021 Silvan Calarco 5.5.3-2mamba +- rebuilt with distdeps + * Wed Mar 31 2021 Automatic Build System 5.5.3-1mamba - automatic version update by autodist