[spyder] branch master updated (6765230 -> ba6a439)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri Sep 22 15:46:52 UTC 2017


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

ghisvail-guest pushed a change to branch master
in repository spyder.

      from  6765230   Release to unstable
      adds  8a6aae5   New upstream version 3.2.3+dfsg1
       new  503c1c2   Merge tag 'upstream/3.2.3+dfsg1'
       new  3b30f90   Update the patch queue
       new  6fffc28   Fixup the Source URI
       new  f57c0dc   Update copyright information
       new  14101a9   Fixup the Vcs-Browser URI
       new  3b71a04   Update the build dependencies
       new  0b27bc0   Mark transitional packages priority extra
       new  8bcf7c6   Mark spyder-common and spyder-doc multiarch foreign
       new  fc37fcf   Clean documentation artefacts with debhelper
       new  aaaf684   Install spyder-common files using debhelper
       new  9dcc472   Install spyder{,3} files with debhelper
       new  b34db66   Add recommended get-orig-source target
       new  3bf333a   Bump the standards version to 4.1.0
       new  ba6a439   Release to unstable

The 14 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.md                                       |  536 ++++
 MANIFEST.in                                        |    2 +-
 PKG-INFO                                           |    4 +-
 README.md                                          |   14 +-
 debian/changelog                                   |   28 +
 debian/clean                                       |    2 +
 debian/control                                     |   27 +-
 debian/copyright                                   |   11 +-
 debian/patches/Always-use-setuptools.patch         |   21 -
 ...path.patch => Customize-paths-for-Debian.patch} |    4 +-
 debian/patches/Fixup-rope-dependency.patch         |   21 -
 debian/patches/series                              |    4 +-
 debian/rules                                       |   33 +-
 debian/spyder-common.install                       |    2 +
 doc/installation.rst                               |    5 +-
 setup.py                                           |   18 +-
 spyder/__init__.py                                 |    2 +-
 spyder/app/mainwindow.py                           |  300 +-
 spyder/app/restart.py                              |   30 +-
 spyder/app/start.py                                |   37 +
 spyder/app/tests/pyx_lib_import.py                 |    3 +
 spyder/app/tests/pyx_script.pyx                    |   15 +
 spyder/app/tests/test_mainwindow.py                |  733 ++++-
 spyder/app/tour.py                                 |   40 +-
 spyder/config/base.py                              |    9 +-
 spyder/config/fonts.py                             |    8 +-
 spyder/config/ipython.py                           |   43 -
 spyder/config/main.py                              |   71 +-
 spyder/config/tests/test_user.py                   |    7 +
 spyder/config/user.py                              |   17 +-
 spyder/config/utils.py                             |    1 +
 spyder/locale/es/LC_MESSAGES/spyder.mo             |  Bin 111914 -> 106653 bytes
 spyder/locale/es/LC_MESSAGES/spyder.po             | 3235 ++++++++++----------
 spyder/locale/fr/LC_MESSAGES/spyder.mo             |  Bin 111188 -> 108767 bytes
 spyder/locale/fr/LC_MESSAGES/spyder.po             | 3219 +++++++++----------
 spyder/locale/ja/LC_MESSAGES/spyder.mo             |  Bin 117336 -> 111668 bytes
 spyder/locale/ja/LC_MESSAGES/spyder.po             | 3172 ++++++++++---------
 spyder/locale/pt_BR/LC_MESSAGES/spyder.mo          |  Bin 107940 -> 94451 bytes
 spyder/locale/pt_BR/LC_MESSAGES/spyder.po          | 3149 ++++++++++---------
 spyder/locale/ru/LC_MESSAGES/spyder.mo             |  Bin 138610 -> 132066 bytes
 spyder/locale/ru/LC_MESSAGES/spyder.po             | 3193 ++++++++++---------
 spyder/locale/spyder.pot                           | 2496 +++++++--------
 spyder/otherplugins.py                             |   14 +-
 spyder/plugins/__init__.py                         |   32 +-
 spyder/plugins/configdialog.py                     |  125 +-
 spyder/plugins/console.py                          |   65 +-
 spyder/plugins/editor.py                           |  301 +-
 spyder/plugins/explorer.py                         |   11 +-
 spyder/plugins/externalconsole.py                  |  988 ------
 spyder/plugins/findinfiles.py                      |   66 +-
 spyder/plugins/help.py                             |   22 +-
 spyder/plugins/history.py                          |    2 +-
 spyder/plugins/ipythonconsole.py                   |  489 ++-
 spyder/plugins/projects.py                         |    6 +-
 spyder/plugins/runconfig.py                        |  279 +-
 spyder/plugins/shortcuts.py                        |   41 +-
 spyder/plugins/tests/test_editor_introspection.py  |   97 +
 spyder/plugins/tests/test_findinfiles.py           |   54 +-
 spyder/plugins/tests/test_ipythonconsole.py        |  418 ++-
 spyder/plugins/variableexplorer.py                 |   32 +-
 spyder/plugins/workingdirectory.py                 |  157 +-
 spyder/py3compat.py                                |   12 -
 spyder/pyplot.py                                   |    2 +-
 spyder/scientific_startup.py                       |  154 -
 spyder/utils/codeanalysis.py                       |   17 +-
 spyder/utils/dochelpers.py                         |    2 +-
 spyder/utils/environ.py                            |   25 +-
 spyder/utils/external/binaryornot/check.py         |    2 +-
 spyder/utils/help/conf.py                          |    5 +-
 spyder/utils/icon_manager.py                       |    9 +
 spyder/utils/inputhooks.py                         |  158 -
 spyder/utils/introspection/jedi_plugin.py          |   11 +-
 spyder/utils/introspection/manager.py              |   22 +-
 spyder/utils/introspection/plugin_client.py        |   19 +-
 spyder/utils/introspection/rope_plugin.py          |   47 +-
 .../utils/introspection/tests/test_jedi_plugin.py  |   12 +
 spyder/utils/introspection/tests/test_manager.py   |   47 +
 .../introspection/tests/test_plugin_client.py      |   17 -
 .../utils/introspection/tests/test_rope_plugin.py  |   12 +
 spyder/utils/introspection/utils.py                |    4 +-
 spyder/utils/iofuncs.py                            |   98 +-
 spyder/utils/ipython/kernelspec.py                 |  133 +
 spyder/utils/ipython/spyder_kernel.py              |   85 +-
 spyder/utils/ipython/start_kernel.py               |   14 +-
 spyder/utils/ipython/style.py                      |  175 ++
 spyder/{app => utils/ipython}/tests/__init__.py    |    0
 spyder/utils/ipython/tests/test_spyder_kernel.py   |   44 +
 spyder/utils/programs.py                           |    4 +-
 spyder/utils/qthelpers.py                          |   77 +-
 spyder/utils/site/sitecustomize.py                 |  537 +---
 spyder/utils/sourcecode.py                         |    3 +-
 spyder/utils/syntaxhighlighters.py                 |  247 +-
 spyder/utils/tests/test_codeanalysis.py            |    4 +-
 spyder/utils/tests/test_dochelpers.py              |    8 +-
 spyder/utils/tests/test_iofuncs.py                 |   23 +-
 spyder/utils/tests/test_programs.py                |    5 +-
 spyder/utils/tests/test_sourcecode.py              |    6 +-
 spyder/utils/tests/test_syntaxhighlighters.py      |   26 +-
 spyder/utils/workers.py                            |  362 +++
 spyder/widgets/browser.py                          |   45 +-
 spyder/widgets/comboboxes.py                       |    2 +-
 spyder/widgets/dependencies.py                     |    2 +-
 spyder/widgets/editor.py                           |  483 ++-
 spyder/widgets/editortools.py                      |    8 +-
 spyder/widgets/explorer.py                         |  103 +-
 spyder/widgets/externalshell/__init__.py           |   12 -
 spyder/widgets/externalshell/baseshell.py          |  318 --
 spyder/widgets/externalshell/introspection.py      |  204 --
 spyder/widgets/externalshell/monitor.py            |  521 ----
 spyder/widgets/externalshell/pythonshell.py        |  669 ----
 spyder/widgets/externalshell/systemshell.py        |  184 --
 spyder/widgets/fileswitcher.py                     |  297 +-
 spyder/widgets/findinfiles.py                      | 1048 ++++---
 spyder/widgets/findreplace.py                      |  239 +-
 spyder/widgets/formlayout.py                       |  595 ----
 spyder/widgets/helperwidgets.py                    |    6 +-
 spyder/widgets/internalshell.py                    |    4 +-
 spyder/widgets/ipythonconsole/client.py            |  157 +-
 spyder/widgets/ipythonconsole/control.py           |    8 +-
 spyder/widgets/ipythonconsole/debugging.py         |  188 +-
 spyder/widgets/ipythonconsole/help.py              |   11 +-
 spyder/widgets/ipythonconsole/namespacebrowser.py  |   59 +-
 spyder/widgets/ipythonconsole/shell.py             |  211 +-
 spyder/widgets/mixins.py                           |  119 +-
 spyder/widgets/pathmanager.py                      |   54 +-
 spyder/widgets/projects/tests/test_project.py      |   77 +
 spyder/widgets/projects/type/__init__.py           |    5 +-
 spyder/widgets/shell.py                            |   61 +-
 spyder/widgets/shortcutssummary.py                 |  161 +
 spyder/widgets/sourcecode/base.py                  |  178 +-
 spyder/widgets/sourcecode/codeeditor.py            |  120 +-
 spyder/widgets/sourcecode/tests/test_autoindent.py |   70 +-
 spyder/widgets/status.py                           |  161 +-
 spyder/widgets/tabs.py                             |  188 +-
 spyder/widgets/tests/data/ham.txt                  |   10 +
 spyder/widgets/tests/data/spam.cpp                 |   14 +
 spyder/widgets/tests/data/spam.txt                 |    3 +
 ...odeeditor_upper_lower.py => test_codeeditor.py} |    0
 spyder/widgets/tests/test_dependencies.py          |    2 +-
 spyder/widgets/tests/test_editor.py                |  384 ++-
 spyder/widgets/tests/test_findinfiles.py           |  104 +-
 spyder/widgets/tests/test_pathmanager.py           |   90 +-
 spyder/widgets/variableexplorer/arrayeditor.py     |   34 +-
 .../widgets/variableexplorer/collectionseditor.py  |   15 +-
 spyder/widgets/variableexplorer/dataframeeditor.py |    7 +-
 spyder/widgets/variableexplorer/importwizard.py    |   18 +-
 .../widgets/variableexplorer/namespacebrowser.py   |  229 +-
 .../variableexplorer/tests/test_arrayeditor.py     |   66 +-
 .../tests/test_namespacebrowser.py                 |    2 +-
 .../variableexplorer/tests/test_texteditor.py      |   11 +
 .../widgets/variableexplorer/tests/test_utils.py   |  124 +-
 spyder/widgets/variableexplorer/texteditor.py      |    8 +
 spyder/widgets/variableexplorer/utils.py           |  230 +-
 spyder/widgets/waitingspinner.py                   |  216 ++
 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/ja/LC_MESSAGES/breakpoints.mo           |  Bin 955 -> 955 bytes
 .../locale/ja/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/ja/LC_MESSAGES/profiler.mo  |  Bin 3398 -> 3398 bytes
 spyder_profiler/locale/ja/LC_MESSAGES/profiler.po  |    2 +-
 spyder_profiler/locale/profiler.pot                |    2 +-
 .../locale/pt_BR/LC_MESSAGES/profiler.mo           |  Bin 2937 -> 2937 bytes
 .../locale/pt_BR/LC_MESSAGES/profiler.po           |    2 +-
 spyder_profiler/locale/ru/LC_MESSAGES/profiler.mo  |  Bin 3935 -> 3880 bytes
 spyder_profiler/locale/ru/LC_MESSAGES/profiler.po  |   18 +-
 spyder_profiler/widgets/profilergui.py             |   32 +-
 spyder_pylint/locale/es/LC_MESSAGES/pylint.mo      |  Bin 1137 -> 1137 bytes
 spyder_pylint/locale/es/LC_MESSAGES/pylint.po      |   79 +-
 spyder_pylint/locale/fr/LC_MESSAGES/pylint.mo      |  Bin 2594 -> 2366 bytes
 spyder_pylint/locale/fr/LC_MESSAGES/pylint.po      |   85 +-
 spyder_pylint/locale/ja/LC_MESSAGES/pylint.mo      |  Bin 2706 -> 2428 bytes
 spyder_pylint/locale/ja/LC_MESSAGES/pylint.po      |   87 +-
 spyder_pylint/locale/pt_BR/LC_MESSAGES/pylint.mo   |  Bin 2607 -> 2383 bytes
 spyder_pylint/locale/pt_BR/LC_MESSAGES/pylint.po   |   87 +-
 spyder_pylint/locale/pylint.pot                    |   80 +-
 spyder_pylint/locale/ru/LC_MESSAGES/pylint.mo      |  Bin 3189 -> 2924 bytes
 spyder_pylint/locale/ru/LC_MESSAGES/pylint.po      |   85 +-
 spyder_pylint/pylint.py                            |    5 +-
 spyder_pylint/widgets/pylintgui.py                 |   68 +-
 190 files changed, 18636 insertions(+), 16286 deletions(-)
 create mode 100644 debian/clean
 delete mode 100644 debian/patches/Always-use-setuptools.patch
 rename debian/patches/{0001-fix-spyderlib-path.patch => Customize-paths-for-Debian.patch} (92%)
 delete mode 100644 debian/patches/Fixup-rope-dependency.patch
 create mode 100644 debian/spyder-common.install
 create mode 100644 spyder/app/tests/pyx_lib_import.py
 create mode 100644 spyder/app/tests/pyx_script.pyx
 delete mode 100644 spyder/config/ipython.py
 delete mode 100644 spyder/plugins/externalconsole.py
 create mode 100644 spyder/plugins/tests/test_editor_introspection.py
 delete mode 100644 spyder/scientific_startup.py
 delete mode 100644 spyder/utils/inputhooks.py
 create mode 100644 spyder/utils/introspection/tests/test_manager.py
 create mode 100644 spyder/utils/ipython/kernelspec.py
 create mode 100644 spyder/utils/ipython/style.py
 copy spyder/{app => utils/ipython}/tests/__init__.py (100%)
 create mode 100644 spyder/utils/ipython/tests/test_spyder_kernel.py
 create mode 100644 spyder/utils/workers.py
 delete mode 100644 spyder/widgets/externalshell/__init__.py
 delete mode 100644 spyder/widgets/externalshell/baseshell.py
 delete mode 100644 spyder/widgets/externalshell/introspection.py
 delete mode 100644 spyder/widgets/externalshell/monitor.py
 delete mode 100644 spyder/widgets/externalshell/pythonshell.py
 delete mode 100644 spyder/widgets/externalshell/systemshell.py
 delete mode 100644 spyder/widgets/formlayout.py
 create mode 100644 spyder/widgets/projects/tests/test_project.py
 create mode 100644 spyder/widgets/shortcutssummary.py
 create mode 100644 spyder/widgets/tests/data/ham.txt
 create mode 100644 spyder/widgets/tests/data/spam.cpp
 create mode 100644 spyder/widgets/tests/data/spam.txt
 rename spyder/widgets/tests/{test_codeeditor_upper_lower.py => test_codeeditor.py} (100%)
 create mode 100644 spyder/widgets/waitingspinner.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