Sat, 24 Jan 2026 04:02:25 CST | login

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

ID14078
Package Namepython-immutables
Version0.19
Release1.ocs23
Epoch
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 bybbrucezhang
State complete
Volume DEFAULT
StartedWed, 31 Jul 2024 20:05:19 CST
CompletedWed, 31 Jul 2024 20:06:54 CST
Taskbuild (dist-ocs23-epol9, /opencloudos-stream/python-immutables.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-immutables.git?.#origin/master'}}
Tags
dist-ocs23
dist-ocs23-epol9
epol9-test-compose
RPMs
src
python-immutables-0.19-1.ocs23.src.rpm (info) (download)
aarch64
python3-immutables-0.19-1.ocs23.aarch64.rpm (info) (download)
python-immutables-debugsource-0.19-1.ocs23.aarch64.rpm (info) (download)
python3-immutables-debuginfo-0.19-1.ocs23.aarch64.rpm (info) (download)
x86_64
python3-immutables-0.19-1.ocs23.x86_64.rpm (info) (download)
python-immutables-debugsource-0.19-1.ocs23.x86_64.rpm (info) (download)
python3-immutables-debuginfo-0.19-1.ocs23.x86_64.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
Changelog * Fri Jun 28 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.19-1 - initial build