Sat, 24 Jan 2026 03:33:13 CST | login

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

ID24311
Package Namepython-result
Version0.10.0
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/python-result.git?.#715bb9d544bd4c2ab278950cae7e1f899915f8ca
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 byfanjunkong
State complete
Volume DEFAULT
StartedTue, 04 Jun 2024 14:46:50 CST
CompletedTue, 04 Jun 2024 14:53:15 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/python-result.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-result.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
python-result-0.10.0-1.oc9.src.rpm (info) (download)
noarch
python3-result-0.10.0-1.oc9.noarch.rpm (info) (download)
Logs
noarch
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.10.0-1 - initial build