forked from pool/python-outcome
- update to 1.3.0.post0:
* 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`. (#36) (see https://github.com/python-trio/outcome/issues/12) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-outcome?expand=0&rev=20
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-outcome
|
||||
Version: 1.2.0
|
||||
Version: 1.3.0.post0
|
||||
Release: 0
|
||||
Summary: Function for capturing the outcome of Python function calls
|
||||
License: Apache-2.0 OR MIT
|
||||
|
Reference in New Issue
Block a user