[Python-modules-commits] [python-neovim] branch master updated (be32192 -> 8fe94ef)

Víctor Cuadrado Juan viccuad-guest at moszumanska.debian.org
Fri Dec 9 22:06:39 UTC 2016


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

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

      from  be32192   Update changelog
       new  0010ca2   Import python-neovim_0.1.11.orig.tar.gz
       new  72bcb5a   record new upstream branch created by importing python-neovim_0.1.11.orig.tar.gz and merge it
       new  85b9da8   Import python-neovim_0.1.12.orig.tar.gz
       new  8fe94ef   record new upstream branch created by importing python-neovim_0.1.12.orig.tar.gz and merge it

The 4 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/.git-dpm                       | 14 +++---
 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 ++++++++++
 22 files changed, 206 insertions(+), 150 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