Sat, 24 Jan 2026 18:17:09 CST | login

Information for build python-immutables-0.19-1.oc9

ID27955
Package Namepython-immutables
Version0.19
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/python-immutables.git?.#36276f25e720d07de7edfbd21cd64e2021ac4660
SummaryImmutable Collections
DescriptionAn immutable mapping type for Python. The underlying datastructure is a Hash Array Mapped Trie (HAMT) used in Clojure, Scala, Haskell, and other functional languages. This implementation is used in CPython 3.7 in the contextvars module (see PEP 550 and PEP 567 for more details). Immutable mappings based on HAMT have O(log N) performance for both set() and get() operations, which is essentially O(1) for relatively small mappings.
Built byfanjunkong
State complete
Volume DEFAULT
StartedMon, 05 Aug 2024 18:31:27 CST
CompletedMon, 05 Aug 2024 18:33:48 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/python-immutables.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-immutables.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
python-immutables-0.19-1.oc9.src.rpm (info) (download)
aarch64
python3-immutables-0.19-1.oc9.aarch64.rpm (info) (download)
python-immutables-debugsource-0.19-1.oc9.aarch64.rpm (info) (download)
python3-immutables-debuginfo-0.19-1.oc9.aarch64.rpm (info) (download)
x86_64
python3-immutables-0.19-1.oc9.x86_64.rpm (info) (download)
python-immutables-debugsource-0.19-1.oc9.x86_64.rpm (info) (download)
python3-immutables-debuginfo-0.19-1.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
Changelog * Fri Jun 28 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.19-1 - initial build