pexpect 4.8.0-3ubuntu1 source package in Ubuntu

Changelog

pexpect (4.8.0-3ubuntu1) kinetic; urgency=medium

  * Merge from Debian unstable (LP: #1987420). Remaining changes:
    - d/test/control: Keep needs-root Restriction, to fix flaky tests:
      "test_run_event_as_function/_method"
  * Work around an issue in bash (LP: 1097467) which causes --rcfile to
    override the user .bashrc but not the system-wide /etc/bash.bashrc. This
    affects the pexpect test-suite under environments in which the system-wide
    bashrc causes interactive shells to output additional preamble. Instead,
    use --norc (which suppresses both user and system-wide bashrc) and change
    PS1 via the environment.

pexpect (4.8.0-3) unstable; urgency=medium

  * Set upstream metadata fields: Repository, Repository-Browse.
  * Remove constraints unnecessary since buster:
    + python-pexpect-doc: Drop versioned constraint on python-pexpect in
      Replaces.
    + python-pexpect-doc: Drop versioned constraint on python-pexpect in Breaks.

 -- Dave Jones <email address hidden>  Tue, 23 Aug 2022 17:13:09 +0100

Upload details

Uploaded by:
Dave Jones
Sponsored by:
Steve Langasek
Uploaded to:
Kinetic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pexpect_4.8.0.orig.tar.gz 162.1 KiB f2ea54a12cc893636a60421e8da0a36c40caad7825eb674697f1e25f5f91245e
pexpect_4.8.0-3ubuntu1.debian.tar.xz 8.6 KiB e9f83103ea48ff598d3c84691e71dee8476d873fe71e9c98a78e3680a4d31493
pexpect_4.8.0-3ubuntu1.dsc 2.3 KiB 38d89fa07a03865acb4ffa0323b0b9abd161d035d52fb29960cc7757fc89f453

Available diffs

View changes file

Binary packages built by this source

python-pexpect-doc: No summary available for python-pexpect-doc in ubuntu kinetic.

No description available for python-pexpect-doc in ubuntu kinetic.

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.