[Python-modules-commits] [python-neovim] branch upstream updated (1ba6853 -> f729dd9)

Víctor Cuadrado Juan viccuad-guest at moszumanska.debian.org
Wed Apr 20 14:14:34 UTC 2016


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

viccuad-guest pushed a change to branch upstream
in repository python-neovim.

      from  1ba6853   Import python-neovim_0.1.5.orig.tar.gz
       new  f729dd9   Import python-neovim_0.1.7.orig.tar.gz

The 1 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                     |  59 ++++++++++--
 neovim.egg-info/PKG-INFO      |   4 +-
 neovim/__init__.py            |  22 +++--
 neovim/api/__init__.py        |   6 +-
 neovim/api/buffer.py          |  54 +++++------
 neovim/api/common.py          | 187 ++++++++++---------------------------
 neovim/api/nvim.py            | 211 ++++++++++++++++++++++++++++--------------
 neovim/api/tabpage.py         |  20 ++--
 neovim/api/window.py          |  37 +++-----
 neovim/msgpack_rpc/session.py |   6 +-
 neovim/plugin/__init__.py     |   6 +-
 neovim/plugin/decorators.py   |  17 +++-
 neovim/plugin/host.py         |  82 ++++++++--------
 neovim/plugin/script_host.py  |  38 +++-----
 setup.py                      |   4 +-
 test/test_buffer.py           |  10 ++
 test/test_client_rpc.py       |  16 ++--
 test/test_common.py           |  16 ++--
 test/test_concurrency.py      |  18 ++--
 test/test_events.py           |  12 +--
 test/test_vim.py              |   6 ++
 22 files changed, 425 insertions(+), 410 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-neovim.git



More information about the Python-modules-commits mailing list