[spyder] branch master updated (9cfacc2 -> 96bc610)

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Sun Nov 27 14:54:22 UTC 2016


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

picca pushed a change to branch master
in repository spyder.

      from  9cfacc2   depends on qpty >= 1.1.0
       new  57ab2c2   move localedata into spyder-common
       new  078a071   New upstream version 3.0.2+dfsg1
       new  12f26d1   Merge tag 'upstream/3.0.2+dfsg1'
       new  96bc610   release

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                                           |    4 +-
 debian/changelog                                   |    7 +
 debian/patches/0001-fix-spyderlib-path.patch       |    3 +-
 debian/python-spyder.pyremove                      |    1 +
 debian/python3-spyder.pyremove                     |    3 +-
 debian/rules                                       |    1 +
 spyder/__init__.py                                 |    2 +-
 spyder/app/mainwindow.py                           |   45 +-
 spyder/config/main.py                              |   18 +-
 spyder/locale/es/LC_MESSAGES/spyder.mo             |  Bin 108257 -> 110313 bytes
 spyder/locale/es/LC_MESSAGES/spyder.po             |  882 ++++++------
 spyder/locale/fr/LC_MESSAGES/spyder.mo             |  Bin 79432 -> 112928 bytes
 spyder/locale/fr/LC_MESSAGES/spyder.po             | 1442 ++++++++++----------
 spyder/locale/ja/LC_MESSAGES/spyder.mo             |  Bin 106996 -> 106239 bytes
 spyder/locale/ja/LC_MESSAGES/spyder.po             |  870 ++++++------
 spyder/locale/pt_BR/LC_MESSAGES/spyder.mo          |  Bin 106145 -> 105443 bytes
 spyder/locale/pt_BR/LC_MESSAGES/spyder.po          |  912 +++++++------
 spyder/locale/ru/LC_MESSAGES/spyder.mo             |  Bin 134819 -> 137268 bytes
 spyder/locale/ru/LC_MESSAGES/spyder.po             |  909 ++++++------
 spyder/locale/spyder.pot                           |  840 ++++++------
 spyder/plugins/configdialog.py                     |    4 +
 spyder/plugins/console.py                          |    2 +-
 spyder/plugins/editor.py                           |   30 +-
 spyder/plugins/history.py                          |    2 +-
 spyder/plugins/ipythonconsole.py                   |   46 +-
 spyder/plugins/maininterpreter.py                  |   22 +-
 spyder/plugins/projects.py                         |   14 +-
 spyder/plugins/workingdirectory.py                 |   11 +-
 spyder/utils/ipython/spyder_kernel.py              |    4 +
 spyder/utils/syntaxhighlighters.py                 |    8 +-
 spyder/widgets/dependencies.py                     |    5 +-
 spyder/widgets/editor.py                           |    7 +-
 spyder/widgets/explorer.py                         |   36 +-
 spyder/widgets/fileswitcher.py                     |    2 +-
 spyder/widgets/ipythonconsole/namespacebrowser.py  |    5 +-
 spyder/widgets/ipythonconsole/shell.py             |   21 +-
 spyder/widgets/projects/explorer.py                |   44 +-
 spyder/widgets/sourcecode/base.py                  |    7 +-
 spyder/widgets/sourcecode/codeeditor.py            |   53 +-
 spyder/widgets/tests/__init__.py                   |    0
 spyder/widgets/tests/test_array_builder.py         |  174 ---
 spyder/widgets/tests/test_editor.py                |   89 --
 .../widgets/variableexplorer/collectionseditor.py  |    7 +
 spyder_breakpoints/locale/breakpoints.pot          |    2 +-
 .../locale/es/LC_MESSAGES/breakpoints.mo           |  Bin 772 -> 772 bytes
 .../locale/es/LC_MESSAGES/breakpoints.po           |    2 +-
 .../locale/fr/LC_MESSAGES/breakpoints.mo           |  Bin 835 -> 835 bytes
 .../locale/fr/LC_MESSAGES/breakpoints.po           |    2 +-
 .../locale/pt_BR/LC_MESSAGES/breakpoints.mo        |  Bin 863 -> 863 bytes
 .../locale/pt_BR/LC_MESSAGES/breakpoints.po        |    2 +-
 .../locale/ru/LC_MESSAGES/breakpoints.mo           |  Bin 1067 -> 1067 bytes
 .../locale/ru/LC_MESSAGES/breakpoints.po           |    2 +-
 spyder_profiler/locale/es/LC_MESSAGES/profiler.mo  |  Bin 794 -> 794 bytes
 spyder_profiler/locale/es/LC_MESSAGES/profiler.po  |    2 +-
 spyder_profiler/locale/fr/LC_MESSAGES/profiler.mo  |  Bin 2342 -> 2342 bytes
 spyder_profiler/locale/fr/LC_MESSAGES/profiler.po  |    2 +-
 spyder_profiler/locale/profiler.pot                |    2 +-
 .../locale/pt_BR/LC_MESSAGES/profiler.mo           |  Bin 2317 -> 2317 bytes
 .../locale/pt_BR/LC_MESSAGES/profiler.po           |    2 +-
 spyder_profiler/locale/ru/LC_MESSAGES/profiler.mo  |  Bin 3935 -> 3935 bytes
 spyder_profiler/locale/ru/LC_MESSAGES/profiler.po  |    2 +-
 spyder_pylint/locale/es/LC_MESSAGES/pylint.mo      |  Bin 1137 -> 1137 bytes
 spyder_pylint/locale/es/LC_MESSAGES/pylint.po      |    2 +-
 spyder_pylint/locale/fr/LC_MESSAGES/pylint.mo      |  Bin 2594 -> 2594 bytes
 spyder_pylint/locale/fr/LC_MESSAGES/pylint.po      |    2 +-
 spyder_pylint/locale/pt_BR/LC_MESSAGES/pylint.mo   |  Bin 2607 -> 2607 bytes
 spyder_pylint/locale/pt_BR/LC_MESSAGES/pylint.po   |    2 +-
 spyder_pylint/locale/pylint.pot                    |    2 +-
 spyder_pylint/locale/ru/LC_MESSAGES/pylint.mo      |  Bin 3189 -> 3189 bytes
 spyder_pylint/locale/ru/LC_MESSAGES/pylint.po      |    2 +-
 spyder_pylint/pylint.py                            |    2 +-
 71 files changed, 3453 insertions(+), 3111 deletions(-)
 delete mode 100644 spyder/widgets/tests/__init__.py
 delete mode 100644 spyder/widgets/tests/test_array_builder.py
 delete mode 100644 spyder/widgets/tests/test_editor.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