diff options
author | adam <adam@pkgsrc.org> | 2017-11-10 07:51:58 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-11-10 07:51:58 +0000 |
commit | 3f68fa61f2c1b6ea482bec8e405abf0566cd4360 (patch) | |
tree | 230e68e96ddbd58de6c537aa5aebe687cb931305 /devel | |
parent | 74c933caa268ab5199ffd06c88c135343b6971ad (diff) | |
download | pkgsrc-3f68fa61f2c1b6ea482bec8e405abf0566cd4360.tar.gz |
py-pexpect: updated to 4.3.0
Version 4.3
The async= parameter to integrate with asyncio has become async_= (:ghpull:`431`), as async is becoming a Python keyword from Python 3.6. Pexpect will still recognise async as an alternative spelling.
Similarly, the module pexpect.async became pexpect._async (:ghpull:`450`). This module is not part of the public API.
Fix problems with asyncio objects closing file descriptors during garbage collection (:ghissue:`347`, :ghpull:`376`).
Set the .pid attribute of a :class:`~.PopenSpawn` object (:ghpull:`417`).
Fix passing Windows paths to :class:`~.PopenSpawn` (:ghpull:`446`).
:class:`~.PopenSpawn` on Windows can pass string commands through to Popen without splitting them into a list (:ghpull:`447`).
Stop shlex trying to read from stdin when :class:`~.PopenSpawn` is passed cmd=None (:ghissue:`433`, :ghpull:`434`).
Ensure that an error closing a Pexpect spawn object raises a Pexpect error, rather than a Ptyprocess error (:ghissue:`383`, :ghpull:`386`).
Cleaned up invalid backslash escape sequences in strings (:ghpull:`430`, :ghpull:`445`).
The pattern for a password prompt in :mod:`pexpect.pxssh` changed from password to password: (:ghpull:`452`).
Correct docstring for using unicode with spawn (:ghpull:`395`).
Various other improvements to documentation.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-pexpect/Makefile | 4 | ||||
-rw-r--r-- | devel/py-pexpect/PLIST | 8 | ||||
-rw-r--r-- | devel/py-pexpect/distinfo | 10 |
3 files changed, 11 insertions, 11 deletions
diff --git a/devel/py-pexpect/Makefile b/devel/py-pexpect/Makefile index 6023132b0fe..c6829ea66d0 100644 --- a/devel/py-pexpect/Makefile +++ b/devel/py-pexpect/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2017/05/04 10:43:28 adam Exp $ +# $NetBSD: Makefile,v 1.20 2017/11/10 07:51:58 adam Exp $ -DISTNAME= pexpect-4.2.1 +DISTNAME= pexpect-4.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pexpect/} diff --git a/devel/py-pexpect/PLIST b/devel/py-pexpect/PLIST index e36f6fc7036..f5facb5db8d 100644 --- a/devel/py-pexpect/PLIST +++ b/devel/py-pexpect/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2017/05/04 10:43:28 adam Exp $ +@comment $NetBSD: PLIST,v 1.8 2017/11/10 07:51:58 adam Exp $ ${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/pexpect/ANSI.py ${PYSITELIB}/pexpect/ANSI.pyc @@ -9,9 +9,9 @@ ${PYSITELIB}/pexpect/FSM.pyo ${PYSITELIB}/pexpect/__init__.py ${PYSITELIB}/pexpect/__init__.pyc ${PYSITELIB}/pexpect/__init__.pyo -${PYSITELIB}/pexpect/async.py -${PLIST.py3x}${PYSITELIB}/pexpect/async.pyc -${PLIST.py3x}${PYSITELIB}/pexpect/async.pyo +${PYSITELIB}/pexpect/_async.py +${PLIST.py3x}${PYSITELIB}/pexpect/_async.pyc +${PLIST.py3x}${PYSITELIB}/pexpect/_async.pyo ${PYSITELIB}/pexpect/bashrc.sh ${PYSITELIB}/pexpect/exceptions.py ${PYSITELIB}/pexpect/exceptions.pyc diff --git a/devel/py-pexpect/distinfo b/devel/py-pexpect/distinfo index c6030da4308..1bf2474d264 100644 --- a/devel/py-pexpect/distinfo +++ b/devel/py-pexpect/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2017/05/04 10:43:28 adam Exp $ +$NetBSD: distinfo,v 1.10 2017/11/10 07:51:58 adam Exp $ -SHA1 (pexpect-4.2.1.tar.gz) = 79239071ffc3afa8297f813e8c4691a1df74153c -RMD160 (pexpect-4.2.1.tar.gz) = 61174032c34eabd021bd60fbe311ee6984334660 -SHA512 (pexpect-4.2.1.tar.gz) = 796474c87559cb9f4e2dfe72564d70c75e1aac4f57c4f3e4033a56c8842a48380ae0d5fafdad7f1ea6718b25c272fe4a611a59db44e69afb1f2bbf7e00256261 -Size (pexpect-4.2.1.tar.gz) = 143980 bytes +SHA1 (pexpect-4.3.0.tar.gz) = 0eab7b4daeba6007697d964ff70409b816a72b13 +RMD160 (pexpect-4.3.0.tar.gz) = 69e9ddcbb6c29a38558f7c62572b975d3a9c37ca +SHA512 (pexpect-4.3.0.tar.gz) = 26ee26d5b2054e906e5aa36eb077f84b8c7f8f39bb1f211e40a62b8d8c4048631a4e08105a4c17e1c23548d5e9b47fafbc095a37d5363210919de0ca074d225b +Size (pexpect-4.3.0.tar.gz) = 146576 bytes |