pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-neovim: Update to 0.1.9



Module Name:	pkgsrc-wip
Committed By:	Jonathan Buschmann <jonthn+pkgsrc%pinacea.com@localhost>
Pushed By:	jonthn
Date:		Sat Jul 2 01:13:02 2016 +0200
Changeset:	6e5c21602bbbd431eb4bcf2b3e688dffdfb6fc78

Modified Files:
	py-neovim/Makefile
	py-neovim/PLIST
	py-neovim/distinfo

Log Message:
 py-neovim: Update to 0.1.9

Changes since 0.1.8:

    8eb6ba7 fix vim.buffers interface
    deecb3e Hide irrelevant parts of tracebacks from plugin errors

Changes since 0.1.7:

    44fb250 vim compatible behavior for vim.eval("[1, 2]")
    16cdbc5 fix bang and register command modifiers
    d6669ab better handling of invalid utf-8 in python3
    96c721a Don't error out on :UpdateRemotePlugins when there is no plugins.
    5f80a55 Use pyuv instead of asyncio on Windows to support stdio.

Changes since 0.1.6:

    Add back compatibility for nvim.session.threadsafe_call which
       is quite common.

Changes since 0.1.5:

    b192bae make nvim.current.range.start/end behave like in Vim
    9498b38 more robust way to find the script host
    6655ced remove SessionHook and move public session api to the nvim object
    22537a2 introduce nvim.api.some_method and buffer.api.some_method to call
             the msgpack API directly
    69d6d0f allow nosetests without needing to set environment variables
             to find nvim
    0886e84 remove DecodeHook
    02e28e7 change neovim.attach to setup decoding for python3

 Changes since 0.1.4:

     df0f428 fix missing files in source distribution
     5744bbe search for package dirs
     c960e32 be more verbose about import errors

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6e5c21602bbbd431eb4bcf2b3e688dffdfb6fc78

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-neovim/Makefile | 2 +-
 py-neovim/PLIST    | 3 +++
 py-neovim/distinfo | 8 ++++----
 3 files changed, 8 insertions(+), 5 deletions(-)

diffs:
diff --git a/py-neovim/Makefile b/py-neovim/Makefile
index 316055c..44b032b 100644
--- a/py-neovim/Makefile
+++ b/py-neovim/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.5 2015/08/10 22:59:31 jonthn Exp $
 
-DISTNAME=	py-neovim-0.1.4
+DISTNAME=	py-neovim-0.1.9
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/py-//}
 CATEGORIES=	devel editors
 MASTER_SITES=	${MASTER_SITE_GITHUB:=neovim/}
diff --git a/py-neovim/PLIST b/py-neovim/PLIST
index 265ee12..9a3a5ec 100644
--- a/py-neovim/PLIST
+++ b/py-neovim/PLIST
@@ -65,3 +65,6 @@ ${PYSITELIB}/neovim/plugin/host.pyo
 ${PYSITELIB}/neovim/plugin/script_host.py
 ${PYSITELIB}/neovim/plugin/script_host.pyc
 ${PYSITELIB}/neovim/plugin/script_host.pyo
+${PYSITELIB}/neovim/util.py
+${PYSITELIB}/neovim/util.pyc
+${PYSITELIB}/neovim/util.pyo
diff --git a/py-neovim/distinfo b/py-neovim/distinfo
index 69e251f..4c8c4ab 100644
--- a/py-neovim/distinfo
+++ b/py-neovim/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.5 2015/08/10 22:59:31 jonthn Exp $
 
-SHA1 (py-neovim-0.1.4.tar.gz) = b5c9603ec279507fc6308c3dca3e80372bef161b
-RMD160 (py-neovim-0.1.4.tar.gz) = 945d277e8dac044446a6c006f82ccc2c6a0816f3
-SHA512 (py-neovim-0.1.4.tar.gz) = 4c0b6d8fb09528fd3bd9b07bfd1ab97fe8a673b4695480583343787be8be0418d46396f570b45428c78c439e060313ac5065b72251c3889f5e20f821f3ea345c
-Size (py-neovim-0.1.4.tar.gz) = 37822 bytes
+SHA1 (py-neovim-0.1.9.tar.gz) = 876454596feaeb0608105f3274ca36f295db66b2
+RMD160 (py-neovim-0.1.9.tar.gz) = 5bee5d1f109bb45f33727bf174693407cabebe69
+SHA512 (py-neovim-0.1.9.tar.gz) = 043429407d140b37004d5344f9244c8cb5a37e2b5d450454e6535bece7fb05f037e5eff2a63431fad55ab2470372c4a17e0a608a94af65a2f400f2158b736ce4
+Size (py-neovim-0.1.9.tar.gz) = 40599 bytes


Home | Main Index | Thread Index | Old Index