[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Package python3-pexpect-4.9.0-6.el10.noarch download

Name python3-pexpect
Epoch 0
Version 4.9.0
Release 6.el10
Architecture noarch
Website/URL https://github.com/pexpect/pexpect
License ISC AND BSD-3-Clause
Build Time 2025-04-03 08:35:27
Build Host builder-x86-11.inferitos.ru
Summary Unicode-aware Pure Python Expect-like module
Repositories BaseOS
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.
Errata
Size 181 KiB
Source Project python-pexpect-4.9.0-6.el10
SHA-256 checksum 3deed9b5380be7d097eea3a21413413b6ffca487bacd25d54b896ee922231bbb
× Full screenshot
Changelog link
* Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 4.9.0-6
- Rebuilt for MSVSphere 10

* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 4.9.0-6
- Bump release for October 2024 mass rebuild:
  Resolves: RHEL-64018

* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 4.9.0-5
- Bump release for June 2024 mass rebuild

* 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)