[Python-modules-commits] [python-neovim] branch master updated (7832e6a -> 0020b3c)

Víctor Cuadrado Juan viccuad-guest at moszumanska.debian.org
Wed Apr 20 14:14:32 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  7832e6a   Update changelog
       new  f729dd9   Import python-neovim_0.1.7.orig.tar.gz
       new  e8cdc76   record new upstream branch created by importing python-neovim_0.1.7.orig.tar.gz and merge it
       new  21dfb56   Reword descriptions; you don't need both python2 and 3 packages
       new  0020b3c   Update changelog

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                     |  59 ++++++++++--
 debian/.git-dpm               |  14 +--
 debian/changelog              |   7 ++
 debian/control                |   6 +-
 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 ++
 25 files changed, 443 insertions(+), 419 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