obsolete -py310 subpackage [release 6.28.0-2mamba;Mon Jan 15 2024]

This commit is contained in:
Silvan Calarco 2024-01-16 18:04:23 +01:00
parent 462fac81b5
commit 6f96289d6a

View File

@ -1,7 +1,7 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _) %define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-ipykernel Name: python-ipykernel
Version: 6.28.0 Version: 6.28.0
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
@ -34,7 +34,8 @@ BuildRequires: python3-devel >= 3.11.5-3mamba
%if 0%{?with_pyver} %if 0%{?with_pyver}
%define py_requires_append \ %define py_requires_append \
Requires: python-jupyter_client%{?pyappend:-%pyappend} \ Requires: python-jupyter_client%{?pyappend:-%pyappend} \
Requires: python-pyzmq%{?pyappend:-%pyappend} Requires: python-pyzmq%{?pyappend:-%pyappend} \
Obsoletes: python-ipykernel-py310 <= 6.28.0-1mamba
%pyver_package %pyver_package
%endif %endif
@ -69,6 +70,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%{_datadir}/jupyter/kernels/python3/logo-svg.svg %{_datadir}/jupyter/kernels/python3/logo-svg.svg
%changelog %changelog
* Mon Jan 15 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 6.28.0-2mamba
- obsolete -py310 subpackage
* Wed Dec 27 2023 Automatic Build System <autodist@mambasoft.it> 6.28.0-1mamba * Wed Dec 27 2023 Automatic Build System <autodist@mambasoft.it> 6.28.0-1mamba
- automatic version update by autodist - automatic version update by autodist