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 Jan 22 21:24:57 UTC 2020

Modified Files:
        pkgsrc/devel/py-pexpect: Makefile distinfo

Log Message:
py-pexpect: updated to 4.8.0

Version 4.8

Returned behavior of searchwindowsize to that in 4.3 and earlier (searches are only done within the search window).
Fixed a bug truncating before attribute after a timeout.
Fixed a bug where a search could be less than searchwindowsize if it was increased between calls.
Minor test cleanups to improve portability.
Disable chaining of timeout and EOF exceptions.
Allow traceback included snippet length to be configured via str_last_chars rather than always 100.
Python 3 warning added to interact.py.
Several doc updates.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/py-pexpect/Makefile
cvs rdiff -u -r1.15 -r1.16 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.25 pkgsrc/devel/py-pexpect/Makefile:1.26
--- pkgsrc/devel/py-pexpect/Makefile:1.25       Tue Apr  9 08:17:55 2019
+++ pkgsrc/devel/py-pexpect/Makefile    Wed Jan 22 21:24:57 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2019/04/09 08:17:55 adam Exp $
+# $NetBSD: Makefile,v 1.26 2020/01/22 21:24:57 adam Exp $
 
-DISTNAME=      pexpect-4.7.0
+DISTNAME=      pexpect-4.8.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.15 pkgsrc/devel/py-pexpect/distinfo:1.16
--- pkgsrc/devel/py-pexpect/distinfo:1.15       Tue Apr  9 08:17:55 2019
+++ pkgsrc/devel/py-pexpect/distinfo    Wed Jan 22 21:24:57 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2019/04/09 08:17:55 adam Exp $
+$NetBSD: distinfo,v 1.16 2020/01/22 21:24:57 adam Exp $
 
-SHA1 (pexpect-4.7.0.tar.gz) = 7734efb95719d8d21a4727d376f6ef46c82ea230
-RMD160 (pexpect-4.7.0.tar.gz) = 4c4642ac6d8af988fcfb96e59714ec9dcfb61e9f
-SHA512 (pexpect-4.7.0.tar.gz) = 4cea4229332c1f3de26dfcad596877665b3c02e91d51ca3c45c1f9b44462adb7c82abc7b76eb09a73822c2d1ccc9d812574cf79bf6bc8fb0b7d2f1093962cc3f
-Size (pexpect-4.7.0.tar.gz) = 153747 bytes
+SHA1 (pexpect-4.8.0.tar.gz) = ee5dd435ca68dc05daa783e3330eea365a404378
+RMD160 (pexpect-4.8.0.tar.gz) = c9f6299e57e4c9b29c57b16ceaf0d3303da91683
+SHA512 (pexpect-4.8.0.tar.gz) = 7447ae2d1e13be422c894a8fd51c5aaa788e37ea7f0c798c88b77afd401fb3631400a637077ccbb83c2e3876b0d0c5e1dbd5fdc9d3739d785b4d5ad7c0192580
+Size (pexpect-4.8.0.tar.gz) = 157037 bytes



Home | Main Index | Thread Index | Old Index