Path to this page:
./
devel/py-outcome,
Capture the outcome of Python function calls
Branch: CURRENT,
Version: 1.3.0.post0,
Package name: py312-outcome-1.3.0.post0,
Maintainer: kamelderouicheCapture the outcome of Python function calls. Extracted from the Trio project.
Master sites:
Filesize: 20.566 KB
Version history: (Expand)
- (2024-11-11) Updated to version: py312-outcome-1.3.0.post0
- (2023-11-05) Updated to version: py311-outcome-1.3.0.post0
- (2023-10-20) Updated to version: py311-outcome-1.3.0
- (2022-08-10) Updated to version: py310-outcome-1.2.0
- (2022-01-20) Package added to pkgsrc.se, version py39-outcome-1.1.0 (created)
CVS history: (Expand)
2023-11-05 01:40:36 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-outcome: update to 1.3.0.post0.
Changes not documented.
|
2023-10-20 13:12:55 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-outcome: updated to 1.3.0
Outcome 1.3.0 (2023-10-17)
Features
- Added type hints to the package. :py:class:`Value` and :py:class`Outcome` are \
now generic.
A type alias was also added (:py:data:`Maybe`) for the union of :py:class:`Value`
and :py:class:`Error`.
|
2022-08-10 11:03:46 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-outcome: updated to 1.2.0
Outcome 1.2.0 (2022-06-14)
--------------------------
Features
- Add support for Python 3.9 and 3.10.
Deprecations and Removals
- Drop support for Python 3.6.
|
2022-01-19 23:39:01 by Thomas Klausner | Files touched by this commit (4) |
Log message:
devel/py-outcome: import py-outcome-1.1.0
Capture the outcome of Python function calls. Extracted from the Trio project.
|