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:Factory:zSystems |
Version: 19.9 | Vendor: obs://build.opensuse.org/openSUSE:Factory:zSystems |
Release: 1.25 | Build date: Tue Nov 12 05:24:15 2019 |
Group: Development/Tools/IDE | Build host: s390zp26 |
Size: 6533494 | Source RPM: eric-19.9-1.25.src.rpm |
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
* Mon Sep 09 2019 Hans-Peter Jansen <hpj@urpla.net> - fix URL * Sat Sep 07 2019 Hans-Peter Jansen <hpj@urpla.net> - 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 2019 seanlew@opensuse.org - Update to 19.04 * added a checker for advised forms of the return statement * addd extended regex support for C++ 11 * added capability to configure the subline indent * added capability to frame the line containing the cursor * added support for sub-styling * extended support for keyword sets * Sun Mar 03 2019 seanlew@opensuse.org - Update to 19.03 * added an interface for the conda environment/pkg management * suppress auto-completions in various circumstances * changed the if from menu based -> widget-based in toolbox * extended the environment def by a flag indicting remote access * updated pycodestyle to 2.5.0 * updated pyflakes to 2.1.0 * Mon Feb 18 2019 seanlew@opensuse.org - Update to 19.02 * added capability to suppress some markers in the marker map * add capability to the multi project browser to remove a project * added support to select a client SSL Cert (Qt 5.12) * Fri Jan 11 2019 seanlew@opensuse.org - Update to 19.01 * added entry to select the virt environment of the current proj * added support for some resource compiler options * added single application mode * change logic inside eric to use a browser to show help text * Sat Dec 29 2018 sean@suspend.net - Update to 18.12: * changed the 'regexp' search option to use POSIX mode * added the ability to search for a regex * added support for the resource-suffix and --import-from= opts * added a button to open the translator config page * extended the env definition by a flag indicating an Anaconda env * changed the start menu to give a list of defined envs * Fri Nov 02 2018 sean@suspend.net - Update to 18.11: - IRC - - added support for some of the "/" commands to the user context menu - Translator - - changed DeepL support to DeepL Pro - VCS - - added capability to show some VCS information in the main status window * Tue Oct 23 2018 Hans-Peter Jansen <hpj@urpla.net> - Update to 18.10: - General - - changed the extension of the generated script files for Windows from '.bat' to '.cmd' - Debugger - - added code to use the default virtual environment, if none has been configured yet - IRC - - added support for the /query, /notice, /ping, /ignore, /unignore, /away, /join, /part and /partall commands - Tasks - - added code to mark a line as not containing a task with '__NO-TASK__' * Wed Sep 12 2018 Hans-Peter Jansen <hpj@urpla.net> - Update to 18.09: - bug fixes - Mercurial Interface - - added support for Mercurial 4.7 extended commands 'graft', 'rebase' and 'export' * Fri Aug 03 2018 hpj@urpla.net - Update to 18.08: - bug fixes - General - - made the activation of these internal tools configurable * Template-Viewer * File-Browser * Symbols * Code Documentation Viewer * Cooperation * IRC * Numbers - File-Browser - - changed code so file-browser is always a standalone window - Project Interfaces Browser - - added actions to configure some IDL compiler options (-I, -D, -U) - Shell - - changed code so shell is always a standalone window - Translator - - added a translation engine for the IBM Watson Language Translator - Web Browser (NG) - - added default search engine definitions for * Qwant * StartPage - Update to 18.07: - bug fixes - Checkers - - upgraded pyflakes to version 2.0.0 - Debugger - - added support of breakpoint() builtin of Python 3.7 - - added code to try to open the source file if an exception occurred in a cython .pyd file - Git Interface - - added capability to change the URL and/or user credentials for a remote repository - pip Interface - - added support for the '--user' option of install and list commands - - changed to use the new VirtualEnv Manager - Unit Test - - extended the standalone unit test tool to be able to open source in an editor window - VirtualEnv Manager - - added a manager for virtual environments - - changed a few places to use the newly introduced virtual environments (Note: a new session file format and debug properties file format has been introduced) * Thu Jun 07 2018 hpj@urpla.net - fix api requires/obsoletes * Mon Jun 04 2018 hpj@urpla.net - Update to 18.06: - bug fixes - Editor - - added a configuration option (Editor->Style page) to show the marker map on the left or right of the editor - - added a context menu for the "fold" margin - - improved handling of folded lines when using "go to" functions - - resize auto complete list box to fit with contents - - added a configuration option (Editor->autocomplete to set up maximum width and height of the auto complete list box - Shell - - resize auto complete list box to fit with contents - pip Interface - - added an action to install a locally available package/wheel - Web Browser (NG) - - improved the sending of the "Referer" header like it is done by Firefox - remove eric-fix-bindir.patch: desktop files install fix is released from upstream * Sun May 27 2018 hpj@urpla.net - Use build conditionals to select qt version - Further spec file cleanup - Fix eric-api recommendation * Thu May 24 2018 mcepl@suse.com - Rename files from eric6 to eric, when applicable - Build with Qt4 on LEAP 42.3 * Mon May 21 2018 hpj@urpla.net - fix requires/obsoletes - cleanup spec * Fri May 04 2018 hpj@urpla.net - use upstream fix for desktop files * Tue May 01 2018 hpj@urpla.net - Update to 18.05: - bug fixes - General - - added the '--disable-plugin=' option to disable plug-ins via the command line - Code Style Checker - - added support for '# noqa' and '# NOQA' comments to suppress warnings - - extended the dialog to be able to define the number of blank lines before class and function/method definitions - Project - - added support for 'make' to the Project menu and run it automatically before the main script is started (configuration option) - Syntax Checker - - added support for '# noqa' and '# NOQA' comments to suppress warnings - Translator - - updated the translator URL for DeepL - Web Browser (NG) - - improvement of the download manager - - added support for the Google Safe Browsing Lookup API (v4) - Third Party packages - - updated coverage.py to 4.5.1 - - updated pycodestyle to 2.4.0 - - updated send2trash to version 1.5.0 - Fix desktop files executable path * Mon Apr 30 2018 hpj@urpla.net - Update to 18.04: - bug fixes - General - - added config option to disable the use of the global menu bar on Linux Code Style Checker - - added checks for default docstring in functions and modules - - added check for dictionaries with sorted keys - - added checks for logging statements - - added check for the 'gettext' import statement - - added some checks of the bugbear checker - Update to 18.03: - bug fixes - Editor - - added support for EditorConfig - - added VCS conflict markers to the types shown on the marker map - Update to 18.02: - bug fixes - General - - extended the session to store/retrieve the split views and the order of the editors (Note: The new session file format is not backward compatible and cannot be read by eric releases prior to 18.02) - - added basic support for Cython - Editor - - added a context menu entry to "Execute Selection In Console" - Web Browser (NG) - - added support for HTML5 "Desktop Video Capture" and "Desktop Audio and Video Capture" as of Qt 5.10.0/PyQt 5.10.0 - - added the capability to pause/resume download (Qt 5.10.0/PyQt 5.10.0) - - added support for attributes introduced by Qt 5.9 and Qt 5.10 - Rename package to eric6 * Sat Jan 06 2018 termim@gmail.com - Update to 18.01: - bug fixes - Debugger / Breakpoint Viewer - - added the capability to remember the most recently used file names and conditions - Editor - - added an action to the view menu to clear all folds of the current editor - - added an entry to delete all change markers to the marker margin context menu - Project - - If a project does not contain protobuf files, the old project file format (5.1) is generated to make the file backward compatible. - Plug-ins - - added the pip interface plug-in to the core plug-ins - - added the virtualenv/pyvenv interface plug-in to the core plug-ins - - added the setup.py wizard plug-in to the core plug-ins - - added the eric plug-in wizard plug-in to the core plug-ins - - added the .desktop wizard plug-in to the core plug-ins - - added the translator plug-in to the core plug-ins - - added the git plug-in to the core plug-ins * *Note**: These plug-ins should be deinstalled via the plug-in uninstallation dialog of eric before upgrading eric. A reconfiguration of these plug-ins may be neccessary. - PluginToolPip - PluginWizardVirtualenv * Thu Jan 04 2018 termim@gmail.com - fix rpm build
/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/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, Tue Jan 14 23:24:16 2025