[spyder] branch master updated (78fc2d2 -> 8ee40d9)

Frédéric-Emmanuel Picca picca at alioth.debian.org
Mon Aug 19 20:25:09 UTC 2013


This is an automated email from the git hooks/post-receive script.

picca pushed a change to branch master
in repository spyder.

      from  78fc2d2   fix a lintian warning
       new  c813c8c   Imported Upstream version 2.2.1+dfsg
       new  e5c785d   Merge tag 'upstream/2.2.1+dfsg'
       new  5eeed14   prepare for release
       new  f0849c2   Imported Upstream version 2.2.2+dfsg
       new  2eb0475   Merge tag 'upstream/2.2.2+dfsg'
       new  8ee40d9   release

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 PKG-INFO                                           |    4 +-
 bootstrap.py                                       |    5 +-
 debian/changelog                                   |   12 +
 doc/images/git_install_dialog.png                  |  Bin 0 -> 38663 bytes
 doc/installation.rst                               |  306 +-
 doc/projectexplorer.rst                            |   23 +
 setup.py                                           |   14 +-
 spyderlib/__init__.py                              |    2 +-
 spyderlib/config.py                                |   11 +-
 spyderlib/images/actions/arrow-continue.png        |  Bin 0 -> 1911 bytes
 spyderlib/images/actions/control.png               |  Bin 396 -> 0 bytes
 spyderlib/images/actions/maximize.png              |  Bin 1109 -> 1121 bytes
 spyderlib/images/actions/stop_debug.png            |  Bin 0 -> 1746 bytes
 spyderlib/images/actions/unmaximize.png            |  Bin 944 -> 1012 bytes
 spyderlib/images/actions/window_fullscreen.png     |  Bin 833 -> 315 bytes
 spyderlib/images/actions/window_nofullscreen.png   |  Bin 962 -> 748 bytes
 spyderlib/images/editor/breakpoint.png             |  Bin 333 -> 0 bytes
 spyderlib/images/editor/breakpoint_big.png         |  Bin 0 -> 2084 bytes
 spyderlib/images/editor/breakpoint_cond.png        |  Bin 312 -> 0 bytes
 spyderlib/images/editor/breakpoint_cond_big.png    |  Bin 0 -> 2084 bytes
 spyderlib/images/editor/breakpoint_cond_small.png  |  Bin 0 -> 765 bytes
 spyderlib/images/editor/breakpoint_small.png       |  Bin 0 -> 815 bytes
 spyderlib/images/editor/debug.png                  |  Bin 0 -> 2079 bytes
 spyderlib/images/editor/run.png                    |  Bin 1706 -> 765 bytes
 spyderlib/images/editor/run_again.png              |  Bin 1735 -> 1357 bytes
 spyderlib/images/editor/run_selection.png          |  Bin 1198 -> 909 bytes
 spyderlib/images/editor/run_settings.png           |  Bin 0 -> 1286 bytes
 spyderlib/images/filetypes/{htm.png => js.png}     |  Bin 488 -> 488 bytes
 spyderlib/locale/es/LC_MESSAGES/spyderlib.mo       |  Bin 89445 -> 90036 bytes
 spyderlib/locale/es/LC_MESSAGES/spyderlib.po       | 9013 ++++++++++----------
 spyderlib/locale/fr/LC_MESSAGES/spyderlib.mo       |  Bin 82778 -> 83263 bytes
 spyderlib/locale/fr/LC_MESSAGES/spyderlib.po       |  597 +-
 spyderlib/locale/spyderlib.pot                     |  592 +-
 spyderlib/pil_patch.py                             |   13 +-
 spyderlib/plugins/configdialog.py                  |   20 +-
 spyderlib/plugins/editor.py                        |   31 +-
 spyderlib/plugins/history.py                       |    3 +-
 spyderlib/plugins/inspector.py                     |    3 +-
 spyderlib/plugins/ipythonconsole.py                |   18 +-
 spyderlib/plugins/runconfig.py                     |   17 +-
 spyderlib/rope_patch.py                            |   35 +-
 spyderlib/spyder.py                                |   28 +-
 spyderlib/utils/codeanalysis.py                    |    2 +-
 spyderlib/utils/inspector/static/css/default.css   |    2 +-
 spyderlib/widgets/dicteditorutils.py               |    2 +-
 spyderlib/widgets/editor.py                        |   41 +-
 spyderlib/widgets/explorer.py                      |    4 +-
 spyderlib/widgets/externalshell/sitecustomize.py   |   17 +-
 spyderlib/widgets/shell.py                         |   16 +-
 spyderlib/widgets/sourcecode/base.py               |   25 +-
 spyderlib/widgets/sourcecode/codeeditor.py         |   18 +-
 spyderlib/widgets/sourcecode/syntaxhighlighters.py |    4 +
 .../locale/es/LC_MESSAGES/p_breakpoints.mo         |  Bin 812 -> 752 bytes
 spyderplugins/locale/es/LC_MESSAGES/p_profiler.mo  |  Bin 790 -> 790 bytes
 spyderplugins/locale/es/LC_MESSAGES/p_pylint.mo    |  Bin 1090 -> 1090 bytes
 .../locale/fr/LC_MESSAGES/p_breakpoints.mo         |  Bin 731 -> 731 bytes
 spyderplugins/locale/fr/LC_MESSAGES/p_profiler.mo  |  Bin 2191 -> 2191 bytes
 spyderplugins/locale/fr/LC_MESSAGES/p_pylint.mo    |  Bin 2458 -> 2458 bytes
 spyderplugins/widgets/pylintgui.py                 |   29 +-
 59 files changed, 5775 insertions(+), 5132 deletions(-)
 create mode 100644 doc/images/git_install_dialog.png
 create mode 100644 spyderlib/images/actions/arrow-continue.png
 delete mode 100644 spyderlib/images/actions/control.png
 create mode 100644 spyderlib/images/actions/stop_debug.png
 delete mode 100644 spyderlib/images/editor/breakpoint.png
 create mode 100644 spyderlib/images/editor/breakpoint_big.png
 delete mode 100644 spyderlib/images/editor/breakpoint_cond.png
 create mode 100644 spyderlib/images/editor/breakpoint_cond_big.png
 create mode 100644 spyderlib/images/editor/breakpoint_cond_small.png
 create mode 100644 spyderlib/images/editor/breakpoint_small.png
 create mode 100644 spyderlib/images/editor/debug.png
 create mode 100644 spyderlib/images/editor/run_settings.png
 copy spyderlib/images/filetypes/{htm.png => js.png} (100%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/spyder.git



More information about the debian-science-commits mailing list