[Python-modules-commits] [python-neovim] branch upstream updated (c06e846 -> 85b9da8)

Víctor Cuadrado Juan viccuad-guest at moszumanska.debian.org
Fri Dec 9 22:06:41 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  c06e846   Import python-neovim_0.1.10.orig.tar.gz
       new  0010ca2   Import python-neovim_0.1.11.orig.tar.gz
       new  85b9da8   Import python-neovim_0.1.12.orig.tar.gz

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 +
 neovim.egg-info/PKG-INFO              |  4 +-
 neovim.egg-info/requires.txt          |  1 -
 neovim/__init__.py                    | 17 +++++--
 neovim/api/buffer.py                  | 85 ++++++++++++++---------------------
 neovim/api/common.py                  |  3 ++
 neovim/api/nvim.py                    | 72 ++++++++++++++---------------
 neovim/api/tabpage.py                 | 13 ++++--
 neovim/api/window.py                  | 29 +++++++-----
 neovim/msgpack_rpc/event_loop/base.py |  4 +-
 neovim/msgpack_rpc/event_loop/uv.py   |  4 +-
 neovim/msgpack_rpc/session.py         |  6 +--
 neovim/plugin/decorators.py           |  6 +--
 neovim/plugin/host.py                 | 14 +++---
 neovim/plugin/script_host.py          | 18 +++-----
 neovim/util.py                        | 20 +++++++++
 setup.py                              |  4 +-
 test/test_buffer.py                   |  4 +-
 test/test_tabpage.py                  |  9 ++++
 test/test_window.py                   | 23 ++++++++++
 21 files changed, 199 insertions(+), 143 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