[spyder] branch experimental updated (652bc41 -> 30f6e8d)

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Fri Jul 18 10:21:14 UTC 2014


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

picca pushed a change to branch experimental
in repository spyder.

      from  652bc41   install the data path under /usr/share/spyder
      adds  ce8cb20   Imported Upstream version 2.3.0+dfsg
       new  766d17e   Merge tag 'upstream/2.3.0+dfsg' into experimental
       new  31842e2   release
       new  30f6e8d   refresh the patch series

The 3 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:
 CHANGELOG                                          |   107 +
 LICENSE                                            |    12 +-
 PKG-INFO                                           |     4 +-
 bootstrap.py                                       |    35 +-
 debian/changelog                                   |     6 +
 debian/copyright                                   |     2 +
 debian/patches/0001-fix-spyderlib-path.patch       |    13 +-
 doc/images/lightmode.png                           |   Bin 31844 -> 32612 bytes
 doc/installation.rst                               |     8 +-
 scripts/spyder_win_post_install.py                 |    13 +-
 ..._install.py => spyder_win_post_install.py.orig} |    12 +-
 setup.py                                           |     4 +-
 spyderlib/__init__.py                              |    35 +-
 spyderlib/baseconfig.py                            |    28 +-
 spyderlib/config.py                                |     9 +-
 spyderlib/defaults/defaults-2.4.0.ini              |     2 +
 spyderlib/defaults/defaults-3.0.0.ini              |     2 +
 spyderlib/guiconfig.py                             |     2 +-
 spyderlib/images/console/loading.gif               |   Bin 1737 -> 0 bytes
 spyderlib/images/console/loading_sprites.png       |   Bin 0 -> 8105 bytes
 spyderlib/images/editor/blockcomment.png           |   Bin 0 -> 389 bytes
 spyderlib/images/editor/cell.png                   |   Bin 0 -> 186 bytes
 spyderlib/locale/es/LC_MESSAGES/spyderlib.mo       |   Bin 93610 -> 94936 bytes
 spyderlib/locale/es/LC_MESSAGES/spyderlib.po       |   640 +-
 spyderlib/locale/fr/LC_MESSAGES/spyderlib.mo       |   Bin 95217 -> 91215 bytes
 spyderlib/locale/fr/LC_MESSAGES/spyderlib.po       | 10475 ++++++++++---------
 spyderlib/locale/spyderlib.pot                     |  8269 +++++++--------
 spyderlib/plugins/externalconsole.py               |    24 +-
 spyderlib/plugins/inspector.py                     |     7 +-
 spyderlib/requirements.py                          |     5 +-
 spyderlib/spyder.py                                |    89 +-
 spyderlib/start_app.py                             |     5 +-
 spyderlib/userconfig.py                            |    41 +-
 spyderlib/utils/bsdsocket.py                       |    11 +-
 spyderlib/utils/inspector/static/css/default.css   |     8 +
 spyderlib/utils/ipython/templates/blank.html       |    20 +
 .../utils/ipython/templates/kernel_error.html      |    32 +
 spyderlib/utils/ipython/templates/loading.html     |    94 +
 spyderlib/widgets/browser.py                       |    19 +-
 spyderlib/widgets/calltip.py                       |     7 +-
 spyderlib/widgets/editor.py                        |     4 +-
 spyderlib/widgets/editortools.py                   |    39 +-
 spyderlib/widgets/externalshell/monitor.py         |     8 +-
 spyderlib/widgets/externalshell/sitecustomize.py   |     1 +
 spyderlib/widgets/ipython.py                       |    53 +-
 spyderlib/widgets/sourcecode/base.py               |     4 -
 .../locale/es/LC_MESSAGES/p_breakpoints.mo         |   Bin 772 -> 772 bytes
 spyderplugins/locale/es/LC_MESSAGES/p_profiler.mo  |   Bin 794 -> 794 bytes
 spyderplugins/locale/es/LC_MESSAGES/p_pylint.mo    |   Bin 1137 -> 1137 bytes
 .../locale/fr/LC_MESSAGES/p_breakpoints.mo         |   Bin 762 -> 739 bytes
 spyderplugins/locale/fr/LC_MESSAGES/p_profiler.mo  |   Bin 2342 -> 2199 bytes
 spyderplugins/locale/fr/LC_MESSAGES/p_pylint.mo    |   Bin 2088 -> 2427 bytes
 spyderplugins/widgets/profilergui.py               |    15 +-
 53 files changed, 10319 insertions(+), 9845 deletions(-)
 copy scripts/{spyder_win_post_install.py => spyder_win_post_install.py.orig} (86%)
 delete mode 100644 spyderlib/images/console/loading.gif
 create mode 100644 spyderlib/images/console/loading_sprites.png
 create mode 100644 spyderlib/images/editor/blockcomment.png
 create mode 100644 spyderlib/images/editor/cell.png
 create mode 100644 spyderlib/utils/ipython/templates/blank.html
 create mode 100644 spyderlib/utils/ipython/templates/kernel_error.html
 create mode 100644 spyderlib/utils/ipython/templates/loading.html

-- 
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