SHA256
15
0
forked from pool/eric

Compare commits

4 Commits

Author SHA256 Message Date
89292682d1 Accepting request 1319649 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1319649
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/eric?expand=0&rev=30
2025-11-24 13:13:57 +00:00
91f2345a2c - Remove unused BuildRequires: update-desktop-files.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/eric?expand=0&rev=63
2025-11-24 07:51:14 +00:00
ac1b6bc617 Accepting request 1254555 from devel:languages:python
- Update to 25.3:
  * General
    + Made the code compatible with Qt/PyQt 6.8.
    + Made the code compatible with Python 3.13.
    + Drop support for Python 3.8.
    + Improved the handling of crash sessions.
    + Improved the internal debug logging system.
    + Added a `Help` menu entry to generate some version information and copy
      that to the clipboard (see issue 562).
  * Debugger
    + Added a configuration option to not stop at the first executable
      statement when debugging in passive mode.
    + Added a configuration option to make 'Show only' the default for the
      global and local variables viewer.
  * Editor
    + Added the capability to sort the entries in the code outline by
      occurrence or alphabetically.
    + Changed the editor layout to use a splitter between editor and code
      layout to enhance the flexibility.
    + Added a key event handler to make the keypad ',' always insert a '.'
      character because that is what is needed in programming.
  * Find In Files
    + Added the capability to filter the list of files to be searched.
  * IDE Server
    + Extended the eric-ide server to be able to check, if received messages
      have been sent by a valid eric IDE.
    + Extended the eric-ide server integration in the file browser.
    + Added functionality to work with remote files and projects via
      an `eric-ide Server` on a remote computer.
  * pip Interface

OBS-URL: https://build.opensuse.org/request/show/1254555
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/eric?expand=0&rev=29
2025-03-20 18:25:23 +00:00
a312d13429 - Update to 25.3:
* General
    + Made the code compatible with Qt/PyQt 6.8.
    + Made the code compatible with Python 3.13.
    + Drop support for Python 3.8.
    + Improved the handling of crash sessions.
    + Improved the internal debug logging system.
    + Added a `Help` menu entry to generate some version information and copy
      that to the clipboard (see issue 562).
  * Debugger
    + Added a configuration option to not stop at the first executable
      statement when debugging in passive mode.
    + Added a configuration option to make 'Show only' the default for the
      global and local variables viewer.
  * Editor
    + Added the capability to sort the entries in the code outline by
      occurrence or alphabetically.
    + Changed the editor layout to use a splitter between editor and code
      layout to enhance the flexibility.
    + Added a key event handler to make the keypad ',' always insert a '.'
      character because that is what is needed in programming.
  * Find In Files
    + Added the capability to filter the list of files to be searched.
  * IDE Server
    + Extended the eric-ide server to be able to check, if received messages
      have been sent by a valid eric IDE.
    + Extended the eric-ide server integration in the file browser.
    + Added functionality to work with remote files and projects via
      an `eric-ide Server` on a remote computer.
  * pip Interface

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/eric?expand=0&rev=61
2025-03-20 05:09:30 +00:00
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Nov 22 21:16:46 CET 2025 - Stanislav Brabec <sbrabec@suse.com>
- Remove unused BuildRequires: update-desktop-files.
-------------------------------------------------------------------
Thu Mar 20 04:57:58 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package eric
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2010-2023 LISA GmbH, Bingen, Germany
#
# All modifications and additions to the file contributed by third parties
@@ -40,7 +40,6 @@ BuildRequires: python3-qt6
BuildRequires: python3-qtcharts-qt6
BuildRequires: python3-qtwebengine-qt6
BuildRequires: python3-xml
BuildRequires: update-desktop-files
Requires: python3-EditorConfig
Requires: python3-Pygments
Requires: python3-asttokens