python-stopit 1.1.2-2 source package in Ubuntu

Changelog

python-stopit (1.1.2-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.1.
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

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

 -- Sandro Tosi <email address hidden>  Sat, 04 Jun 2022 12:22:34 -0400

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-stopit_1.1.2-2.dsc 2.1 KiB 70d9e3a6337555d66c45bd9aec1baadf0b1dcf19073aa77160f01e1787443d98
python-stopit_1.1.2.orig.tar.gz 10.6 KiB df619f61469765aad691bc3dcaf0d4bae1fd4611120bd4a74e72f568ee7d8424
python-stopit_1.1.2-2.debian.tar.xz 2.5 KiB 8f3db7b25141f1f90d042956c9d72beed2e91c5df8388d633b8daac9f3f32365

Available diffs

No changes file available.

Binary packages built by this source

python3-stopit: Timeout control decorator and context manager for Python3

 This Python module provides:
  - a function that raises an exception in another thread,
  including the main thread.
  - two context managers that may stop its inner block activity
  on timeout.
  - two decorators that may stop its decorated callables
  on timeout.
 .
 This is the Python 3 compatible package.