obsolete -py310 subpackage [release 6.28.0-2mamba;Mon Jan 15 2024]
This commit is contained in:
parent
462fac81b5
commit
6f96289d6a
@ -1,7 +1,7 @@
|
||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||
Name: python-ipykernel
|
||||
Version: 6.28.0
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: The IPython kernel for Jupyter
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -34,7 +34,8 @@ BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||
%if 0%{?with_pyver}
|
||||
%define py_requires_append \
|
||||
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
|
||||
%endif
|
||||
|
||||
@ -69,6 +70,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
||||
%{_datadir}/jupyter/kernels/python3/logo-svg.svg
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user