Fri, 28 Jun 2024 07:27:36 UTC | login

Information for build python-pexpect-4.9.0-4.fc40

ID292227
Package Namepython-pexpect
Version4.9.0
Release4.fc40
Epoch
SummaryUnicode-aware Pure Python Expect-like module
DescriptionPexpect 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. 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 29 Feb 2024 09:52:52 UTC
CompletedThu, 29 Feb 2024 09:52:52 UTC
Tags
f40
f41
RPMs
src
python-pexpect-4.9.0-4.fc40.src.rpm (info) (download)
noarch
python3-pexpect-4.9.0-4.fc40.noarch.rpm (info) (download)
Changelog * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.9.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.9.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Wed Nov 29 2023 Scott Talbert <swt@techie.net> - 4.9.0-2 - Fix tests when running in CI-like environments (#2251910) * Mon Nov 27 2023 Dan Radez <dradez@redhat.com> - 4.9.0-1 - Update to new upstream release 4.9.0 (#2251454) * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.8.0-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 4.8.0-16 - Rebuilt for Python 3.12 * Sun Feb 12 2023 Scott Talbert <swt@techie.net> - 4.8.0-15 - Fix FTBFS with Python 3.12 (#2155493) * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.8.0-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.8.0-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 4.8.0-12 - Rebuilt for Python 3.11 * Thu Mar 24 2022 Scott Talbert <swt@techie.net> - 4.8.0-11 - Replace asyncio.coroutine to fix Python 3.11 support (#2019843)