Thu, 18 Apr 2024 12:48:49 UTC | login

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

ID42435
Package Namepython-immutables
Version0.19
Release1.el9s
Epoch
Sourcegit+https://git.centos.org/rpms/python-immutables.git#b9abdd1f0bb3762b4bf003e33639400c9477e64e
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 byrdobuilder
State complete
Volume DEFAULT
StartedMon, 09 Jan 2023 10:48:42 UTC
CompletedMon, 09 Jan 2023 10:52:41 UTC
Taskbuild (cloud9s-openstack-antelope-el9s, /rpms/python-immutables.git:b9abdd1f0bb3762b4bf003e33639400c9477e64e)
Extra{'source': {'original_url': 'git+https://git.centos.org/rpms/python-immutables.git#b9abdd1f0bb3762b4bf003e33639400c9477e64e'}}
Tags
cloud9s-openstack-antelope-release
cloud9s-openstack-antelope-testing
cloud9s-openstack-bobcat-release
cloud9s-openstack-bobcat-testing
cloud9s-openstack-caracal-testing
RPMs
src
python-immutables-0.19-1.el9s.src.rpm (info) (download)
aarch64
python3-immutables-0.19-1.el9s.aarch64.rpm (info) (download)
python-immutables-debugsource-0.19-1.el9s.aarch64.rpm (info) (download)
python3-immutables-debuginfo-0.19-1.el9s.aarch64.rpm (info) (download)
ppc64le
python3-immutables-0.19-1.el9s.ppc64le.rpm (info) (download)
python-immutables-debugsource-0.19-1.el9s.ppc64le.rpm (info) (download)
python3-immutables-debuginfo-0.19-1.el9s.ppc64le.rpm (info) (download)
x86_64
python3-immutables-0.19-1.el9s.x86_64.rpm (info) (download)
python-immutables-debugsource-0.19-1.el9s.x86_64.rpm (info) (download)
python3-immutables-debuginfo-0.19-1.el9s.x86_64.rpm (info) (download)
Logs
aarch64
root.log
hw_info.log
installed_pkgs.log
mock_output.log
build.log
state.log
ppc64le
root.log
hw_info.log
installed_pkgs.log
mock_output.log
build.log
state.log
x86_64
root.log
hw_info.log
installed_pkgs.log
mock_output.log
build.log
state.log
Changelog * 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