[Python-modules-commits] [python-neovim] 02/04: record new upstream branch created by importing python-neovim_0.1.7.orig.tar.gz and merge it

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 commit to branch master
in repository python-neovim.

commit e8cdc76f60545cb95c74bcc29eb3ea1c3fdd30e5
Merge: 7832e6a f729dd9
Author: Víctor Cuadrado Juan <me at viccuad.me>
Date:   Wed Apr 20 12:57:17 2016 +0200

    record new upstream branch created by importing python-neovim_0.1.7.orig.tar.gz and merge it

 PKG-INFO                      |   4 +-
 README.md                     |  59 ++++++++++--
 debian/.git-dpm               |  14 +--
 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 ++
 23 files changed, 432 insertions(+), 417 deletions(-)

diff --cc debian/.git-dpm
index 78a694c,0000000..91be46b
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
 +# see git-dpm(1) from git-dpm package
- 1ba685348c3acf8de18f532392d0a0d7fd42a6c7
- 1ba685348c3acf8de18f532392d0a0d7fd42a6c7
- 1ba685348c3acf8de18f532392d0a0d7fd42a6c7
- 1ba685348c3acf8de18f532392d0a0d7fd42a6c7
- python-neovim_0.1.5.orig.tar.gz
- 8703756f62719cb2d4ddfd33eb18fd694bd0e9f5
- 33558
++f729dd943f0eee2e1133614c74683250704426a9
++f729dd943f0eee2e1133614c74683250704426a9
++f729dd943f0eee2e1133614c74683250704426a9
++f729dd943f0eee2e1133614c74683250704426a9
++python-neovim_0.1.7.orig.tar.gz
++00067cb49c099252cfb4e224e07a0a0d79aaf83a
++33801
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"

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