[spyder] branch experimental updated (1d76438 -> 5d2da3c)
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Tue Feb 21 12:25:22 UTC 2017
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a change to branch experimental
in repository spyder.
from 1d76438 Merge branch 'master' into experimental
adds 45cb42a set the right gbp parameters
adds 6211d4d Merge branch 'upstream' into upstream-experimental
adds 2de96ad Merge branch 'upstream'
adds eee70dd New upstream version 3.0.1+dfsg1
adds c948fb3 Merge tag 'upstream/3.0.1+dfsg1'
adds 73cef10 release
adds 9cfacc2 depends on qpty >= 1.1.0
adds 57ab2c2 move localedata into spyder-common
adds 078a071 New upstream version 3.0.2+dfsg1
adds 12f26d1 Merge tag 'upstream/3.0.2+dfsg1'
adds 96bc610 release
adds 86639f7 move jedi and rope to Suggests
adds 507f60f release
adds f9ff389 New upstream version 3.1.1+dfsg1
adds 1c51a4a Merge tag 'upstream/3.1.1+dfsg1'
adds b215ec7 Refresh patch queue
adds 1935f18 cme fix dpkg-control
adds f256bab Fix ordering of copyright paragraphs
adds b5f780f Add myself to list of uploaders
adds b6771ee Bump minimum Python 3 version to 3.3
adds 12e47c8 Update list of install dependencies
adds 2dd43ca Fix reference to nonexistent package
adds ed96191 Use sphinxdoc:Built-Using substvar
adds 2f75db4 Upgrade packaging to debhelper 10
adds e810ddb Update build override for the documentation
adds 41c80e1 Add new / missing copyright statements
adds 83f3136 Do not install extra license files
adds 670bca8 Moved python[3]-jedi from Suggests to Depends
adds e0fc210 release
adds 925711f New upstream version 3.1.2+dfsg1
adds 26eb2fd Merge tag 'upstream/3.1.2+dfsg1'
adds 8eb483e release
new f3a1c4d New upstream version 3.1.3+dfsg1
new 2c6e100 Refresh the patch queue
new 5d2da3c Release to experimental
The 3 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 | 22 +-
debian/changelog | 54 +
debian/compat | 2 +-
debian/control | 99 +-
debian/copyright | 16 +-
debian/gbp.conf | 4 +-
debian/patches/0001-fix-spyderlib-path.patch | 9 +-
debian/python-spyder.pyremove | 2 +
debian/python3-spyder.pyremove | 4 +-
debian/rules | 7 +-
doc/conf.py | 4 +-
doc/console.rst | 27 +-
doc/editor.rst | 14 +-
doc/explorer.rst | 20 -
doc/fileexplorer.rst | 33 +
doc/images/internalconsole.png | Bin 17424 -> 23505 bytes
doc/images/ipythonkernelconnect.png | Bin 11458 -> 35932 bytes
doc/images/new_project.png | Bin 0 -> 14339 bytes
doc/images/projectexplorer.png | Bin 19407 -> 50505 bytes
doc/images/projectexplorer2.png | Bin 18164 -> 33511 bytes
doc/images/variableexplorer2.png | Bin 20838 -> 0 bytes
doc/index.rst | 12 +-
doc/installation.rst | 15 +-
doc/internalconsole.rst | 38 +-
doc/ipythonconsole.rst | 42 +-
doc/overview.rst | 6 +-
doc/projectexplorer.rst | 39 -
doc/projects.rst | 69 +
doc/pylint.rst | 17 +-
doc/variableexplorer.rst | 46 +-
setup.py | 11 +-
spyder/__init__.py | 2 +-
spyder/app/cli_options.py | 3 +
spyder/app/mainwindow.py | 275 +--
spyder/app/tour.py | 80 +-
spyder/config/base.py | 28 +-
spyder/config/gui.py | 18 +-
spyder/config/main.py | 104 +-
spyder/config/utils.py | 5 +-
spyder/locale/es/LC_MESSAGES/spyder.mo | Bin 108257 -> 110745 bytes
spyder/locale/es/LC_MESSAGES/spyder.po | 1728 ++++++++-------
spyder/locale/fr/LC_MESSAGES/spyder.mo | Bin 79432 -> 111188 bytes
spyder/locale/fr/LC_MESSAGES/spyder.po | 2292 ++++++++++----------
spyder/locale/ja/LC_MESSAGES/spyder.mo | Bin 106996 -> 104493 bytes
spyder/locale/ja/LC_MESSAGES/spyder.po | 1714 ++++++++-------
spyder/locale/pt_BR/LC_MESSAGES/spyder.mo | Bin 106145 -> 107936 bytes
spyder/locale/pt_BR/LC_MESSAGES/spyder.po | 1749 ++++++++-------
spyder/locale/ru/LC_MESSAGES/spyder.mo | Bin 134819 -> 135253 bytes
spyder/locale/ru/LC_MESSAGES/spyder.po | 1734 ++++++++-------
spyder/locale/spyder.pot | 1604 +++++++-------
spyder/plugins/configdialog.py | 4 +
spyder/plugins/console.py | 2 +-
spyder/plugins/editor.py | 270 ++-
spyder/plugins/externalconsole.py | 62 +-
spyder/plugins/findinfiles.py | 8 +-
spyder/plugins/history.py | 2 +-
spyder/plugins/ipythonconsole.py | 198 +-
spyder/plugins/maininterpreter.py | 32 +-
spyder/plugins/projects.py | 20 +-
spyder/plugins/runconfig.py | 23 +-
spyder/{widgets => plugins}/tests/__init__.py | 0
spyder/plugins/tests/test_findinfiles.py | 44 +
spyder/plugins/tests/test_ipythonconsole.py | 140 ++
spyder/plugins/tests/test_variableexplorer.py | 35 +
spyder/plugins/variableexplorer.py | 67 +-
spyder/plugins/workingdirectory.py | 11 +-
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/fixtures.py | 26 +
spyder/utils/help/tutorial.rst | 2 +-
spyder/utils/icon_manager.py | 1 +
spyder/utils/introspection/jedi_patch.py | 144 ++
spyder/utils/introspection/jedi_plugin.py | 48 +-
spyder/utils/introspection/manager.py | 2 +-
spyder/utils/introspection/numpy_docstr.py | 150 ++
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/iofuncs.py | 15 +-
spyder/utils/ipython/spyder_kernel.py | 34 +-
spyder/utils/ipython/start_kernel.py | 6 +-
spyder/utils/misc.py | 1 +
spyder/utils/programs.py | 33 +-
spyder/utils/qthelpers.py | 60 +-
spyder/utils/site/sitecustomize.py | 4 +-
spyder/utils/sourcecode.py | 111 +-
spyder/utils/syntaxhighlighters.py | 15 +-
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/browser.py | 17 +-
spyder/widgets/calltip.py | 34 +-
spyder/widgets/comboboxes.py | 14 +-
spyder/widgets/dependencies.py | 5 +-
spyder/widgets/editor.py | 184 +-
spyder/widgets/explorer.py | 36 +-
spyder/widgets/externalshell/pythonshell.py | 3 +-
spyder/widgets/fileswitcher.py | 10 +-
spyder/widgets/findinfiles.py | 9 +-
spyder/widgets/findreplace.py | 34 +-
spyder/widgets/ipythonconsole/client.py | 91 +-
spyder/widgets/ipythonconsole/control.py | 4 +-
spyder/widgets/ipythonconsole/debugging.py | 8 +-
spyder/widgets/ipythonconsole/namespacebrowser.py | 16 +-
spyder/widgets/ipythonconsole/shell.py | 106 +-
spyder/widgets/mixins.py | 35 +-
spyder/widgets/projects/explorer.py | 49 +-
spyder/widgets/shell.py | 13 +-
spyder/widgets/sourcecode/base.py | 47 +-
spyder/widgets/sourcecode/codeeditor.py | 282 ++-
spyder/widgets/tabs.py | 16 +-
spyder/widgets/tests/test_array_builder.py | 174 --
spyder/widgets/tests/test_editor.py | 89 -
spyder/widgets/variableexplorer/arrayeditor.py | 16 +-
.../widgets/variableexplorer/collectionseditor.py | 198 +-
spyder/widgets/variableexplorer/dataframeeditor.py | 186 +-
.../widgets/variableexplorer/namespacebrowser.py | 63 +-
spyder/widgets/variableexplorer/utils.py | 78 +-
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 | 6 +-
163 files changed, 9461 insertions(+), 6724 deletions(-)
delete mode 100644 doc/explorer.rst
create mode 100644 doc/fileexplorer.rst
create mode 100644 doc/images/new_project.png
delete mode 100644 doc/images/variableexplorer2.png
delete mode 100644 doc/projectexplorer.rst
create mode 100644 doc/projects.rst
mode change 100644 => 100755 spyder/config/main.py
rename spyder/{widgets => 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/jedi_patch.py
create mode 100644 spyder/utils/introspection/numpy_docstr.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
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