Hello community, here is the log from the commit of package eric for openSUSE:Factory checked in at 2019-11-14 23:49:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/eric (Old) and /work/SRC/openSUSE:Factory/.eric.new.26869 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "eric" Thu Nov 14 23:49:24 2019 rev:12 rq:748191 version:19.11 Changes: -------- --- /work/SRC/openSUSE:Factory/eric/eric.changes 2019-09-09 23:49:46.321312206 +0200 +++ /work/SRC/openSUSE:Factory/.eric.new.26869/eric.changes 2019-11-14 23:49:25.500603572 +0100 @@ -1,0 +2,56 @@ +Wed Nov 13 09:46:24 UTC 2019 - Hans-Peter Jansen <[email protected]> + +- Fix source path + +------------------------------------------------------------------- +Tue Nov 12 14:11:58 UTC 2019 - Hans-Peter Jansen <[email protected]> + +- Clean up spec file + +------------------------------------------------------------------- +Tue Nov 5 09:43:27 UTC 2019 - Hans-Peter Jansen <[email protected]> + +- Update to version 19.11 + - bug fixes + - Editor + - extended the spell checking functionality for all text files + - added a context menu to select spell check language + - made the preview refresh timeout configurable + (see Editor -> File Handling config page) + - Error Message Dialog: + - added a configurable minimum severity for messages being + shown in a dialog (see Application config page) + - MicroPython + - added support for PyBoard + - Previewers + - enhanced the Markdown previewer by using the PyMdown + extensions, if they are available and have been enabled + - enhanced the Markdown previewer to support MathJax, if it + has been enabled + - enhanced the Markdown previewer to support Mermaid via the + md_mermaid extension, if it is available and has been enabled + +- Update to version 19.10 + - bug fixes + - removed runtime support for Python2 and PyQt4 + - changed minimum Qt/PyQt version required to 5.9.0 + - Code Style Checker + - added more comprehension checks + - added checks for insecure use of sys.version and + sys.version_info + - added a checker class for type annotations + - Editor + - added configuration option to set the tab and indentation + width for each languages separately (as an override to the global + ones) + - added a typing aid for YAML + - QFileDialog Wizard: + - added support for the QFileDialog.get...Url() methods + - added support for E5FileDialog + - Third Party packages + - updated coverage.py to 4.5.4 + +- Remove PyQt4 support from spec +- Enable dependency checks + +------------------------------------------------------------------- Old: ---- eric6-19.9.tar.gz New: ---- eric6-19.11.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ eric.spec ++++++ --- /var/tmp/diff_new_pack.zDAOhU/_old 2019-11-14 23:49:28.476602536 +0100 +++ /var/tmp/diff_new_pack.zDAOhU/_new 2019-11-14 23:49:28.500602527 +0100 @@ -18,39 +18,25 @@ %define distname eric6 -# python3-qscintilla isn't available for some Leap versions -# build with PyQt4 instead -%if 0%{?suse_version} <= 1315 -%bcond_with qt5 -%else -%bcond_without qt5 -%endif - -%if %{with qt5} -%define qt_ver 5 -%define qt_ext -qt%{qt_ver} -%else -%define qt_ver 4 -# no qt_ext -%endif - -%define qt_dir %{_datadir}/qt%{qt_ver} - Name: eric -Version: 19.9 +Version: 19.11 Release: 0 Summary: Python IDE based on Qt5 License: GPL-3.0-or-later Group: Development/Tools/IDE URL: https://eric-ide.python-projects.org/ -Source: https://sourceforge.net/projects/eric-ide/files/%{distname}/stable/19.09/%{distname}-%{version}.tar.gz +Source: https://sourceforge.net/projects/eric-ide/files/%{distname}/stable/%{version}/%{distname}-%{version}.tar.gz BuildRequires: fdupes -BuildRequires: python3%{?qt_ext} -BuildRequires: python3-qscintilla%{?qt_ext} +BuildRequires: python3-qscintilla-qt5 +BuildRequires: python3-qt5 +BuildRequires: python3-qtcharts-qt5 +BuildRequires: python3-qtwebengine-qt5 BuildRequires: python3-xml BuildRequires: update-desktop-files -Requires: python3%{?qt_ext} -Requires: python3-qscintilla%{?qt_ext} +Requires: python3-qscintilla-qt5 +Requires: python3-qt5 +Requires: python3-qtcharts-qt5 +Requires: python3-qtwebengine-qt5 Requires: python3-xml Recommends: %{name}-api = %{version} Recommends: python3-cx_Freeze @@ -100,7 +86,7 @@ # nothing here %install -python3 install.py -b %{_bindir} -d %{python3_sitelib} -i %{buildroot} -x --pyqt=%{qt_ver} +python3 install.py -b %{_bindir} -d %{python3_sitelib} -i %{buildroot} %fdupes %{buildroot}%{python3_sitelib} ln -sf eric6 %{buildroot}%{_bindir}/%{name} @@ -112,19 +98,18 @@ %{_datadir}/metainfo/%{distname}.appdata.xml %{_datadir}/applications/%{distname}.desktop %{_datadir}/applications/%{distname}_browser.desktop -%{_datadir}/applications/%{distname}_webbrowser.desktop %{_datadir}/pixmaps/eric.png %{_datadir}/pixmaps/ericWeb.png %{python3_sitelib}/ %files api %license eric/docs/LICENSE.GPL3 -%dir %{qt_dir} -%dir %{qt_dir}/qsci/api/python -%{qt_dir}/qsci/api/python/* -%dir %{qt_dir}/qsci/api/ruby -%{qt_dir}/qsci/api/ruby/* -%dir %{qt_dir}/qsci/api/qss -%{qt_dir}/qsci/api/qss/* +%dir %{_datadir}/qt5 +%dir %{_datadir}/qt5/qsci/api/python +%{_datadir}/qt5/qsci/api/python/* +%dir %{_datadir}/qt5/qsci/api/ruby +%{_datadir}/qt5/qsci/api/ruby/* +%dir %{_datadir}/qt5/qsci/api/qss +%{_datadir}/qt5/qsci/api/qss/* %changelog ++++++ eric6-19.9.tar.gz -> eric6-19.11.tar.gz ++++++ /work/SRC/openSUSE:Factory/eric/eric6-19.9.tar.gz /work/SRC/openSUSE:Factory/.eric.new.26869/eric6-19.11.tar.gz differ: char 5, line 1
