Sat, 06 Jul 2024 11:31:56 UTC | login

Information for build python-result-0.10.0-1.fc38

ID248313
Package Namepython-result
Version0.10.0
Release1.fc38
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
StartedWed, 31 May 2023 11:01:19 UTC
CompletedWed, 31 May 2023 11:01:19 UTC
Tags
f38
f39
f40
RPMs
src
python-result-0.10.0-1.fc38.src.rpm (info) (download)
noarch
python3-result-0.10.0-1.fc38.noarch.rpm (info) (download)
Changelog * 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