| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: eric-api | Distribution: openSUSE Tumbleweed |
| Version: 21.11 | Vendor: openSUSE |
| Release: 2.5 | Build date: Mon Mar 20 07:12:46 2023 |
| Group: Development/Tools/IDE | Build host: sheep88 |
| Size: 6480236 | Source RPM: eric-21.11-2.5.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: https://eric-ide.python-projects.org/ | |
| Summary: API files for eric6 | |
This package provides API files for eric6. If both python-eric6 and python3-eric6 packages are installed then only one python-eric6-api or python3-eric6-api is needed.
GPL-3.0-or-later
* Sun Mar 06 2022 Hans-Peter Jansen <hpj@urpla.net>
- Add new EditorConfig dependency
- Add libQt5Sql5-sqlite dependency and recommends for mysql and
postgresql plug-ins
- Add more recommends, according to install.py
* Sat Jan 15 2022 Dirk Müller <dmueller@suse.com>
- update to 21.11
eric 21.11 has been released. It fixes just a few bugs. This will be the last
release of the 'eric6' line of development (i.e. the one requiring PyQt5/Qt5 as
its execution environment).
* Mon Oct 25 2021 Hans-Peter Jansen <hpj@urpla.net>
- Update to version 21.9
- bug fixes
- MicroPython
- - extended the list of known CircuitPython and UF2 capable
devices
- Unit Test
- - added support for sub-tests
- Update to version 21.7
- bug fixes
- Update to version 21.6
- bug fixes
- Tasks
- - made the task properties dialog adapt to the task kind
- - added code to get typed manual tasks
- UML Diagrams
- - extended the class items to show class attributes
- - added code to load a saved UML diagram via the file browser
or
the project others browser
- - improved the diagram layout of the Import Diagram and the
Application Diagram
- - added code to save and load diagrams as JSON files
- - changed code to print diagrams
- Update to version 21.5
- bug fixes
- Code Style Checker
- - added a checker to find code that could be simplified
- - added capability to the results page to filter the messages
based on
message code
- - improved the statistics handling
- - updated pycodestyle to version 2.7.0
- MicroPython
- - added option to select the baud rate for flashing ESP32 and
ESP8266 boards
- - updated the BBC micro:bit API file to support micro:bit V2
- Python Lexer
- - updated the substyle contents
- Syntax Checker
- - updated pyflakes to version 2.3.1
- Third Party packages
- - removed most of the bundled Third Party packages in favour
of pip
installed packages
- Update to version 21.4
- bug fixes
- Code Style Checker
- - added a checker to help porting to the 'pathlib' module
- Debugger
- - extended the Start... dialogs to allow to override some
global
configuration settings (redirect stdin/stdout/stderr)
- Editor
- - added capability to delete the matching brace if the cursor
is
in between them (e.g. {}) and backspace is pressed
- Pip Interface
- - added support for a re-installation of selected packages
- Shell
- - changed the shell special commands to start with a '%' (e.g.
%start)
- Update to version 21.3
- bug fixes
- General
- - changed the default file format for several generated files
to be based on
JSON
- - added support for Cython
- Debugger
- - added capability to delete environment variables for the
debugged script
by adding a '-' to the variable name in the start dialog
- Debug Viewer
- - changed code to show project relative paths in the
breakpoint viewer
- Editor
- - integrated the "Quick Search" functionality into the editor
search widget
- - added support for Cython to the code outline/navigation
lists
- - added support for Cython to the Typing Completers
- File Browser
- - added capability to show/hide hidden files (i.e. those
starting with '.')
- - added capability to create new files/directories and delete
them
- - added Cython support to show the file structure of these
files
- Mercurial Interface
- - added support for Mercurial 5.7
- MicroPython
- - added support for "Raspberry Pi Pico" (i.e. RP2040 based
boards)
- - extended the list of supported (recognized) CircuitPython
boards
- - added capability to manually configure devices not yet known
by eric6
- - added a generic dialog for flashing UF2 capable devices
(with device
detection)
- - added code to support 'middle button paste'
- pip Interface
- - changed code for the search function to work with the PyPI
search page
because the XML-RPC search interface of PyPI is still disabled
- - extended the Package Details dialog to include buttons to
install,
upgrade or uninstall the package
- Update to version 21.2
- bug fixes
- General
- - added support for PyQt6
- - added support for PySide6
- Code Style Checker
- - added a commented code whitelist patterns to the
Miscellaneous Checker
- - added support for the '@yield' and '@ytype' tags
- Debugger
- - added support for debugging multiprocess scripts using these
methods
- -- QProcess.start(), QProcess.startDetached()
- -- subprocess.Popen()
- -- multiprocessing.Process()
- -- os.spawnl...(), os.spawnv...(), os.posix_spawn...(),
os.fork(),
os.fork_exec()
- -- _winapi.CreateProcess(), _subprocess.CreateProcess()
- - added support for debugging code strings (-c, --code) or
script modules
(-m, --module)
- - added support for the "Continue Until" action execution code
until the
current cursor line (if it is greater than the current line) or
until
returning from the current frame
- Documentation Generator
- - added support for the '@yield' and '@ytype' tags to document
generators
- Editor
- - added code to enclose the current selection by entering ", '
or a bracket
( (, ), [, ], {, }, <, > ) characters
- - extended the exporters to support sub-styles
- - added functionality to insert docstring templates via the
context menu
(cursor placed on first line of function definition), after
entering
the docstring start string (e.g. """ for Python) or via a
keyboard
shortcut (default: Ctrl+Alt+D) when cursor is either placed on
the
function definition line or after the end of the function
definition
- Find File Dialog
- - added option to exclude hidden files and directories
- - changed directory tree search logic to derive the file
patterns from the
project file type associations, if the directory to be searched
is a
sub-directory of the project
- User Interface
- - added capability to show Qt6 documentation (configurable)
- VirtualEnv Manager
- - improved the handling of virtual environments slightly
- Web-Browser
- - added an error page for not supported eric: URLs
- Third Party packages
- - updated eradicate.py to 2.0.0
- - updated chardet to 4.0.0
- - updated coverage.py to 5.3.1
- - updated editorconfig to 0.12.3
- - updated Pygments to 2.7.4
* Sat Jan 02 2021 Hans-Peter Jansen <hpj@urpla.net>
- Update to version 21.1
- bug fixes
- Update to version 20.12.1
- bug fixes
- Update to version 20.12
- bug fixes
- Update to version 20.11
- bug fixes
- Editor
- - added support for TOML files
- Main Window
- - added a dialog showing information about the installation
process
(see Help menu)
- Mini Editor
- - added a status bar languages menu
- - added a status bar zoom slider
- - added zoom actions menu and toolbar
- Syntax Checker
- - added a syntax checker for TOML files
- Web Browser
- - added a SSL information page to the site info dialog
- - added a clickable SSL info label to the URL entry
- Various
- - changed code to not use deprecated 'QRegExp' anymore
- Don't attempt to install/use pyqt5-tools/qt5-applications
- Don't create install info file
rpmlint complains that this file contains buildroot
* Mon Oct 05 2020 Hans-Peter Jansen <hpj@urpla.net>
- Update to version 20.10
- bug fixes
- Editor
- - added an outline widget showing the structure of the editor
source code and allowing to navigate in the code
- Python Disassembly Viewer
- - added a tool to visualize the Python byte code generated
from a Python source file
- - added a viewer to visualize Python byte code generated from
a Python traceback of an exception as an additional tab of
the debug viewer
- - added capability to show information about a code object
- Third Party packages
- - updated Pygments to 2.7.0
- - updated coverage.py to 5.3.0
- - removed th no longer needed 'enum' package
- Various
- - changed the code to not rely on the Qt Resource system
anymore (no .qrc files and no use of pyrcc5 anymore)
- Update to version 20.9
- bug fixes
- File Browser
- - changed it to react upon changed files if their contents is
shown Tasks
- - added separate task categories for 'Test' and
'Documentation' tasks
- Mercurial Interface
- - removed the interface for the deprecated 'fetch' extension
- VCS Interfaces
- - added a configuration option to disable the VCS toolbars
* Sun Aug 16 2020 Dirk Mueller <dmueller@suse.com>
- update to 20.8
- bug fixes
- removed support for Python2
- removed support for Qt4 (PyQt4 and pyside)
- - added menu action for pip cache management
- - changed the dialog to allow the selection of checker categories
- - added several security related checks (ported from bandit)
- - extended the dialog to show a list of files still to be checked
- - updated pycodestyle to version 2.6.0
- - updated pyflakes to version 2.2.0
- - updated asttoken to version 2.0.4
- bug fixes
- - added a configurable URL entry color to indicate sites with certificate
issues
- - added code to ask for the title of a new bookmark folder
- - updated Pygments to 2.3.1
* Sat May 09 2020 Hans-Peter Jansen <hpj@urpla.net>
- Update to version 20.5:
- MicroPython
- - added support for Calliope mini
- Third Party packages
- - updated Pygments to 2.3.1
* Sun Apr 05 2020 Hans-Peter Jansen <hpj@urpla.net>
- Update to version 20.4:
- bug fixes
- General
- - included a new icon set based on the Breeze icons of KDE
* Sat Mar 14 2020 Hans-Peter Jansen <hpj@urpla.net>
- Update to version 20.3:
- bug fixes
- Debugger
- - added debugging support for QRunable
- Mercurial Interface
- - added support for the '--secure' flag of hg import as of
Mercurial 5.3
- Syntax Checker
- - updated pyflakes to repository as of 2020-02-03
- Third Party packages
- - updated coverage.py to 5.0.3
* Mon Feb 03 2020 Hans-Peter Jansen <hpj@urpla.net>
- Update to version 20.2:
- bug fixes
- remove source URL workaround (fixed upstream)
* Sun Jan 26 2020 Hans-Peter Jansen <hpj@urpla.net>
- fix source URL
* Sun Jan 26 2020 Hans-Peter Jansen <hpj@urpla.net>
- Update to version 20.1:
- bug fixes
- MicroPython
- - added entries to the ESP menu to show the Chip ID, Flash ID and
MAC Address
- - added entries to the ESP menu to backup and restore a firmware
- Web Browser
- - added support for viewing PDF documents inside the web browser
(requires PyQt/Qt 5.13 or better)
/usr/share/licenses/eric-api /usr/share/licenses/eric-api/LICENSE.GPL3 /usr/share/qt5 /usr/share/qt5/qsci/api/python /usr/share/qt5/qsci/api/python/calliope.api /usr/share/qt5/qsci/api/python/circuitpython.api /usr/share/qt5/qsci/api/python/eric6.api /usr/share/qt5/qsci/api/python/eric6.bas /usr/share/qt5/qsci/api/python/microbit.api /usr/share/qt5/qsci/api/python/micropython.api /usr/share/qt5/qsci/api/python/micropython.bas /usr/share/qt5/qsci/api/python/zope-2.10.7.api /usr/share/qt5/qsci/api/python/zope-2.11.2.api /usr/share/qt5/qsci/api/python/zope-3.3.1.api /usr/share/qt5/qsci/api/qss /usr/share/qt5/qsci/api/qss/qss.api /usr/share/qt5/qsci/api/ruby /usr/share/qt5/qsci/api/ruby/Ruby-1.8.7.api /usr/share/qt5/qsci/api/ruby/Ruby-1.8.7.bas /usr/share/qt5/qsci/api/ruby/Ruby-1.9.1.api /usr/share/qt5/qsci/api/ruby/Ruby-1.9.1.bas
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Nov 29 22:32:12 2025