only obsolete ipython in py3 target [release 8.16.0-3mamba;Sat Oct 07 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 11:18:05 +01:00
parent f0ec739793
commit 4d55acd266

View File

@ -1,7 +1,7 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _) %define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-ipython Name: python-ipython
Version: 8.16.0 Version: 8.16.0
Release: 2mamba Release: 3mamba
Summary: An interactive computational environment for Python Summary: An interactive computational environment for Python
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -28,10 +28,13 @@ BuildRequires: python3.11dist(traitlets)
%description %description
The IPython Notebook is an interactive computational environment, in which you can combine code execution, rich text, mathematics, plots and rich media The IPython Notebook is an interactive computational environment, in which you can combine code execution, rich text, mathematics, plots and rich media
%if 0%{?with_pyver} %if "0%{?with_pyver}" == "03"
%define py_requires_append \ %define py_requires_append \
Provides: ipython \ Provides: ipython \
Obsoletes: ipython < 7.32.0 Obsoletes: ipython < 7.32.0
%endif
%if 0%{?with_pyver}
%pyver_package %pyver_package
%endif %endif
@ -66,6 +69,9 @@ done
%doc COPYING.rst %doc COPYING.rst
%changelog %changelog
* Sat Oct 07 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 8.16.0-3mamba
- only obsolete ipython in py3 target
* Sun Oct 01 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 8.16.0-2mamba * Sun Oct 01 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 8.16.0-2mamba
- fix conflicting bindir files - fix conflicting bindir files