Package python-module-pexpect: Information

Danger alert: Package removed from branch sisyphus

Removed in the quest: #260963
Package removed: Vitaly Lipatov
Deletion date: Nov. 4, 2020
Source package: python-module-pexpect
Version: 4.7.0-alt1
Build time:  Nov 24, 2019, 11:53 PM in the task #241556
Report package bug
License: ISC
Summary: Pexpect is a pure Python Expect. It allows easy control of other applications
Description: 
Pexpect is a pure Python module for spawning child applications; controlling
them; and responding to expected patterns in their output. Pexpect works like
Don Libes' Expect. Pexpect allows your script to spawn a child application and
control it as if a human were typing commands.

List of rpms provided by this srpm:
python-module-pexpect (noarch)
python-module-pexpect-docs (noarch)
python-module-pexpect-pickles (noarch)
python3-module-pexpect (noarch)

Maintainer: Stanislav Levin


    1. /dev/pts
    2. man-db
    3. python-module-ptyprocess
    4. openssl
    5. python-module-objects.inv
    6. rpm-build-python3
    7. rpm-macros-sphinx
    8. python3-module-ptyprocess
    9. python-module-pyte
    10. python-module-pytest
    11. python-module-setuptools
    12. python3-module-pytest
    13. python3-module-setuptools

Last changed


Nov. 23, 2019 Stanislav Levin 4.7.0-alt1
- 4.6 -> 4.7.0.
Feb. 25, 2019 Stanislav Levin 4.6-alt3
- Fixed testing:
  + increased timeout for test_large_stdout_stream
  + skipped assertion of trailing output (test_interact_escape_None
    and test_interact_exit_unicode)
  + added closing of child in test_spawn_uses_env
Feb. 1, 2019 Grigory Ustinov 4.6-alt2
- Fixed FTBFS (Added BR on python-module-pyte) (Closes: #36015).