Wed, 31 Jul 2024 01:19:22 UTC | login

Information for build python-result-0.10.0-3.fc39

ID252355
Package Namepython-result
Version0.10.0
Release3.fc39
Epoch
SummaryA Rust-like result type for Python
DescriptionA simple Result type for Python 3 inspired by Rust, fully type annotated. The idea is that a result value can be either `Ok(value)` or `Err(error)`, with a way to differentiate between the two. `Ok` and `Err` are both classes encapsulating an arbitrary value. `Result[T, E]` is a generic type alias for `typing.Union[Ok[T], Err[E]]`.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 20 Oct 2023 07:54:24 UTC
CompletedFri, 20 Oct 2023 07:54:24 UTC
Tags
f40
RPMs
src
python-result-0.10.0-3.fc39.src.rpm (info) (download)
noarch
python3-result-0.10.0-3.fc39.noarch.rpm (info) (download)
Changelog * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.10.0-2 - Rebuilt for Python 3.12 * Tue May 16 2023 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.10.0-1 - Update to 0.10.0 * Sun Feb 12 2023 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.9.0-2 - Add missing patch * Sun Feb 12 2023 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.9.0-1 - Initial Fedora package