pkgsrc/devel/py-pexpect/PLIST
adam 2623a4a886 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.
2017-11-10 07:51:58 +00:00

48 lines
1.6 KiB
Text

@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
${PYSITELIB}/pexpect/ANSI.pyo
${PYSITELIB}/pexpect/FSM.py
${PYSITELIB}/pexpect/FSM.pyc
${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/bashrc.sh
${PYSITELIB}/pexpect/exceptions.py
${PYSITELIB}/pexpect/exceptions.pyc
${PYSITELIB}/pexpect/exceptions.pyo
${PYSITELIB}/pexpect/expect.py
${PYSITELIB}/pexpect/expect.pyc
${PYSITELIB}/pexpect/expect.pyo
${PYSITELIB}/pexpect/fdpexpect.py
${PYSITELIB}/pexpect/fdpexpect.pyc
${PYSITELIB}/pexpect/fdpexpect.pyo
${PYSITELIB}/pexpect/popen_spawn.py
${PYSITELIB}/pexpect/popen_spawn.pyc
${PYSITELIB}/pexpect/popen_spawn.pyo
${PYSITELIB}/pexpect/pty_spawn.py
${PYSITELIB}/pexpect/pty_spawn.pyc
${PYSITELIB}/pexpect/pty_spawn.pyo
${PYSITELIB}/pexpect/pxssh.py
${PYSITELIB}/pexpect/pxssh.pyc
${PYSITELIB}/pexpect/pxssh.pyo
${PYSITELIB}/pexpect/replwrap.py
${PYSITELIB}/pexpect/replwrap.pyc
${PYSITELIB}/pexpect/replwrap.pyo
${PYSITELIB}/pexpect/run.py
${PYSITELIB}/pexpect/run.pyc
${PYSITELIB}/pexpect/run.pyo
${PYSITELIB}/pexpect/screen.py
${PYSITELIB}/pexpect/screen.pyc
${PYSITELIB}/pexpect/screen.pyo
${PYSITELIB}/pexpect/spawnbase.py
${PYSITELIB}/pexpect/spawnbase.pyc
${PYSITELIB}/pexpect/spawnbase.pyo
${PYSITELIB}/pexpect/utils.py
${PYSITELIB}/pexpect/utils.pyc
${PYSITELIB}/pexpect/utils.pyo