From d322bd8104431b2d53428a87279238c121024e09 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 18:04:43 +0100 Subject: [PATCH] automatic version update by autodist [release 4.2.1-1mamba;Tue Jan 19 2021] --- spyder.spec | 41 +++++++++++++++++++---------------------- 1 file changed, 19 insertions(+), 22 deletions(-) diff --git a/spyder.spec b/spyder.spec index 7cd3a43..43769fa 100644 --- a/spyder.spec +++ b/spyder.spec @@ -1,5 +1,5 @@ Name: spyder -Version: 4.1.5 +Version: 4.2.1 Release: 1mamba Summary: A Scientific PYthon Development EnviRonment Group: System/Libraries @@ -7,23 +7,22 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://github.com/spyder-ide/spyder -## GITSOURCE https://github.com/spyder-ide/spyder.git v2.3.7 Source: https://github.com/spyder-ide/spyder.git/v%{version}/spyder-%{version}.tar.bz2 License: MIT ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython-devel +BuildRequires: libpython3-devel ## AUTOBUILDREQ-END -BuildRequires: libpython-devel -Requires: python >= %python_version -Requires: PyQt4 -Requires: pyflakes -Requires: python-rope -Requires: python-pep8 -Requires: python-psutil -Requires: python-matplotlib -Requires: ipython3 +BuildRequires: libpython3-devel +Requires: python3 >= %python3_version +Requires: PyQt5-py3 +#Requires: pyflakes +#Requires: python-rope +#Requires: python-pep8 +Requires: python-psutil-py3 +Requires: python-matplotlib-py3 +#Requires: ipython3 Requires: python-Sphinx -Requires: python-pygments +Requires: python-pygments-py3 BuildRoot: %{_tmppath}/%{name}-%{version}-root %description @@ -33,28 +32,26 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root %setup -q %build -CFLAGS="%{optflags}" %{__python} setup.py build +CFLAGS="%{optflags}" %{__python3} setup.py build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%{__python} setup.py install \ +%{__python3} setup.py install \ -O1 --skip-build \ --root="%{buildroot}" \ - --install-headers=%{_includedir}/python \ - --install-lib=%{python_sitearch} \ + --install-headers=%{python3_inc}/python \ + --install-lib=%{python3_sitearch} \ --record=%{name}.filelist sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %files -f %{name}.filelist %defattr(-,root,root) -#%dir %{python27_sitearch}/spyderlib -#%dir %{python27_sitearch}/spyderlib/doc -#%{python27_sitearch}/spyder/doc/* -#%{python27_sitearch}/spyderlib/doc/.buildinfo -#%doc AUTHORS LICENSE %changelog +* Tue Jan 19 2021 Automatic Build System 4.2.1-1mamba +- automatic version update by autodist + * Thu Sep 03 2020 Automatic Build System 4.1.5-1mamba - automatic version update by autodist