pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-pexpect
Module Name: pkgsrc
Committed By: adam
Date: Wed Feb 14 08:09:00 UTC 2018
Modified Files:
pkgsrc/devel/py-pexpect: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/py-pexpect/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-pexpect/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-pexpect/Makefile
diff -u pkgsrc/devel/py-pexpect/Makefile:1.21 pkgsrc/devel/py-pexpect/Makefile:1.22
--- pkgsrc/devel/py-pexpect/Makefile:1.21 Wed Dec 13 07:36:22 2017
+++ pkgsrc/devel/py-pexpect/Makefile Wed Feb 14 08:09:00 2018
@@ -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/}
Index: pkgsrc/devel/py-pexpect/distinfo
diff -u pkgsrc/devel/py-pexpect/distinfo:1.11 pkgsrc/devel/py-pexpect/distinfo:1.12
--- pkgsrc/devel/py-pexpect/distinfo:1.11 Wed Dec 13 07:36:22 2017
+++ pkgsrc/devel/py-pexpect/distinfo Wed Feb 14 08:09:00 2018
@@ -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