Accepting request 1132685 from devel:languages:python
- 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/request/show/1132685 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-outcome?expand=0&rev=10
This commit is contained in:
commit
020469f3d5
BIN
outcome-1.2.0.tar.gz
(Stored with Git LFS)
BIN
outcome-1.2.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
outcome-1.3.0.post0.tar.gz
(Stored with Git LFS)
Normal file
BIN
outcome-1.3.0.post0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,8 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 12 13:41:15 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 6 19:50:20 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- drop outdated depndendy on async_generator
|
||||
(see https://github.com/python-trio/outcome/issues/12)
|
||||
(see https://github.com/python-trio/outcome/issues/12)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 12:28:51 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user