easyprocess 1.1-1 source package in Ubuntu

Changelog

easyprocess (1.1-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.
  * Update standards version to 4.6.1, no changes needed.

  [ Malik Mlitat ]
  * New upstream release
  * Change maintainer to Malik Mlitat; #Closes: #888078

 -- Malik Mlitat <email address hidden>  Wed, 07 Dec 2022 22:26:40 +0100

Upload details

Uploaded by:
Malik
Uploaded to:
Sid
Original maintainer:
Malik
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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
easyprocess_1.1-1.dsc 1.9 KiB 8dd3d1540b8d269438926addc96606c268a4cae57d36712a70ae0ad3fb31638d
easyprocess_1.1.orig.tar.gz 13.4 KiB b566225ba7b8f7dd3a5356e18209edd5e5bcf002bfd9de6b16cce36d2a68ffc0
easyprocess_1.1-1.debian.tar.xz 2.6 KiB 671aac0d7fb707ee49000d9a3c52ed857f031be4b0147c3b82744d7f783bd57e

Available diffs

No changes file available.

Binary packages built by this source

python3-easyprocess: easy to use python subprocess interface - Python 3.X

 Features:
 .
  * layer on top of subprocess_ module
  * easy to start, stop programs
  * easy to get standard output/error, return code of programs
  * command can be list or string
  * logging
  * timeout
  * global config file with program aliases
  * shell is not supported
  * pipes are not supported
  * stdout/stderr is set only after the subprocess has finished
  * stop() does not kill whole subprocess tree
  * unicode support
  * Method chaining
 .
 This package contains the python 3 version of easyprocess