Sun, 08 Sep 2024 21:19:07 UTC | login

Information for build python-result-0.17.0-2.fc41

ID323041
Package Namepython-result
Version0.17.0
Release2.fc41
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, 26 Jul 2024 06:34:13 UTC
CompletedFri, 26 Jul 2024 06:34:13 UTC
Tags
f41
RPMs
src
python-result-0.17.0-2.fc41.src.rpm (info) (download)
noarch
python3-result-0.17.0-2.fc41.noarch.rpm (info) (download)
Changelog * Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Thu Jun 27 2024 Packit <hello@packit.dev> - 0.17.0-1 - Update to 0.17.0 upstream release - Resolves: rhbz#2214092 * Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 0.10.0-6 - Rebuilt for Python 3.13 * 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