pexpect 4.9-1 source package in Ubuntu

Changelog

pexpect (4.9-1) unstable; urgency=medium

  * Team Upload.
  * New upstream version 4.9. (Closes: #379301, #751043)
  * Patch '0005' for pybuild errors in Python 3.12. (Closes: #1058450)
  * Removed old patches not suitable for new upstream version.
  * Updated d/tests to fit Python 3.12.
  * Added 2024 copyright for debian/*.

 -- Yogeswaran Umasankar <email address hidden>  Mon, 29 Jan 2024 23:30:00 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pexpect_4.9-1.dsc 2.1 KiB 7e2ea4f5ae09533164528fbc5dc03a34ccfc4acc2bf96fcb4fff92e40b52bf28
pexpect_4.9.orig.tar.gz 166.3 KiB 305ab31baae8452dc6406e13c1512095d0df79ff82a9ad7c2638d70d6d836f60
pexpect_4.9-1.debian.tar.xz 7.0 KiB ffe2f286cb3e88ab78b0b17adcbb4c68442d49827243b136f885fc9acac1fa35

No changes file available.

Binary packages built by this source

python-pexpect-doc: Python module for automating interactive applications (documentation)

 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 is the common documentation package.

python3-pexpect: Python 3 module for automating interactive applications

 Pexpect is a pure Python 3 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.