Wed, 19 Jun 2024 03:00:33 UTC | login

Information for build python-immutables-0.18-3.fc37

ID207599
Package Namepython-immutables
Version0.18
Release3.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-immutables.git#2b80c9e374cef779ddddc6d6030d3dbe9da461c8
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 bydavidlt
State complete
Volume DEFAULT
StartedThu, 13 Oct 2022 23:20:47 UTC
CompletedFri, 14 Oct 2022 06:04:53 UTC
Taskbuild (f37, /rpms/python-immutables.git:2b80c9e374cef779ddddc6d6030d3dbe9da461c8)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-immutables.git#2b80c9e374cef779ddddc6d6030d3dbe9da461c8'}}
Tags
f37
f38
RPMs
src
python-immutables-0.18-3.fc37.src.rpm (info) (download)
riscv64
python3-immutables-0.18-3.fc37.riscv64.rpm (info) (download)
python-immutables-debugsource-0.18-3.fc37.riscv64.rpm (info) (download)
python3-immutables-debuginfo-0.18-3.fc37.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.18-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.18-2 - Rebuilt for Python 3.11 * Wed Jun 01 2022 Carl George <carl@george.computer> - 0.18-1 - Latest upstream, resolves: rhbz#2092222 - Convert to pyproject macros * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.15-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.15-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.15-3 - Rebuilt for Python 3.10 * Wed Apr 21 2021 Carl George <carl@george.computer> - 0.15-2 - Include missing upstream license - Disable package data in setup.py to avoid installing source files * Wed Apr 21 2021 Carl George <carl@george.computer> - 0.15-1 - Initial package rhbz#1951868