[spyder] branch experimental updated (7cb77fe -> 250488f)

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Thu Apr 10 21:06:27 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  7cb77fe   add the python-spyderlib-doc package
       new  eeb275f   upstream migrate google code -> bitbucket
       new  0363789   Imported Upstream version 2.3.0~beta3+dfsg
       new  2b80730   Merge tag 'upstream/2.3.0_beta3+dfsg' into experimental
       new  2679b9a   update the changelog
       new  9624aba   switch to pybuild
       new  3804263   Imported Upstream version 2.3.0~beta4+dfsg
       new  a1e0d3d   Merge tag 'upstream/2.3.0_beta4+dfsg' into experimental
       new  250488f   switch to pybuild for real

The 8 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:
 MANIFEST.in                                        |   1 +
 PKG-INFO                                           |   4 +-
 debian/changelog                                   |   5 +-
 debian/control                                     |  12 +-
 .../0001-fix-documentation-installation.patch      |  22 +-
 debian/python-spyderlib-doc.docs                   |   2 +-
 debian/python-spyderlib.install                    |   1 -
 debian/python3-spyderlib.install                   |   1 -
 debian/rules                                       |  56 +-
 debian/spyder.install                              |   3 -
 debian/spyder3.install                             |   1 -
 debian/watch                                       |   6 +-
 doc/installation.rst                               |   2 +
 img_src/{spyder.png => spyder3.png}                | Bin
 scripts/spyder3                                    |   3 +
 scripts/{spyder.desktop => spyder3.desktop}        |  12 +-
 setup.py                                           |  25 +-
 spyderlib/__init__.py                              |   2 +-
 spyderlib/config.py                                | 236 +++++++--
 spyderlib/guiconfig.py                             |  36 +-
 spyderlib/images/filetypes/enaml.png               | Bin 0 -> 743 bytes
 spyderlib/images/filetypes/jl.png                  | Bin 0 -> 1166 bytes
 spyderlib/locale/fr/LC_MESSAGES/spyderlib.mo       | Bin 85312 -> 85560 bytes
 spyderlib/locale/fr/LC_MESSAGES/spyderlib.po       | 564 +++++++++++----------
 spyderlib/locale/spyderlib.pot                     | 503 +++++++++---------
 spyderlib/plugins/__init__.py                      |  40 +-
 spyderlib/plugins/configdialog.py                  |   3 +-
 spyderlib/plugins/editor.py                        |  86 ++--
 spyderlib/plugins/externalconsole.py               |  55 +-
 spyderlib/plugins/inspector.py                     |  18 +-
 spyderlib/plugins/ipythonconsole.py                |  14 +-
 spyderlib/plugins/outlineexplorer.py               |   6 +-
 spyderlib/plugins/projectexplorer.py               |   2 +-
 spyderlib/plugins/workingdirectory.py              |  26 +-
 spyderlib/scientific_startup.py                    |   6 +-
 spyderlib/spyder.py                                | 332 +++++++-----
 spyderlib/userconfig.py                            | 261 ++++++----
 spyderlib/utils/codeanalysis.py                    |   2 +-
 spyderlib/utils/defaults-2.4.0.ini                 | 380 ++++++++++++++
 spyderlib/utils/inspector/static/css/default.css   |   4 -
 spyderlib/utils/introspection/__init__.py          |  11 +
 spyderlib/utils/introspection/base.py              | 489 ++++++++++++++++++
 .../utils/{ => introspection}/module_completion.py |   0
 spyderlib/utils/introspection/rope_plugin.py       | 241 +++++++++
 spyderlib/utils/programs.py                        |   8 +-
 spyderlib/utils/qthelpers.py                       |   2 +-
 spyderlib/utils/sourcecode.py                      |  74 +++
 spyderlib/utils/system.py                          |  35 +-
 spyderlib/utils/vcs.py                             |   3 +-
 spyderlib/widgets/calltip.py                       |  82 ++-
 spyderlib/widgets/dependencies.py                  |   1 +
 spyderlib/widgets/editor.py                        | 203 +++++---
 spyderlib/widgets/externalshell/monitor.py         |   2 +-
 spyderlib/widgets/externalshell/pythonshell.py     |   4 +-
 spyderlib/widgets/findreplace.py                   |  41 +-
 spyderlib/widgets/ipython.py                       |  54 +-
 spyderlib/widgets/mixins.py                        |  35 +-
 spyderlib/widgets/shell.py                         |  35 +-
 spyderlib/widgets/sourcecode/base.py               |  11 +-
 spyderlib/widgets/sourcecode/codeeditor.py         | 463 ++++++-----------
 spyderlib/widgets/sourcecode/syntaxhighlighters.py |  24 +
 spyderlib/widgets/status.py                        |   6 +
 spyderplugins/p_breakpoints.py                     |   2 +-
 spyderplugins/p_profiler.py                        |   2 +-
 spyderplugins/p_pylint.py                          |  10 +-
 spyderplugins/widgets/pylintgui.py                 |   8 +-
 66 files changed, 3042 insertions(+), 1536 deletions(-)
 delete mode 100644 debian/python-spyderlib.install
 delete mode 100644 debian/python3-spyderlib.install
 delete mode 100644 debian/spyder.install
 delete mode 100644 debian/spyder3.install
 copy img_src/{spyder.png => spyder3.png} (100%)
 create mode 100755 scripts/spyder3
 copy scripts/{spyder.desktop => spyder3.desktop} (50%)
 create mode 100644 spyderlib/images/filetypes/enaml.png
 create mode 100644 spyderlib/images/filetypes/jl.png
 create mode 100644 spyderlib/utils/defaults-2.4.0.ini
 create mode 100644 spyderlib/utils/introspection/__init__.py
 create mode 100644 spyderlib/utils/introspection/base.py
 rename spyderlib/utils/{ => introspection}/module_completion.py (100%)
 create mode 100644 spyderlib/utils/introspection/rope_plugin.py

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