[spyder] branch master updated (507f60f -> 83f3136)
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Tue Jan 24 18:33:35 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 507f60f release
adds f9ff389 New upstream version 3.1.1+dfsg1
new 1c51a4a Merge tag 'upstream/3.1.1+dfsg1'
new b215ec7 Refresh patch queue
new 1935f18 cme fix dpkg-control
new f256bab Fix ordering of copyright paragraphs
new b5f780f Add myself to list of uploaders
new b6771ee Bump minimum Python 3 version to 3.3
new 12e47c8 Update list of install dependencies
new 2dd43ca Fix reference to nonexistent package
new ed96191 Use sphinxdoc:Built-Using substvar
new 2f75db4 Upgrade packaging to debhelper 10
new e810ddb Update build override for the documentation
new 41c80e1 Add new / missing copyright statements
new 83f3136 Do not install extra license files
The 13 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 +-
README.md | 7 +-
debian/compat | 2 +-
debian/control | 89 +-
debian/copyright | 16 +-
debian/patches/0001-fix-spyderlib-path.patch | 8 +-
debian/python-spyder.pyremove | 3 +-
debian/python3-spyder.pyremove | 1 +
debian/rules | 6 +-
doc/installation.rst | 7 +-
doc/variableexplorer.rst | 2 +-
setup.py | 6 +-
spyder/__init__.py | 2 +-
spyder/app/cli_options.py | 3 +
spyder/app/mainwindow.py | 204 ++-
spyder/app/tour.py | 80 +-
spyder/config/base.py | 22 +-
spyder/config/gui.py | 18 +-
spyder/config/main.py | 88 +-
spyder/config/utils.py | 5 +-
spyder/locale/es/LC_MESSAGES/spyder.mo | Bin 110313 -> 110745 bytes
spyder/locale/es/LC_MESSAGES/spyder.po | 1476 ++++++++++---------
spyder/locale/fr/LC_MESSAGES/spyder.mo | Bin 112928 -> 111188 bytes
spyder/locale/fr/LC_MESSAGES/spyder.po | 1480 ++++++++++---------
spyder/locale/ja/LC_MESSAGES/spyder.mo | Bin 106239 -> 104493 bytes
spyder/locale/ja/LC_MESSAGES/spyder.po | 1472 ++++++++++---------
spyder/locale/pt_BR/LC_MESSAGES/spyder.mo | Bin 105443 -> 107936 bytes
spyder/locale/pt_BR/LC_MESSAGES/spyder.po | 1509 ++++++++++----------
spyder/locale/ru/LC_MESSAGES/spyder.mo | Bin 137268 -> 135253 bytes
spyder/locale/ru/LC_MESSAGES/spyder.po | 1497 +++++++++----------
spyder/locale/spyder.pot | 1392 +++++++++---------
spyder/plugins/editor.py | 205 ++-
spyder/plugins/externalconsole.py | 44 +-
spyder/plugins/findinfiles.py | 7 +-
spyder/plugins/ipythonconsole.py | 122 +-
spyder/plugins/maininterpreter.py | 10 +-
spyder/plugins/projects.py | 6 +-
spyder/plugins/runconfig.py | 23 +-
spyder/{config => plugins/tests}/__init__.py | 0
spyder/plugins/tests/test_findinfiles.py | 44 +
spyder/plugins/tests/test_ipythonconsole.py | 37 +
spyder/plugins/tests/test_variableexplorer.py | 35 +
spyder/plugins/variableexplorer.py | 67 +-
spyder/scientific_startup.py | 55 +-
spyder/utils/debug.py | 7 +-
spyder/utils/dochelpers.py | 17 +-
spyder/utils/encoding.py | 71 +-
spyder/utils/external/__init__.py | 20 +-
spyder/utils/external/binaryornot/LICENSE.txt | 27 +
spyder/utils/external/binaryornot/__init__.py | 3 +
spyder/utils/external/binaryornot/check.py | 33 +
spyder/utils/external/binaryornot/helpers.py | 129 ++
spyder/utils/external/lockfile.py | 27 +-
spyder/utils/help/tutorial.rst | 2 +-
spyder/utils/icon_manager.py | 1 +
spyder/utils/introspection/docstrings.py | 285 ++++
spyder/utils/introspection/jedi_patch.py | 141 ++
spyder/utils/introspection/jedi_plugin.py | 48 +-
spyder/{ => utils/introspection}/rope_patch.py | 0
spyder/utils/introspection/rope_plugin.py | 38 +-
.../{ipython => introspection/test}/__init__.py | 18 +-
.../utils/introspection/test/test_jedi_plugin.py | 102 ++
.../utils/introspection/test/test_rope_plugin.py | 67 +
spyder/utils/introspection/utils.py | 32 +-
spyder/utils/ipython/spyder_kernel.py | 12 +-
spyder/utils/ipython/start_kernel.py | 6 +-
spyder/utils/misc.py | 1 +
spyder/utils/programs.py | 33 +-
spyder/utils/qthelpers.py | 12 +-
spyder/utils/site/sitecustomize.py | 2 +-
spyder/utils/sourcecode.py | 111 +-
spyder/utils/syntaxhighlighters.py | 7 +-
spyder/utils/tests/Big5.txt | 1 +
spyder/utils/tests/KOI8-R.txt | 1 +
spyder/utils/tests/ascii.txt | 1 +
spyder/utils/tests/data/example.css | 7 +
spyder/utils/tests/data/example.html | 13 +
spyder/utils/tests/utf-8.txt | 3 +
spyder/utils/tests/windows-1252.txt | 2 +
spyder/widgets/calltip.py | 34 +-
spyder/widgets/comboboxes.py | 14 +-
spyder/widgets/editor.py | 177 ++-
spyder/widgets/externalshell/pythonshell.py | 3 +-
spyder/widgets/fileswitcher.py | 8 +-
spyder/widgets/findreplace.py | 34 +-
spyder/widgets/ipythonconsole/client.py | 87 +-
spyder/widgets/ipythonconsole/control.py | 2 +-
spyder/widgets/ipythonconsole/namespacebrowser.py | 2 +-
spyder/widgets/ipythonconsole/shell.py | 86 +-
spyder/widgets/mixins.py | 33 +-
spyder/widgets/projects/explorer.py | 5 +-
spyder/widgets/shell.py | 13 +-
spyder/widgets/sourcecode/base.py | 38 +-
spyder/widgets/sourcecode/codeeditor.py | 175 ++-
spyder/widgets/tabs.py | 16 +-
spyder/widgets/variableexplorer/arrayeditor.py | 16 +-
.../widgets/variableexplorer/collectionseditor.py | 130 +-
spyder/widgets/variableexplorer/dataframeeditor.py | 174 ++-
.../widgets/variableexplorer/namespacebrowser.py | 54 +-
spyder/widgets/variableexplorer/utils.py | 56 +-
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 | 14 +-
spyder_profiler/locale/fr/LC_MESSAGES/profiler.mo | Bin 2342 -> 2342 bytes
spyder_profiler/locale/fr/LC_MESSAGES/profiler.po | 14 +-
spyder_profiler/locale/profiler.pot | 14 +-
.../locale/pt_BR/LC_MESSAGES/profiler.mo | Bin 2317 -> 2937 bytes
.../locale/pt_BR/LC_MESSAGES/profiler.po | 40 +-
spyder_profiler/locale/ru/LC_MESSAGES/profiler.mo | Bin 3935 -> 3935 bytes
spyder_profiler/locale/ru/LC_MESSAGES/profiler.po | 14 +-
spyder_profiler/widgets/profilergui.py | 50 +-
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 | 4 +-
129 files changed, 7388 insertions(+), 5273 deletions(-)
mode change 100644 => 100755 spyder/config/main.py
copy spyder/{config => plugins/tests}/__init__.py (100%)
create mode 100644 spyder/plugins/tests/test_findinfiles.py
create mode 100644 spyder/plugins/tests/test_ipythonconsole.py
create mode 100644 spyder/plugins/tests/test_variableexplorer.py
create mode 100644 spyder/utils/external/binaryornot/LICENSE.txt
create mode 100644 spyder/utils/external/binaryornot/__init__.py
create mode 100644 spyder/utils/external/binaryornot/check.py
create mode 100644 spyder/utils/external/binaryornot/helpers.py
create mode 100644 spyder/utils/introspection/docstrings.py
create mode 100644 spyder/utils/introspection/jedi_patch.py
rename spyder/{ => utils/introspection}/rope_patch.py (100%)
copy spyder/utils/{ipython => introspection/test}/__init__.py (77%)
create mode 100644 spyder/utils/introspection/test/test_jedi_plugin.py
create mode 100644 spyder/utils/introspection/test/test_rope_plugin.py
create mode 100644 spyder/utils/tests/Big5.txt
create mode 100644 spyder/utils/tests/KOI8-R.txt
create mode 100644 spyder/utils/tests/ascii.txt
create mode 100644 spyder/utils/tests/data/example.css
create mode 100644 spyder/utils/tests/data/example.html
create mode 100644 spyder/utils/tests/utf-8.txt
create mode 100644 spyder/utils/tests/windows-1252.txt
--
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