Thu, 30 Jan 2025 07:42:54 CET | login

Information for build python-immutables-0.19-5.xcpng8.3

ID3660
Package Namepython-immutables
Version0.19
Release5.xcpng8.3
Epoch
Sourcegit+https://github.com/xcp-ng-rpms/python-immutables.git#48a71eb286a8ff6f2c11356135d0f71902637008
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 byydirson
State complete
Volume DEFAULT
StartedFri, 24 Jan 2025 15:20:09 CET
CompletedFri, 24 Jan 2025 15:21:25 CET
Taskbuild (v8.3-u-ydi1, /xcp-ng-rpms/python-immutables.git:48a71eb286a8ff6f2c11356135d0f71902637008)
Extra{'source': {'original_url': 'git+https://github.com/xcp-ng-rpms/python-immutables.git?#48a71eb286a8ff6f2c11356135d0f71902637008'}}
Tags
built-by-xcp-ng
v8.3-u-ydi1
RPMs
src
python-immutables-0.19-5.xcpng8.3.src.rpm (info) (download)
x86_64
python3-immutables-0.19-5.xcpng8.3.x86_64.rpm (info) (download)
python-immutables-debuginfo-0.19-5.xcpng8.3.x86_64.rpm (info) (download)
Logs
x86_64
hw_info.log
state.log
build.log
root.log
installed_pkgs.log
mock_output.log
Changelog * Mon Aug 19 2024 Marcus Granado <marcus.granado@cloud.com> - 0.19-5 - Bump release and rebuild * Fri Aug 09 2024 Marcus Granado <marcus.granado@cloud.com> - 0.19-5 - Bump release and rebuild * Mon Feb 12 2024 Rachel Yan <rachel.yan@citrix.com> - 0.19-2 - Initial import