Sat, 15 Jun 2024 21:43:28 UTC | login

Information for build python-immutables-0.19-2.fc38

ID229269
Package Namepython-immutables
Version0.19
Release2.fc38
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-immutables.git#64f085b3c30e35f0d3eb4f91e8a486d97023b271
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, 23 Feb 2023 11:30:52 UTC
CompletedThu, 23 Feb 2023 12:04:02 UTC
Taskbuild (f38, /rpms/python-immutables.git:64f085b3c30e35f0d3eb4f91e8a486d97023b271)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-immutables.git#64f085b3c30e35f0d3eb4f91e8a486d97023b271'}}
Tags
f38
f39
f40
RPMs
src
python-immutables-0.19-2.fc38.src.rpm (info) (download)
riscv64
python3-immutables-0.19-2.fc38.riscv64.rpm (info) (download)
python-immutables-debugsource-0.19-2.fc38.riscv64.rpm (info) (download)
python3-immutables-debuginfo-0.19-2.fc38.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Mon Jan 09 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.19-2 - Unbundle pythoncapi-compat * Fri Dec 16 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.19-1 - Update License to SPDX - Indicate bundling of pythoncapi-compat header-only library - Update to 0.19 (close RHBZ#2126990) * 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