python-sh 1.14.2-1 source package in Ubuntu

Changelog

python-sh (1.14.2-1) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

  [ Gordon Ball ]
  * Fix d/watch match pattern
  * New upstream version 1.14.2

 -- Gordon Ball <email address hidden>  Sat, 09 Oct 2021 22:11:12 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-sh_1.14.2-1.dsc 2.0 KiB ac85b4725dd65fea64679179eb2444ebbc6c510862272e5a4d8c1f9628ef3f42
python-sh_1.14.2.orig.tar.gz 373.1 KiB c1dbe3d4d55678a5e5898217967fff1533a3db5872e2228688af9be969e7d2b8
python-sh_1.14.2-1.debian.tar.xz 2.9 KiB c029b16072017b360e5cdbe7ccdf7e3ec4fb0aab8b9342bcf69e588ae529c781

Available diffs

No changes file available.

Binary packages built by this source

python3-sh: Python 3 subprocess interface

 sh (previously pbs) is a full-fledged subprocess replacement for Python 2.6 -
 3.2 that allows you to call any program as if it were a function:
 .
   from sh import ifconfig
   print ifconfig("eth0")
 .
 sh is not a collection of system commands implemented in Python.
 .
 This package provides Python 3 module bindings only.