Tue, 08 Oct 2024 08:41:25 UTC | login

Information for build python-result-0.10.0-5.fc40

ID290714
Package Namepython-result
Version0.10.0
Release5.fc40
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, 28 Feb 2024 16:14:25 UTC
CompletedWed, 28 Feb 2024 16:14:25 UTC
Tags
f40
f41
RPMs
src
python-result-0.10.0-5.fc40.src.rpm (info) (download)
noarch
python3-result-0.10.0-5.fc40.noarch.rpm (info) (download)
Changelog * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * 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