[spyder] branch master updated (8eb483e -> 9e81dda)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Apr 4 11:11:00 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  8eb483e   release
      adds  f3a1c4d   New upstream version 3.1.3+dfsg1
      adds  2c6e100   Refresh the patch queue
      adds  5d2da3c   Release to experimental
      adds  8ef2a2d   Cherry-pick upstream fix for broken autocompletion
      adds  2a3abe1   Release to experimental
       new  e78d13e   Cherry-pick upstream fix for overreliance on the USER envvar
       new  9e81dda   Release to unstable

The 2 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                                          |   2 +-
 debian/changelog                                   |  24 ++
 debian/patches/0001-fix-spyderlib-path.patch       |   2 +-
 .../Fix-autocompletion-with-Jedi-0.10.patch        | 380 +++++++++++++++++++++
 debian/patches/More-robust-username-query.patch    |  27 ++
 debian/patches/series                              |   2 +
 doc/installation.rst                               |   2 +-
 setup.py                                           |   5 +-
 spyder/__init__.py                                 |   2 +-
 spyder/app/mainwindow.py                           |  65 ++--
 spyder/config/base.py                              |   6 +
 spyder/plugins/editor.py                           |  41 ++-
 spyder/plugins/externalconsole.py                  |  18 +-
 spyder/plugins/findinfiles.py                      |   1 +
 spyder/plugins/ipythonconsole.py                   |  37 +-
 spyder/plugins/tests/test_ipythonconsole.py        | 129 ++++++-
 spyder/utils/fixtures.py                           |  26 ++
 spyder/utils/introspection/docstrings.py           | 285 ----------------
 spyder/utils/introspection/jedi_patch.py           |  13 +-
 spyder/utils/introspection/manager.py              |   2 +-
 spyder/utils/introspection/numpy_docstr.py         | 150 ++++++++
 .../utils/introspection/test/test_jedi_plugin.py   |   2 +-
 spyder/utils/iofuncs.py                            |  15 +-
 spyder/utils/ipython/spyder_kernel.py              |   8 +-
 spyder/widgets/editor.py                           |   4 +-
 spyder/widgets/findinfiles.py                      |   9 +-
 spyder/widgets/ipythonconsole/debugging.py         |   6 +
 spyder/widgets/ipythonconsole/namespacebrowser.py  |   4 +-
 spyder/widgets/mixins.py                           |   2 +
 spyder/widgets/sourcecode/base.py                  |   2 +
 spyder/widgets/sourcecode/codeeditor.py            |  63 +++-
 .../widgets/variableexplorer/collectionseditor.py  |   8 +-
 spyder/widgets/variableexplorer/dataframeeditor.py |  12 +-
 34 files changed, 956 insertions(+), 402 deletions(-)
 create mode 100644 debian/patches/Fix-autocompletion-with-Jedi-0.10.patch
 create mode 100644 debian/patches/More-robust-username-query.patch
 delete mode 100644 spyder/utils/introspection/docstrings.py
 create mode 100644 spyder/utils/introspection/numpy_docstr.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