Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (42m)  pkgsrc-2024Q1 (6d)  pkgsrc-2023Q4 (53d)  pkgsrc-2023Q2 (85d)  pkgsrc-2023Q3 (165d) 

2024-05-23 19:58:52 UTC Now

2023-10-20 11:12:55 UTC MAIN commitmail json YAML

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

(adam)