python-outcome 1.2.0-2 source package in Ubuntu

Changelog

python-outcome (1.2.0-2) unstable; urgency=medium

  * Switch to team maintenance.
  * Add myself to Uploaders.
  * Add d/gbp.conf.
  * Add d/salsa-ci.yml.
  * Add missing B-D python3-pytest-asyncio. (Closes: #1114319)
  * Run wrap-and-sort -ast.

 -- Tianyu Chen <email address hidden>  Fri, 19 Sep 2025 18:58:00 +0800

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
Resolute release universe misc

Downloads

File Size SHA-256 Checksum
python-outcome_1.2.0-2.dsc 2.1 KiB fe38bf68ec535806b80a509402780f515e8b674c25c42b8436c519addd780091
python-outcome_1.2.0.orig.tar.gz 16.8 KiB 6f82bd3de45da303cf1f771ecafa1633750a358436a8bb60e06a1ceb745d2672
python-outcome_1.2.0-2.debian.tar.xz 2.3 KiB 350ef159169fb9c833b5cc85e9dee13f3986fbccbaa66ad3d351abd48abc8887

Available diffs

No changes file available.

Binary packages built by this source

python3-outcome: capture the outcome of Python function calls

 Outcome provides a function `capture' for capturing the outcome of a Python
 function call, so that it can be passed around - even if the function raises
 an exception. It also provides the async equivalent function `acapture'.