[spyder] branch experimental updated (6ee23b7 -> 652bc41)

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Thu May 29 12:15:24 UTC 2014


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

picca pushed a change to branch experimental
in repository spyder.

  discards  6ee23b7   install the data path under /usr/share/spyder
       new  40adbe0   Imported Upstream version 2.3.0~rc+dfsg
       new  faf8e6f   Merge tag 'upstream/2.3.0_rc+dfsg' into experimental
       new  3a86499   update the changelog for the rc version
       new  07aef24   add the jedi dependency
       new  652bc41   install the data path under /usr/share/spyder

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (6ee23b7)
            \
             N -- N -- N   refs/heads/experimental (652bc41)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

The 5 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 +-
 debian/changelog                                   |    21 +-
 debian/control                                     |    12 +-
 debian/patches/0001-fix-spyderlib-path.patch       |     5 +-
 setup.py                                           |     2 +-
 spyderlib/__init__.py                              |     2 +-
 spyderlib/baseconfig.py                            |     2 +-
 spyderlib/config.py                                |   193 +-
 spyderlib/defaults/Readme.txt                      |    25 +
 spyderlib/{utils => defaults}/defaults-2.4.0.ini   |   123 +
 .../defaults-3.0.0.ini}                            |   221 +-
 spyderlib/guiconfig.py                             |     6 +-
 spyderlib/locale/es/LC_MESSAGES/spyderlib.mo       |   Bin 92726 -> 93610 bytes
 spyderlib/locale/es/LC_MESSAGES/spyderlib.po       |  2505 ++---
 spyderlib/locale/fr/LC_MESSAGES/spyderlib.mo       |   Bin 85560 -> 95217 bytes
 spyderlib/locale/fr/LC_MESSAGES/spyderlib.po       | 10381 ++++++++++---------
 spyderlib/locale/spyderlib.pot                     |  8244 +++++++--------
 spyderlib/plugins/__init__.py                      |    21 +-
 spyderlib/plugins/configdialog.py                  |     1 +
 spyderlib/plugins/editor.py                        |    20 +-
 spyderlib/plugins/externalconsole.py               |    49 +-
 spyderlib/plugins/ipythonconsole.py                |    31 +-
 spyderlib/spyder.py                                |   100 +-
 spyderlib/userconfig.py                            |    19 +-
 spyderlib/utils/codeanalysis.py                    |    98 +-
 spyderlib/utils/external/pickleshare.py            |     3 +-
 spyderlib/widgets/editor.py                        |    29 +-
 spyderlib/widgets/editortools.py                   |     2 +-
 spyderlib/widgets/findreplace.py                   |     8 +-
 spyderlib/widgets/formlayout.py                    |     4 +-
 spyderlib/widgets/internalshell.py                 |     2 -
 spyderlib/widgets/ipython.py                       |     6 +-
 spyderlib/widgets/mixins.py                        |     2 +-
 spyderlib/widgets/sourcecode/base.py               |   144 +-
 spyderlib/widgets/sourcecode/codeeditor.py         |    51 +-
 spyderlib/widgets/sourcecode/syntaxhighlighters.py |   198 +-
 .../locale/es/LC_MESSAGES/p_breakpoints.mo         |   Bin 772 -> 772 bytes
 spyderplugins/locale/es/LC_MESSAGES/p_profiler.mo  |   Bin 794 -> 794 bytes
 spyderplugins/locale/es/LC_MESSAGES/p_pylint.mo    |   Bin 1204 -> 1137 bytes
 .../locale/fr/LC_MESSAGES/p_breakpoints.mo         |   Bin 762 -> 762 bytes
 spyderplugins/locale/fr/LC_MESSAGES/p_profiler.mo  |   Bin 2342 -> 2342 bytes
 spyderplugins/locale/fr/LC_MESSAGES/p_pylint.mo    |   Bin 2633 -> 2088 bytes
 spyderplugins/p_breakpoints.py                     |     4 +-
 43 files changed, 11565 insertions(+), 10973 deletions(-)
 create mode 100644 spyderlib/defaults/Readme.txt
 copy spyderlib/{utils => defaults}/defaults-2.4.0.ini (75%)
 rename spyderlib/{utils/defaults-2.4.0.ini => defaults/defaults-3.0.0.ini} (50%)

-- 
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