python-outcome 1.2.0-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Drop "X-Python3-Version: all" since it is deprecated. Closes: #1003822.
    Thanks to Julian Gilbey.

 -- Robie Basak <email address hidden>  Sun, 03 Jul 2022 13:53:52 +0100

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
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-outcome_1.2.0-1.dsc 1.8 KiB f6736abcd818b14b30aa3b9b472421bc1321982e468fe2bcb6045fb9b2560093
python-outcome_1.2.0.orig.tar.gz 16.8 KiB 6f82bd3de45da303cf1f771ecafa1633750a358436a8bb60e06a1ceb745d2672
python-outcome_1.2.0-1.debian.tar.xz 2.0 KiB 9434a51c068c81210a45237b26ac5f56c03e6cc92375c6730130b93efcc0fc30

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