pkgsrc-WIP-changes archive

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

py-neovim: Update to 0.1.11



Module Name:	pkgsrc-wip
Committed By:	Jonathan Buschmann <jonthn+pkgsrc%pinacea.com@localhost>
Pushed By:	jonthn
Date:		Thu Nov 10 23:16:22 2016 +0100
Changeset:	b6aac47ab84403083fe4d791478b0b0057aad8c5

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

Log Message:
 py-neovim: Update to 0.1.11

0.1.11

This release requires nvim 0.1.6 or later.
Also python 2.6 support is dropped. Python 2.7 or 3.3+ is required.

Changes since 0.0.10:

 ce840cb Add number attribute to Window and Tabpage objects
 111bc07 Use api level 1, as released with nvim 0.1.6.
 ba1fcd4 add neovim.VERSION (python module version) and nvim.version attributes.
 6eb75a3 show full tracebacks for errors in handlers and callbacks

0.1.10

This is the last version supporting python 2.6. This version supports nvim 0.1.5 or later.
The next version will likely require (not yet released) nvim 0.1.6 due to changes in the RPC API.

Changes since 0.1.9:

 861b0ba Report errors in handlers on stderr when used as external client
 36b2732 Don't rely on sys.stderr when it is not used
 1954384 Allow Buffer.append to take bytes (b'...') as argument
 cb23953 Use predictable log file names

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

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/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/py-neovim/Makefile b/py-neovim/Makefile
index 44b032b..02e4454 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.9
+DISTNAME=	py-neovim-0.1.11
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/py-//}
 CATEGORIES=	devel editors
 MASTER_SITES=	${MASTER_SITE_GITHUB:=neovim/}
diff --git a/py-neovim/distinfo b/py-neovim/distinfo
index 4c8c4ab..6bcbe4c 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.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
+SHA1 (py-neovim-0.1.11.tar.gz) = 90795af7adb73bb977ad0dfdc4e770a189c77723
+RMD160 (py-neovim-0.1.11.tar.gz) = 938f4b846ace741682c9db8227e8148b7edb69e5
+SHA512 (py-neovim-0.1.11.tar.gz) = f668f6f77c19265c861b839b7d33abb425dfeda1691c0e7bd05d431d2f07d6d9a5862c6b3f92bdb3ce406e72b7e55bb1e0dbc0dd8f25d489471a002aa88956f4
+Size (py-neovim-0.1.11.tar.gz) = 41181 bytes


Home | Main Index | Thread Index | Old Index