Pure Python Expect-like module
Pexpect is a pure Python module for spawning child applications;
controlling them; and responding to expected patterns in their output.
-
1
derived packages
- Links to openSUSE:Factory / python-pexpect
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python:backports/python-pexpect && cd $_
- Create Badge
Refresh
Refresh
Source Files (show unmerged sources)
Filename | Size | Changed |
---|---|---|
pexpect-4.9.0.tar.gz | 0000166450 163 KB | |
python-pexpect.changes | 0000018183 17.8 KB | |
python-pexpect.spec | 0000003253 3.18 KB |
Latest Revision
Tomáš Chvátal (scarabeus_iv)
committed
(revision 3)
- Update to 4.7.0: * The :meth:`.pxssh.login` method now no longer requires a username if an ssh config is provided and will raise an error if neither are provided. (:ghpull:`562`). * The :meth:`.pxssh.login` method now supports providing your own ssh command via the cmd parameter. (:ghpull:`528`) (:ghpull:`563`). * :class:`.pxssh` now supports the use_poll parameter which is passed into :meth:`.pexpect.spawn` (:ghpull:`542`). * Minor bug fix with ssh_config. (:ghpull:`498`). * :meth:`.replwrap.run_command` now has async support via an async_ parameter. (:ghpull:`501`). * :meth:`.pexpect.spawn` will now read additional bytes if able up to a buffer limit. (:ghpull:`304`). - Drop merged patch fix-test.patch - Remove superfluous devel dependency for noarch package - Add fix-test.patch to make tests pass with SLE-12-SP4's openssl (bsc#1107105)
Comments 0