From 7b5a0906360db1e927a0f0dcc52392518d6b15d9 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 18:04:42 +0100 Subject: [PATCH] require ipython3 instead of ipython [release 2.3.8-3mamba;Tue Jan 26 2016] --- spyder.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/spyder.spec b/spyder.spec index ba28de2..a9b3958 100644 --- a/spyder.spec +++ b/spyder.spec @@ -1,6 +1,6 @@ Name: spyder Version: 2.3.8 -Release: 2mamba +Release: 3mamba Summary: A Scientific PYthon Development EnviRonment Group: System/Libraries Vendor: openmamba @@ -21,7 +21,7 @@ Requires: python-rope Requires: python-pep8 Requires: python-psutil Requires: python-matplotlib -Requires: ipython +Requires: ipython3 Requires: python-Sphinx Requires: python-pygments BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -55,6 +55,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %doc AUTHORS LICENSE %changelog +* Tue Jan 26 2016 Silvan Calarco 2.3.8-3mamba +- require ipython3 instead of ipython + * Sun Jan 24 2016 Silvan Calarco 2.3.8-2mamba - require python-pygments to enable Css highlighter support and fix css file editing