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

Frédéric-Emmanuel Picca picca at alioth.debian.org
Wed Aug 21 14:55:12 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  8ee40d9   release
      adds  d1e400b   Imported Upstream version 2.2.3+dfsg
       new  2e910eb   Merge tag 'upstream/2.2.3+dfsg'
       new  2d3921f   update the license files with information provided by the upstream
       new  7431a6d   update the changelog for 2.2.3+dfsg
       new  f4b9d24   reformat the copyright file

The 4 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                                           |   64 +-
 debian/changelog                                   |    6 +
 debian/copyright                                   |   72 +-
 doc/editor.rst                                     |   15 +
 setup.py                                           |   33 +-
 spyderlib/__init__.py                              |    2 +-
 spyderlib/baseconfig.py                            |    7 +-
 spyderlib/dependencies.py                          |   96 ++
 spyderlib/guiconfig.py                             |   12 +-
 spyderlib/images/console/run_small.png             |  Bin 3618 -> 3262 bytes
 spyderlib/images/console/terminated.png            |  Bin 1453 -> 832 bytes
 spyderlib/images/editor/run_args.png               |  Bin 1681 -> 0 bytes
 spyderlib/images/editor/run_cell.png               |  Bin 0 -> 965 bytes
 spyderlib/images/editor/run_cell_advance.png       |  Bin 0 -> 948 bytes
 spyderlib/images/editor/run_interact.png           |  Bin 1491 -> 0 bytes
 spyderlib/images/editor/run_new.png                |  Bin 1566 -> 0 bytes
 spyderlib/images/filetypes/chm.png                 |  Bin 232 -> 3392 bytes
 spyderlib/interpreter.py                           |    3 +-
 spyderlib/locale/fr/LC_MESSAGES/spyderlib.mo       |  Bin 83263 -> 85934 bytes
 spyderlib/locale/fr/LC_MESSAGES/spyderlib.po       | 1341 +++++++++++---------
 spyderlib/locale/spyderlib.pot                     | 1290 ++++++++++---------
 spyderlib/plugins/console.py                       |   11 +-
 spyderlib/plugins/editor.py                        |   63 +-
 spyderlib/plugins/externalconsole.py               |  164 ++-
 spyderlib/plugins/inspector.py                     |   19 +-
 spyderlib/plugins/ipythonconsole.py                |   19 +-
 spyderlib/plugins/projectexplorer.py               |    7 +-
 spyderlib/spyder.py                                |   59 +-
 spyderlib/utils/codeanalysis.py                    |   12 +-
 spyderlib/utils/misc.py                            |   22 +-
 spyderlib/utils/programs.py                        |   84 +-
 spyderlib/widgets/dependencies.py                  |  195 +++
 spyderlib/widgets/editor.py                        |   86 +-
 spyderlib/widgets/externalshell/introspection.py   |   12 +-
 spyderlib/widgets/externalshell/monitor.py         |   22 +-
 spyderlib/widgets/externalshell/pythonshell.py     |    2 +-
 spyderlib/widgets/externalshell/sitecustomize.py   |    2 +
 spyderlib/widgets/formlayout.py                    |    6 +-
 spyderlib/widgets/mixins.py                        |   43 -
 spyderlib/widgets/projectexplorer.py               |   49 +-
 spyderlib/widgets/shell.py                         |    8 +-
 spyderlib/widgets/sourcecode/base.py               |  126 +-
 spyderlib/widgets/sourcecode/codeeditor.py         |   74 +-
 spyderlib/widgets/sourcecode/syntaxhighlighters.py |   36 +
 spyderlib/widgets/tabs.py                          |   49 +-
 {img_src => spyderlib/windows}/spyder.ico          |  Bin 100763 -> 100763 bytes
 {img_src => spyderlib/windows}/spyder_light.ico    |  Bin 99495 -> 99495 bytes
 spyderplugins/widgets/pylintgui.py                 |   20 +-
 48 files changed, 2522 insertions(+), 1609 deletions(-)
 mode change 100755 => 100644 bootstrap.py
 mode change 100755 => 100644 scripts/spyder
 create mode 100644 spyderlib/dependencies.py
 delete mode 100644 spyderlib/images/editor/run_args.png
 create mode 100644 spyderlib/images/editor/run_cell.png
 create mode 100644 spyderlib/images/editor/run_cell_advance.png
 delete mode 100644 spyderlib/images/editor/run_interact.png
 delete mode 100644 spyderlib/images/editor/run_new.png
 mode change 100755 => 100644 spyderlib/locale/spyderlib.pot
 create mode 100644 spyderlib/widgets/dependencies.py
 copy {img_src => spyderlib/windows}/spyder.ico (100%)
 copy {img_src => spyderlib/windows}/spyder_light.ico (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