rebuilt with distdeps [release 5.5.3-2mamba;Sat Apr 03 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 11:17:27 +01:00
parent ae312df3fe
commit 5e6e0828a2

View File

@ -1,6 +1,6 @@
Name: python-ipykernel Name: python-ipykernel
Version: 5.5.3 Version: 5.5.3
Release: 1mamba Release: 2mamba
Summary: The IPython kernel for Jupyter Summary: The IPython kernel for Jupyter
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -10,7 +10,11 @@ URL: https://pypi.org/project/ipykernel/
Source: https://pypi.debian.net/ipykernel/ipykernel-%{version}.tar.gz Source: https://pypi.debian.net/ipykernel/ipykernel-%{version}.tar.gz
License: BSD License: BSD
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: python3 BuildRequires: ipython
BuildRequires: libpython3-devel
BuildRequires: python-jupyter_client-py3
BuildRequires: python-tornado-py3
BuildRequires: python-traitlets-py3
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libpython3-devel BuildRequires: libpython3-devel
BuildRequires: python-jupyter_client-py3 BuildRequires: python-jupyter_client-py3
@ -42,12 +46,17 @@ CFLAGS="%{optflags}" %{__python} setup.py build
--install-lib=%{python_sitearch} \ --install-lib=%{python_sitearch} \
--record=%{name}.filelist --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 %files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
%dir %{python_sitearch}/ipykernel-%{version}-py*.egg-info
%{python_sitearch}/ipykernel-%{version}-py*.egg-info/*
%changelog %changelog
* Sat Apr 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.5.3-2mamba
- rebuilt with distdeps
* Wed Mar 31 2021 Automatic Build System <autodist@mambasoft.it> 5.5.3-1mamba * Wed Mar 31 2021 Automatic Build System <autodist@mambasoft.it> 5.5.3-1mamba
- automatic version update by autodist - automatic version update by autodist