pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-pexpect py-pexpect: updated to 4.4.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f4f46554fa9b
branches:  trunk
changeset: 375528:f4f46554fa9b
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Feb 14 08:09:00 2018 +0000

description:
py-pexpect: updated to 4.4.0

Version 4.4
PopenSpawn now has a preexec_fn parameter, like spawn and subprocess.Popen, for a function to be called in the child process before executing the new command. Like in Popen, this works only in POSIX, 
and can cause issues if your application also uses threads.
Significant performance improvements when processing large amounts of data.
Ensure that spawn.closed gets set by close(), and improve an example for passing SIGWINCH through to a child process

diffstat:

 devel/py-pexpect/Makefile |   4 ++--
 devel/py-pexpect/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 7a6f1f9e159a -r f4f46554fa9b devel/py-pexpect/Makefile
--- a/devel/py-pexpect/Makefile Wed Feb 14 08:06:40 2018 +0000
+++ b/devel/py-pexpect/Makefile Wed Feb 14 08:09:00 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2017/12/13 07:36:22 adam Exp $
+# $NetBSD: Makefile,v 1.22 2018/02/14 08:09:00 adam Exp $
 
-DISTNAME=      pexpect-4.3.1
+DISTNAME=      pexpect-4.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pexpect/}
diff -r 7a6f1f9e159a -r f4f46554fa9b devel/py-pexpect/distinfo
--- a/devel/py-pexpect/distinfo Wed Feb 14 08:06:40 2018 +0000
+++ b/devel/py-pexpect/distinfo Wed Feb 14 08:09:00 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2017/12/13 07:36:22 adam Exp $
+$NetBSD: distinfo,v 1.12 2018/02/14 08:09:00 adam Exp $
 
-SHA1 (pexpect-4.3.1.tar.gz) = 8f2f0d6f4a1688107dcaf0c17136e645f7de499d
-RMD160 (pexpect-4.3.1.tar.gz) = 991f3e7310bc4b56e63812dd16dba73267f09df2
-SHA512 (pexpect-4.3.1.tar.gz) = eb1416aa1f803d52a3c3663ea1b982f34489d1924df44bf2d36ba63699fa8c98c04437f4bf49a312dfcd01c35b062acb93095fcde7055595fd4c11b933039cff
-Size (pexpect-4.3.1.tar.gz) = 146852 bytes
+SHA1 (pexpect-4.4.0.tar.gz) = cd35c5369a63e8bee0207ed84c2053f1bdd179bd
+RMD160 (pexpect-4.4.0.tar.gz) = 0befcce3c9e9524e571cf037ffbf2cd50cce11f3
+SHA512 (pexpect-4.4.0.tar.gz) = c3ac018b0f55075ab2bb7f07d672b5c1ee2823f43577c93dedd8f828f6f31e5270afe56b2cee95cf5626f137978a5f0a7145ab4eb74bbad4818a42e6b329db6e
+Size (pexpect-4.4.0.tar.gz) = 145884 bytes



Home | Main Index | Thread Index | Old Index