Hello community, here is the log from the commit of package eric5 for openSUSE:Factory checked in at 2014-01-08 20:06:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/eric5 (Old) and /work/SRC/openSUSE:Factory/.eric5.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "eric5" Changes: -------- --- /work/SRC/openSUSE:Factory/eric5/eric5.changes 2013-12-11 15:39:46.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.eric5.new/eric5.changes 2014-01-08 20:06:02.000000000 +0100 @@ -1,0 +2,104 @@ +Tue Jan 7 18:33:24 UTC 2014 - [email protected] + +- Update to version 5.4.0 + - General + * introduced a zoom widget in the status bar of several windows + * centralized the SSL error handling in E5SslErrorHandler + * moved the SSL widgets to the E5Network package + * changed the 'import' statements to improve startup behavior + * removed the QtHelp dependancy; support is only available, if the + QtHelp module could be imported + * changed code to be compatible with latest PyQt4 Windows installers + * introduced a configurable delay timer to get smoother sidebars + behavior + * added a specialized error message handler allowing to filter + messages + * added commandline options '--start-file', '--start-multi' and + '--start-project' to start with the most recently opened file, multi + project or project + * added a dialog to show the most recent error log + - Debugger + * Debug Viewer + - added a viewer for the call stack leading to the current line + * Variables Viewer + - changed the way multi line strings are shown in the value + column + - Checkers + * Coding Style (previously PEP-8) + - extended the coding style checker and its fixer + - added a checker for naming conventions + - dded a checker for docstring conventions + - extended the fixer for docstring issues + - Editor + * added the capability to preview HTML, Mardown and ReST files + * added the capability to sort lines spanned by a rectangular + selection based on the selected text + * added entires to convert the selection to upper/lower case to the + edit menu + * changed the line numbers margin to adjust themselves to the size + needed + * added support for virtual space + * added support to show the current class/method name in the combo + boxes at the top of the editor + - File Browser + * added a JavaScript parser in order to show the structure of + JavaScript files + - Mini Editor + * changed the line numbers margin to adjust themselves to the size + needed + * added support for virtual space + - Multi Project + * extended the context menus of the multi project browser to be able + to add projects this way + - Project + * added support for PyQt5 projects + - Project Viewer + * All + - added a context menu entry to delete the selected directory + * Forms Viewer + - added support for more widgets in the code creation dialog + - added a plug-in hook for the 'open' action + * Sources Viewer + - added support to highlight the current class/method name of the + current editor + - added a JavaScript parser in order to show the structure of + JavaScript files + * Translations Viewer + - added a plug-in hook for the 'open' action + - Shell + * changed the line numbers margin to adjust themselves to the size + needed + - Symbols Viewer + * extended the list of supported unicode code blocks + - Template Viewer + * added a context menu entry to reload the templates + * changed logic such, that the templates are only written, if they + contain some changes + - User Interface + * made the search and replace widgets scrollable (customisation for + smaller screens) + - Version Control System Interfaces + * All + - added a confirmation dialog to the 'revert' actions + * Mercurial + - added a 'Copy Changesets' button to the log browser dialog + - editing the config file will generate a minimal one if none + exists + - added support for the 'summary' command --- added capability + to compare files side-by-side + * Subversion + - added capability to compare files side-by-side + - added cabaility to upgrade the working copy format + - Web Browser + * reworked the various SSL info widgets to show more info + * added a dialog to configure hosts to be exempted from caching + * added the capability to save the visible part of the current page + as a screen shot + - Wizards + * added a wizard for the Qt5 QRegularExpression class (requires + PyQt5) + * added support for PyQt5 to the QFileDialog wizard + - Third Party packages + * updated to Pygments 1.6 + +------------------------------------------------------------------- @@ -709 +812,0 @@ - Old: ---- eric5-5.3.9.tar.gz eric5-i18n-cs-5.3.9.tar.gz eric5-i18n-de-5.3.9.tar.gz eric5-i18n-en-5.3.9.tar.gz eric5-i18n-es-5.3.9.tar.gz eric5-i18n-fr-5.3.9.tar.gz eric5-i18n-it-5.3.9.tar.gz eric5-i18n-ru-5.3.9.tar.gz eric5-i18n-tr-5.3.9.tar.gz eric5-i18n-zh_CN.GB2312-5.3.9.tar.gz New: ---- eric5-5.4.0.tar.gz eric5-i18n-cs-5.4.0.tar.gz eric5-i18n-de-5.4.0.tar.gz eric5-i18n-en-5.4.0.tar.gz eric5-i18n-es-5.4.0.tar.gz eric5-i18n-fr-5.4.0.tar.gz eric5-i18n-it-5.4.0.tar.gz eric5-i18n-ru-5.4.0.tar.gz eric5-i18n-tr-5.4.0.tar.gz eric5-i18n-zh_CN.GB2312-5.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ eric5.spec ++++++ --- /var/tmp/diff_new_pack.yoIbOF/_old 2014-01-08 20:06:04.000000000 +0100 +++ /var/tmp/diff_new_pack.yoIbOF/_new 2014-01-08 20:06:04.000000000 +0100 @@ -17,7 +17,7 @@ Name: eric5 -Version: 5.3.9 +Version: 5.4.0 Release: 0 Summary: Python IDE based on Qt4 License: GPL-3.0+ ++++++ eric5-5.3.9.tar.gz -> eric5-5.4.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/eric5/eric5-5.3.9.tar.gz /work/SRC/openSUSE:Factory/.eric5.new/eric5-5.4.0.tar.gz differ: char 5, line 1 ++++++ eric5-build_compare.patch ++++++ --- /var/tmp/diff_new_pack.yoIbOF/_old 2014-01-08 20:06:04.000000000 +0100 +++ /var/tmp/diff_new_pack.yoIbOF/_new 2014-01-08 20:06:04.000000000 +0100 @@ -1,47 +1,57 @@ -Index: install.py -=================================================================== ---- install.py.orig -+++ install.py -@@ -530,24 +530,24 @@ def installEric(): +--- install.py.orig 2014-01-07 12:47:07.828919303 -0500 ++++ install.py 2014-01-07 12:51:03.562879878 -0500 +@@ -587,28 +587,28 @@ apidir = os.path.join(cfg['apidir'], progLanguage.lower()) if not os.path.exists(apidir): os.makedirs(apidir) -- for apiName in glob.glob(os.path.join(sourceDir, "APIs", progLanguage, "*.api")): -+ for apiName in sorted(glob.glob(os.path.join(sourceDir, "APIs", progLanguage, "*.api"))): +- for apiName in glob.glob(os.path.join(sourceDir, "APIs", +- progLanguage, "*.api")): ++ for apiName in sorted(glob.glob(os.path.join(sourceDir, "APIs", ++ progLanguage, "*.api"))): try: shutilCopy(apiName, apidir) except EnvironmentError: print("Could not install '{0}'.".format(apiName)) -- for apiName in glob.glob(os.path.join(sourceDir, "APIs", progLanguage, "*.bas")): -+ for apiName in sorted(glob.glob(os.path.join(sourceDir, "APIs", progLanguage, "*.bas"))): +- for apiName in glob.glob(os.path.join(sourceDir, "APIs", +- progLanguage, "*.bas")): ++ for apiName in sorted(glob.glob(os.path.join(sourceDir, "APIs", ++ progLanguage, "*.bas"))): try: shutilCopy(apiName, apidir) except EnvironmentError: print("Could not install '{0}'.".format(apiName)) if progLanguage == "Python": # copy Python3 API files to the same destination -- for apiName in glob.glob(os.path.join(sourceDir, "APIs", "Python3", "*.api")): -+ for apiName in sorted(glob.glob(os.path.join(sourceDir, "APIs", "Python3", "*.api"))): +- for apiName in glob.glob(os.path.join(sourceDir, "APIs", +- "Python3", "*.api")): ++ for apiName in sorted(glob.glob(os.path.join(sourceDir, "APIs", ++ "Python3", "*.api"))): try: shutilCopy(apiName, apidir) except EnvironmentError: print("Could not install '{0}'.".format(apiName)) -- for apiName in glob.glob(os.path.join(sourceDir, "APIs", "Python3", "*.bas")): -+ for apiName in sorted(glob.glob(os.path.join(sourceDir, "APIs", "Python3", "*.bas"))): +- for apiName in glob.glob(os.path.join(sourceDir, "APIs", +- "Python3", "*.bas")): ++ for apiName in sorted(glob.glob(os.path.join(sourceDir, "APIs", ++ "Python3", "*.bas"))): try: shutilCopy(apiName, apidir) except EnvironmentError: -@@ -687,11 +687,11 @@ def createConfig(): +@@ -760,13 +760,13 @@ apis = [] for progLanguage in progLanguages: -- for apiName in glob.glob(os.path.join(sourceDir, "APIs", progLanguage, "*.api")): -+ for apiName in sorted(glob.glob(os.path.join(sourceDir, "APIs", progLanguage, "*.api"))): +- for apiName in glob.glob( +- os.path.join(sourceDir, "APIs", progLanguage, "*.api")): ++ for apiName in sorted(glob.glob( ++ os.path.join(sourceDir, "APIs", progLanguage, "*.api"))): apis.append(os.path.basename(apiName)) if progLanguage == "Python": # treat Python3 API files the same as Python API files -- for apiName in glob.glob(os.path.join(sourceDir, "APIs", "Python3", "*.api")): -+ for apiName in sorted(glob.glob(os.path.join(sourceDir, "APIs", "Python3", "*.api"))): +- for apiName in glob.glob( +- os.path.join(sourceDir, "APIs", "Python3", "*.api")): ++ for apiName in sorted(glob.glob( ++ os.path.join(sourceDir, "APIs", "Python3", "*.api"))): apis.append(os.path.basename(apiName)) fn = 'eric5config.py' ++++++ eric5-i18n-cs-5.3.9.tar.gz -> eric5-i18n-cs-5.4.0.tar.gz ++++++ ++++ 81415 lines of diff (skipped) ++++++ eric5-i18n-de-5.3.9.tar.gz -> eric5-i18n-de-5.4.0.tar.gz ++++++ ++++ 58865 lines of diff (skipped) ++++++ eric5-i18n-en-5.3.9.tar.gz -> eric5-i18n-en-5.4.0.tar.gz ++++++ ++++ 73364 lines of diff (skipped) ++++++ eric5-i18n-es-5.3.9.tar.gz -> eric5-i18n-es-5.4.0.tar.gz ++++++ ++++ 78868 lines of diff (skipped) ++++++ eric5-i18n-fr-5.3.9.tar.gz -> eric5-i18n-fr-5.4.0.tar.gz ++++++ ++++ 83676 lines of diff (skipped) ++++++ eric5-i18n-it-5.3.9.tar.gz -> eric5-i18n-it-5.4.0.tar.gz ++++++ ++++ 50548 lines of diff (skipped) ++++++ eric5-i18n-ru-5.3.9.tar.gz -> eric5-i18n-ru-5.4.0.tar.gz ++++++ ++++ 82682 lines of diff (skipped) ++++++ eric5-i18n-tr-5.3.9.tar.gz -> eric5-i18n-tr-5.4.0.tar.gz ++++++ ++++ 80011 lines of diff (skipped) ++++++ eric5-i18n-zh_CN.GB2312-5.3.9.tar.gz -> eric5-i18n-zh_CN.GB2312-5.4.0.tar.gz ++++++ ++++ 83495 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
