pexpect 4.8.0-ok2 source package in openKylin

Changelog

pexpect (4.8.0-ok2) yangtze; urgency=medium

  * Apply patchs.

 -- sufang <email address hidden>  Mon, 06 Feb 2023 16:45:48 +0800

Upload details

Uploaded by:
sufang
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main python
Yangtze V1.0 proposed main python

Downloads

File Size SHA-256 Checksum
pexpect_4.8.0.orig.tar.gz 161.2 KiB fef65536b0c6f0c4d3203ee222298dc780c87b2036a418e921ecea0d65c99e3c
pexpect_4.8.0-ok2.debian.tar.xz 6.9 KiB 102eb55b83bb661158bad5b5b7942528fb178b0bac303efe04282dbb7be2392a
pexpect_4.8.0-ok2.dsc 1.9 KiB 637e8e9f6f76d033c4e3c30f516cf96ee248b88b0de9b4c85550ba35b47a7ce9

Available diffs

View changes file

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.