Thu, 22 Jan 2026 08:00:58 CST | login

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

ID40835
Package Namepython-result
Version0.10.0
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/python-result.git?.#3b93c85ca3b2f11c584e6793da4a2a1d6c87c8ff
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 bybbrucezhang
State complete
Volume DEFAULT
StartedSat, 14 Jun 2025 01:29:36 CST
CompletedSat, 14 Jun 2025 01:31:41 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-2.oc9.src.rpm (info) (download)
noarch
python3-result-0.10.0-2.oc9.noarch.rpm (info) (download)
Logs
noarch
dnf.rpm.log
build.log
dnf.librepo.log
hw_info.log
dnf.log
mock_output.log
state.log
root.log
installed_pkgs.log
mock_config.log
noarch_rpmdiff.json
Changelog * Thu Jun 12 2025 bbrucezhang <bbrucezhang@tencent.com> - 0.10.0-2 - Rebuilt for loongarch64 * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.10.0-1 - initial build