[spyder] branch master updated (c8624a9 -> 6765230)
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Thu Jul 20 08:28:30 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 c8624a9 Release to unstable
adds 328557e New upstream version 3.1.4+dfsg1
adds eec5a63 Merge tag 'upstream/3.1.4+dfsg1' into experimental
adds fb47ad6 Rebase the patch queue
adds 78ae95e Let dh-python populate the spyder dependencies
adds 60b1258 Adjust the list of optional dependencies
adds 164dfca Release to experimental
adds 618d3a1 target experimental
adds ef3fc58 Cherry-pick upstream commit providing the manpage
adds 75c6c66 Build and install the upstream manpage
adds 9fafc2c Remove outdated todo file
adds 0733d51 Release to experimental
new a046360 Upgrade watch file to version 4
new 6459bb8 Bump standards version to 4.0.0, no changes required
new f5525ee Switch source package priority to optional
new 2af46e4 Normalize the Vcs-Browser URI
new a347450 Normalize the package descriptions
new 017876b Update the gbp configuration
new 6765230 Release to unstable
The 7 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 | 2626 ++++++++++++++++++++
MANIFEST.in | 4 +-
PKG-INFO | 4 +-
README.md | 2 +-
debian/changelog | 49 +
debian/control | 122 +-
debian/gbp.conf | 8 +-
debian/manpage.refs | 3 -
debian/manpage.xml | 280 ---
debian/patches/0001-fix-spyderlib-path.patch | 2 +-
debian/patches/Add-manpage-for-Spyder.patch | 101 +
debian/patches/Always-use-setuptools.patch | 21 +
.../Fix-autocompletion-with-Jedi-0.10.patch | 380 ---
debian/patches/Fixup-rope-dependency.patch | 21 +
debian/patches/More-robust-username-query.patch | 27 -
debian/patches/series | 5 +-
debian/rules | 5 +
debian/spyder.1 | 161 --
debian/spyder.manpages | 2 +-
debian/spyder3.1 | 1 -
debian/spyder3.manpages | 2 +-
debian/todo | 9 -
debian/watch | 8 +-
doc/installation.rst | 2 +-
scripts/spyder.desktop | 2 +-
scripts/spyder3.appdata.xml | 32 +
scripts/spyder3.desktop | 1 -
setup.py | 24 +-
spyder/__init__.py | 2 +-
spyder/app/mainwindow.py | 32 +-
spyder/app/tests/__init__.py | 9 +
spyder/app/tests/notebook.ipynb | 54 +
spyder/app/tests/script.py | 10 +
spyder/app/tests/test_mainwindow.py | 395 +++
spyder/app/tests/test_tour.py | 32 +
spyder/app/tour.py | 10 +-
spyder/config/base.py | 2 +-
spyder/config/gui.py | 2 +-
spyder/config/tests/__init__.py | 9 +
spyder/config/tests/test_user.py | 52 +
spyder/config/user.py | 10 +-
spyder/interpreter.py | 2 +-
spyder/locale/es/LC_MESSAGES/spyder.mo | Bin 110745 -> 111914 bytes
spyder/locale/es/LC_MESSAGES/spyder.po | 933 +++----
spyder/locale/fr/LC_MESSAGES/spyder.mo | Bin 111188 -> 111188 bytes
spyder/locale/fr/LC_MESSAGES/spyder.po | 920 +++----
spyder/locale/ja/LC_MESSAGES/spyder.mo | Bin 104493 -> 117336 bytes
spyder/locale/ja/LC_MESSAGES/spyder.po | 1204 ++++-----
spyder/locale/pt_BR/LC_MESSAGES/spyder.mo | Bin 107936 -> 107940 bytes
spyder/locale/pt_BR/LC_MESSAGES/spyder.po | 923 +++----
spyder/locale/ru/LC_MESSAGES/spyder.mo | Bin 135253 -> 138610 bytes
spyder/locale/ru/LC_MESSAGES/spyder.po | 972 ++++----
spyder/locale/spyder.pot | 916 +++----
spyder/plugins/editor.py | 6 +-
spyder/plugins/projects.py | 3 +
spyder/plugins/shortcuts.py | 2 +-
spyder/plugins/tests/__init__.py | 9 +
spyder/plugins/tests/test_ipythonconsole.py | 149 +-
spyder/plugins/tests/test_layoutdialog.py | 50 +
spyder/plugins/tests/test_shorcuts.py | 37 +
spyder/scientific_startup.py | 8 +-
spyder/tests/__init__.py | 9 +
spyder/tests/test_dont_use.py | 54 +
spyder/utils/bsdsocket.py | 10 +-
spyder/utils/dochelpers.py | 22 +-
spyder/utils/fixtures.py | 1 -
spyder/utils/inputhooks.py | 4 +-
spyder/utils/introspection/README.md | 27 +
spyder/utils/introspection/fallback_plugin.py | 92 -
spyder/utils/introspection/jedi_patch.py | 187 +-
spyder/utils/introspection/jedi_plugin.py | 1 -
spyder/utils/introspection/manager.py | 29 +-
spyder/utils/introspection/module_completion.py | 41 +-
spyder/utils/introspection/numpy_docstr.py | 24 +-
spyder/utils/introspection/plugin_client.py | 44 +-
spyder/utils/introspection/plugin_server.py | 10 +-
spyder/utils/introspection/test/__init__.py | 9 -
spyder/utils/introspection/tests/__init__.py | 9 +
.../introspection/tests/test_fallback_plugin.py | 132 +
.../{test => tests}/test_jedi_plugin.py | 4 +-
.../introspection/tests/test_modulecompletion.py | 56 +
.../introspection/tests/test_plugin_client.py | 42 +
.../introspection/tests/test_plugin_server.py | 29 +
.../{test => tests}/test_rope_plugin.py | 0
spyder/utils/introspection/tests/test_utils.py | 32 +
spyder/utils/introspection/utils.py | 11 -
spyder/utils/iofuncs.py | 14 +-
spyder/utils/ipython/start_kernel.py | 48 +-
spyder/utils/misc.py | 19 +-
spyder/utils/programs.py | 20 +-
spyder/utils/site/osx_app_site.py | 2 +-
spyder/utils/site/sitecustomize.py | 16 +-
spyder/utils/stringmatching.py | 6 +-
spyder/utils/system.py | 12 +-
spyder/utils/test.py | 43 +
spyder/utils/tests/__init__.py | 9 +
spyder/utils/tests/data/example.R | 3 +
spyder/utils/tests/data/example.c | 22 +
spyder/utils/tests/data/example.cpp | 74 +
spyder/utils/tests/data/example.java | 13 +
spyder/utils/tests/data/example.md | 41 +
spyder/utils/tests/test_bsdsocket.py | 56 +
spyder/utils/tests/test_codeanalysis.py | 37 +
spyder/utils/tests/test_dochelpers.py | 91 +
spyder/utils/tests/test_encoding.py | 38 +
spyder/utils/tests/test_environ.py | 45 +
spyder/utils/tests/test_get_words.py | 106 +
spyder/utils/tests/test_iofuncs.py | 98 +
spyder/utils/tests/test_misc.py | 39 +
spyder/utils/tests/test_programs.py | 100 +
spyder/utils/tests/test_sourcecode.py | 106 +
spyder/utils/tests/test_stringmatching.py | 220 ++
spyder/utils/tests/test_syntaxhighlighters.py | 61 +
spyder/utils/tests/test_system.py | 31 +
spyder/utils/vcs.py | 9 +-
spyder/widgets/calltip.py | 5 +
spyder/widgets/editor.py | 2 +-
spyder/widgets/externalshell/pythonshell.py | 7 +-
spyder/widgets/fileswitcher.py | 47 +-
spyder/widgets/formlayout.py | 20 +-
spyder/widgets/ipythonconsole/client.py | 84 +-
spyder/widgets/ipythonconsole/debugging.py | 41 +-
spyder/widgets/ipythonconsole/shell.py | 36 +-
spyder/widgets/mixins.py | 6 +-
spyder/widgets/pathmanager.py | 2 +-
spyder/widgets/projects/configdialog.py | 4 +-
spyder/widgets/projects/explorer.py | 4 +-
spyder/widgets/projects/tests/__init__.py | 9 +
spyder/widgets/projects/tests/test_configdialog.py | 40 +
.../projects/tests/test_project_explorer.py | 33 +
.../widgets/projects/tests/test_projectdialog.py | 32 +
spyder/widgets/shell.py | 11 +-
spyder/widgets/sourcecode/base.py | 2 +-
spyder/widgets/sourcecode/tests/__init__.py | 9 +
spyder/widgets/sourcecode/tests/test_autocolon.py | 102 +
spyder/widgets/sourcecode/tests/test_autoindent.py | 228 ++
spyder/widgets/tests/__init__.py | 9 +
spyder/widgets/tests/test_array_builder.py | 174 ++
spyder/widgets/tests/test_browser.py | 34 +
.../widgets/tests/test_codeeditor_upper_lower.py | 57 +
spyder/widgets/tests/test_dependencies.py | 38 +
spyder/widgets/tests/test_editor.py | 79 +
spyder/widgets/tests/test_explorer.py | 47 +
spyder/widgets/tests/test_findinfiles.py | 33 +
spyder/widgets/tests/test_helperwidgets.py | 41 +
spyder/widgets/tests/test_pathmanager.py | 36 +
spyder/widgets/tests/test_pydocgui.py | 31 +
spyder/widgets/tests/test_status.py | 45 +
spyder/widgets/variableexplorer/arrayeditor.py | 2 +-
spyder/widgets/variableexplorer/importwizard.py | 4 +-
spyder/widgets/variableexplorer/objecteditor.py | 10 +-
spyder/widgets/variableexplorer/tests/__init__.py | 9 +
.../widgets/variableexplorer/tests/issue_2514.csv | 3 +
.../widgets/variableexplorer/tests/issue_3896.csv | 2 +
.../variableexplorer/tests/test_arrayeditor.py | 102 +
.../tests/test_collectioneditor.py | 99 +
.../variableexplorer/tests/test_dataframeeditor.py | 232 ++
.../variableexplorer/tests/test_importwizard.py | 33 +
.../tests/test_namespacebrowser.py | 32 +
.../variableexplorer/tests/test_texteditor.py | 36 +
.../widgets/variableexplorer/tests/test_utils.py | 33 +
spyder/widgets/variableexplorer/utils.py | 2 +-
spyder/workers/updates.py | 9 +-
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 0 -> 955 bytes
.../locale/ja/LC_MESSAGES/breakpoints.po | 52 +
.../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 0 -> 3398 bytes
.../locale/{pt_BR => ja}/LC_MESSAGES/profiler.po | 101 +-
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 -> 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/ja/LC_MESSAGES/pylint.mo | Bin 0 -> 2706 bytes
.../locale/{pt_BR => ja}/LC_MESSAGES/pylint.po | 93 +-
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 +-
196 files changed, 10719 insertions(+), 4428 deletions(-)
create mode 100644 CHANGELOG.md
delete mode 100644 debian/manpage.refs
delete mode 100644 debian/manpage.xml
create mode 100644 debian/patches/Add-manpage-for-Spyder.patch
create mode 100644 debian/patches/Always-use-setuptools.patch
delete mode 100644 debian/patches/Fix-autocompletion-with-Jedi-0.10.patch
create mode 100644 debian/patches/Fixup-rope-dependency.patch
delete mode 100644 debian/patches/More-robust-username-query.patch
delete mode 100644 debian/spyder.1
delete mode 120000 debian/spyder3.1
delete mode 100644 debian/todo
create mode 100644 scripts/spyder3.appdata.xml
create mode 100644 spyder/app/tests/__init__.py
create mode 100644 spyder/app/tests/notebook.ipynb
create mode 100644 spyder/app/tests/script.py
create mode 100644 spyder/app/tests/test_mainwindow.py
create mode 100644 spyder/app/tests/test_tour.py
create mode 100644 spyder/config/tests/__init__.py
create mode 100644 spyder/config/tests/test_user.py
create mode 100644 spyder/plugins/tests/test_layoutdialog.py
create mode 100644 spyder/plugins/tests/test_shorcuts.py
create mode 100644 spyder/tests/__init__.py
create mode 100644 spyder/tests/test_dont_use.py
create mode 100644 spyder/utils/introspection/README.md
delete mode 100644 spyder/utils/introspection/test/__init__.py
create mode 100644 spyder/utils/introspection/tests/__init__.py
create mode 100644 spyder/utils/introspection/tests/test_fallback_plugin.py
rename spyder/utils/introspection/{test => tests}/test_jedi_plugin.py (98%)
create mode 100644 spyder/utils/introspection/tests/test_modulecompletion.py
create mode 100644 spyder/utils/introspection/tests/test_plugin_client.py
create mode 100644 spyder/utils/introspection/tests/test_plugin_server.py
rename spyder/utils/introspection/{test => tests}/test_rope_plugin.py (100%)
create mode 100644 spyder/utils/introspection/tests/test_utils.py
create mode 100644 spyder/utils/test.py
create mode 100644 spyder/utils/tests/__init__.py
create mode 100644 spyder/utils/tests/data/example.R
create mode 100644 spyder/utils/tests/data/example.c
create mode 100644 spyder/utils/tests/data/example.cpp
create mode 100644 spyder/utils/tests/data/example.java
create mode 100644 spyder/utils/tests/data/example.md
create mode 100644 spyder/utils/tests/test_bsdsocket.py
create mode 100644 spyder/utils/tests/test_codeanalysis.py
create mode 100644 spyder/utils/tests/test_dochelpers.py
create mode 100644 spyder/utils/tests/test_encoding.py
create mode 100644 spyder/utils/tests/test_environ.py
create mode 100644 spyder/utils/tests/test_get_words.py
create mode 100644 spyder/utils/tests/test_iofuncs.py
create mode 100644 spyder/utils/tests/test_misc.py
create mode 100644 spyder/utils/tests/test_programs.py
create mode 100644 spyder/utils/tests/test_sourcecode.py
create mode 100644 spyder/utils/tests/test_stringmatching.py
create mode 100644 spyder/utils/tests/test_syntaxhighlighters.py
create mode 100644 spyder/utils/tests/test_system.py
create mode 100644 spyder/widgets/projects/tests/__init__.py
create mode 100644 spyder/widgets/projects/tests/test_configdialog.py
create mode 100644 spyder/widgets/projects/tests/test_project_explorer.py
create mode 100644 spyder/widgets/projects/tests/test_projectdialog.py
create mode 100644 spyder/widgets/sourcecode/tests/__init__.py
create mode 100644 spyder/widgets/sourcecode/tests/test_autocolon.py
create mode 100644 spyder/widgets/sourcecode/tests/test_autoindent.py
create mode 100644 spyder/widgets/tests/__init__.py
create mode 100644 spyder/widgets/tests/test_array_builder.py
create mode 100644 spyder/widgets/tests/test_browser.py
create mode 100644 spyder/widgets/tests/test_codeeditor_upper_lower.py
create mode 100644 spyder/widgets/tests/test_dependencies.py
create mode 100644 spyder/widgets/tests/test_editor.py
create mode 100644 spyder/widgets/tests/test_explorer.py
create mode 100644 spyder/widgets/tests/test_findinfiles.py
create mode 100644 spyder/widgets/tests/test_helperwidgets.py
create mode 100644 spyder/widgets/tests/test_pathmanager.py
create mode 100644 spyder/widgets/tests/test_pydocgui.py
create mode 100644 spyder/widgets/tests/test_status.py
create mode 100644 spyder/widgets/variableexplorer/tests/__init__.py
create mode 100644 spyder/widgets/variableexplorer/tests/issue_2514.csv
create mode 100644 spyder/widgets/variableexplorer/tests/issue_3896.csv
create mode 100644 spyder/widgets/variableexplorer/tests/test_arrayeditor.py
create mode 100644 spyder/widgets/variableexplorer/tests/test_collectioneditor.py
create mode 100644 spyder/widgets/variableexplorer/tests/test_dataframeeditor.py
create mode 100644 spyder/widgets/variableexplorer/tests/test_importwizard.py
create mode 100644 spyder/widgets/variableexplorer/tests/test_namespacebrowser.py
create mode 100644 spyder/widgets/variableexplorer/tests/test_texteditor.py
create mode 100644 spyder/widgets/variableexplorer/tests/test_utils.py
create mode 100644 spyder_breakpoints/locale/ja/LC_MESSAGES/breakpoints.mo
create mode 100644 spyder_breakpoints/locale/ja/LC_MESSAGES/breakpoints.po
create mode 100644 spyder_profiler/locale/ja/LC_MESSAGES/profiler.mo
copy spyder_profiler/locale/{pt_BR => ja}/LC_MESSAGES/profiler.po (61%)
create mode 100644 spyder_pylint/locale/ja/LC_MESSAGES/pylint.mo
copy spyder_pylint/locale/{pt_BR => ja}/LC_MESSAGES/pylint.po (59%)
--
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