python-outcome 1.2.0-1.1 source package in Ubuntu

Changelog

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

  * Non-maintainer upload.
  * Declare explict B-D on python3-attr. Closes: #1042307

 -- Tianyu Chen <email address hidden>  Fri, 03 Nov 2023 17:05:18 +0800

Upload details

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-outcome_1.2.0-1.1.dsc 1.3 KiB baf9cb207c179f7d451667202e98e7e3ba7157c9fb9f74cc8b1229b79002f3e5
python-outcome_1.2.0.orig.tar.gz 16.8 KiB 6f82bd3de45da303cf1f771ecafa1633750a358436a8bb60e06a1ceb745d2672
python-outcome_1.2.0-1.1.debian.tar.xz 2.1 KiB 4d4e5b77f64a610bc22cc64a3f7135d228a8a571a3b95cd9d376421e88ed6bfc

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'.