Click here to visit the old openkoji buildsystem (Archived)

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

ID17239
Package Namepython-pexpect
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version4.9.0
Release4.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/python-pexpect.git#d24b61983d0fc5860ef9f4fcf7fa924de87a02fd
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 bykojiadmin
State complete
Volume DEFAULT
StartedThu, 09 May 2024 02:23:34 CST
CompletedThu, 09 May 2024 02:39:20 CST
Taskbuild (f41, /rpms/python-pexpect.git:d24b61983d0fc5860ef9f4fcf7fa924de87a02fd)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-pexpect.git#d24b61983d0fc5860ef9f4fcf7fa924de87a02fd'}}
Tags
f41
RPMs
src
python-pexpect-4.9.0-4.fc41.src.rpm (info) (download)
noarch
python3-pexpect-4.9.0-4.fc41.noarch.rpm (info) (download)
Logs
noarch
root.log
hw_info.log
build.log
installed_pkgs.log
state.log
mock_output.log
noarch_rpmdiff.json
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)