From fb8faef77da80e888ab3fbc787cf550d25bfd9484c52f532aa60bcdf41a27baf Mon Sep 17 00:00:00 2001 From: Hans-Peter Jansen Date: Mon, 9 Sep 2019 05:40:41 +0000 Subject: [PATCH] Accepting request 729297 from home:frispete:PyQt5 - Update to version 19.9 + bug fixes + added widgets to support development for embedded controllers with MicroPython (ESP8266/ESP32, CircuitPython and BBC micro:bit) + Main Window + added an action to the Windows menu to activate the current editor + Mercurial Interface + added an action to commit a merge + Web Browser (NG) + added support for the QWebEnginePage.Notifications as Qt 5.13.0 + API Files + added API files for BBC micro:bit MicroPython and updated the PyQt5 API files + API Generator + added the -i switch to ignore the existence of builtin modules when creating API files - Update to version 19.8 + bug fixes + Third Party packages + upgraded pyflakes to version 2.1.1 plus repository changes to fix some issues (until 2019-07-09) - Update to version 19.7 + bug fixes + Code Style Checker + added check for commented code that should be removed + added check for line continuation methods not suggested by PEP-8 + added checks for naive uses of datetime classes - Update to version 19.6 + bug fixes OBS-URL: https://build.opensuse.org/request/show/729297 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/eric?expand=0&rev=23 --- eric.changes | 97 ++++++++++++++++++++++++++++++++++++++++++++++ eric.spec | 8 ++-- eric6-19.04.tar.gz | 3 -- eric6-19.9.tar.gz | 3 ++ 4 files changed, 104 insertions(+), 7 deletions(-) delete mode 100644 eric6-19.04.tar.gz create mode 100644 eric6-19.9.tar.gz diff --git a/eric.changes b/eric.changes index 196c234..f67a96e 100644 --- a/eric.changes +++ b/eric.changes @@ -1,3 +1,100 @@ +------------------------------------------------------------------- +Sat Sep 7 12:46:40 UTC 2019 - Hans-Peter Jansen + +- Update to version 19.9 + + bug fixes + + added widgets to support development for embedded controllers + with MicroPython (ESP8266/ESP32, CircuitPython and BBC micro:bit) + + Main Window + + added an action to the Windows menu to activate the current + editor + + Mercurial Interface + + added an action to commit a merge + + Web Browser (NG) + + added support for the QWebEnginePage.Notifications as Qt 5.13.0 + + API Files + + added API files for BBC micro:bit MicroPython and updated + the PyQt5 API files + + API Generator + + added the -i switch to ignore the existence of builtin modules + when creating API files + +- Update to version 19.8 + + bug fixes + + Third Party packages + + upgraded pyflakes to version 2.1.1 plus repository changes + to fix some issues (until 2019-07-09) + +- Update to version 19.7 + + bug fixes + + Code Style Checker + + added check for commented code that should be removed + + added check for line continuation methods not suggested by PEP-8 + + added checks for naive uses of datetime classes + +- Update to version 19.6 + + bug fixes + + Code Style Checker + + added checks for use of 'gettattr' and 'setattr', base super() + calls and 'assert False' statements + + Editor + + Python Typing + + added support for 'from ... import (...)' + + changed the indentation when the previous line ends with + '(', '[' or '{' + + Ruby Typing + + changed the indentation when the previous line ends with + '(', '[' or '{' + + Mercurial Interface + + extended the log browser to start with showing all incoming + and the first batch of local changesets + + show different icons for incoming, outgoing and normal + changesets + + added capability to search and filter based on the changeset + phase + + added support for the 'closehead' extension (as of Mercurial + 4.8) + + added support for the '--keep' flag of the shelve command + (as of Mercurial 5.0) + + Shell + + added capability to place the Shell window in the left or + right side container + + setup.py Wizard + + updated the Trove classifiers list + + added capability to retrieve the Trove classifiers list from + PyPI + + Variables Viewer + + reimplemented Variables Viewer using QTreeView with + unlimited access to big arrays, dicts, etc. because elements + are lazy loaded + + highlighting of still unloaded (default: yellow background) + and last + + changed variable(s) (default: green background) + + colors for highlighting are configurable through + Debugger->General + + expand / collapse variables with children on double click on + first column, + + in all other cases display detail window + + handling of dict views improved (can be expanded like lists) + + show tooltips on all elements which don't fit into current + column width + + new options in the context menu, e.g. expand / collapse all + child nodes + + Third Party packages + + updated EditorConfig to 0.12.2 + +- Update to version 19.5 + + bug fixes + + General + + added functionality to provide eric6 via PyPI. Installation + can be accomplished via 'pip install eric-ide' + + Python AST Viewer + + added a tool to visualize the AST for a Python source file + + Snapshot Tool + + added code to support screenshots on Wayland desktops (KDE + and Gnome) +- Deal with relocated docs + ------------------------------------------------------------------- Sun Apr 07 03:00:12 UTC 2019 - seanlew@opensuse.org diff --git a/eric.spec b/eric.spec index 40de87b..bc67494 100644 --- a/eric.spec +++ b/eric.spec @@ -37,7 +37,7 @@ %define qt_dir %{_datadir}/qt%{qt_ver} Name: eric -Version: 19.04 +Version: 19.9 Release: 0 Summary: Python IDE based on Qt5 License: GPL-3.0-or-later @@ -105,8 +105,8 @@ python3 install.py -b %{_bindir} -d %{python3_sitelib} -i %{buildroot} -x --pyqt ln -sf eric6 %{buildroot}%{_bindir}/%{name} %files -%license LICENSE.GPL3 -%doc README.rst THANKS +%license eric/docs/LICENSE.GPL3 +%doc eric/docs/README*.rst eric/docs/THANKS eric/docs/eric6-plugin.odt %{_bindir}/* %dir %{_datadir}/metainfo %{_datadir}/metainfo/%{distname}.appdata.xml @@ -118,7 +118,7 @@ ln -sf eric6 %{buildroot}%{_bindir}/%{name} %{python3_sitelib}/ %files api -%license LICENSE.GPL3 +%license eric/docs/LICENSE.GPL3 %dir %{qt_dir} %dir %{qt_dir}/qsci/api/python %{qt_dir}/qsci/api/python/* diff --git a/eric6-19.04.tar.gz b/eric6-19.04.tar.gz deleted file mode 100644 index 7b5079e..0000000 --- a/eric6-19.04.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62b34c8cf152e7342a92ef0c76efe54ae78c611bc50293fcab072a180fafb4dc -size 17160668 diff --git a/eric6-19.9.tar.gz b/eric6-19.9.tar.gz new file mode 100644 index 0000000..7d10de5 --- /dev/null +++ b/eric6-19.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59818143eada9989fc01a072f7e28c2ac15b83644a2a9dd467c72b1217e6ac9d +size 17429729