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