Name: | python3.11-pexpect |
---|---|
Version: | 4.9.0 |
Release: | 2.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 616951 |
License: | ISC AND BSD-3-Clause |
RPM: | python3.11-pexpect-4.9.0-2.el8.noarch.rpm |
Source RPM: | python-pexpect-4.9.0-2.el8.src.rpm |
Build Date: | Tue Dec 12 2023 |
Build Host: | runner-pmkqgqzy-project-35478-concurrent-02sh2h |
Vendor: | |
URL: | https://github.com/pexpect/pexpect |
Summary: | Unicode-aware Pure Python Expect-like module |
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. This package contains the python3 version of this module. Pexpect can be used for automating interactive applications such as ssh, ftp, passwd, telnet, etc. It can be used to automate setup scripts for duplicating software package installations on different servers. And it can be used for automated software testing. Pexpect is in the spirit of Don Libes' Expect, but Pexpect is pure Python. Unlike other Expect-like modules for Python, Pexpect does not require TCL or Expect nor does it require C extensions to be compiled. It should work on any platform that supports the standard Python pty module. |
- Fix tests when running in CI-like environments (#2251910)
- Update to new upstream release 4.9.0 (#2251454)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
- Rebuilt for Python 3.12
- Fix FTBFS with Python 3.12 (#2155493)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
- Rebuilt for Python 3.11
- Replace asyncio.coroutine to fix Python 3.11 support (#2019843)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild