./devel/py-outcome, Capture the outcome of Python function calls

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.3.0.post0, Package name: py311-outcome-1.3.0.post0, Maintainer: kamelderouiche

Capture the outcome of Python function calls. Extracted from the Trio project.


Master sites:

Filesize: 20.566 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-05 01:40:36 by Thomas Klausner | Files touched by this commit (3) | Package updated
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) | Package updated
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) | Package updated
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.