Fri, 19 Apr 2024 08:17:26 UTC | login

Information for build python-datrie-0.8.2-7.fc37

ID204757
Package Namepython-datrie
Version0.8.2
Release7.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-datrie.git#a4cfbee6e0571f65608262b219a8557bfc921dd3
SummarySuper-fast, efficiently stored Trie for Python
DescriptionThe library implements the Trie data structure. The trie variable is a dict-like object that can have Unicode keys of certain ranges and Python objects as values. In addition to implementing the mapping interface, the library tries to facilitate finding the items for a given prefix, and vice versa, finding the items whose keys are prefixes of a given string. As a common special case, finding the longest-prefix item is also supported.
Built bychurchyard
State complete
Volume DEFAULT
StartedWed, 21 Sep 2022 10:49:16 UTC
CompletedWed, 21 Sep 2022 11:27:55 UTC
Taskbuild (f37, /rpms/python-datrie.git:a4cfbee6e0571f65608262b219a8557bfc921dd3)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-datrie.git#a4cfbee6e0571f65608262b219a8557bfc921dd3'}}
Tags
f37
f38
RPMs
src
python-datrie-0.8.2-7.fc37.src.rpm (info) (download)
riscv64
python3-datrie-0.8.2-7.fc37.riscv64.rpm (info) (download)
python-datrie-debugsource-0.8.2-7.fc37.riscv64.rpm (info) (download)
python3-datrie-debuginfo-0.8.2-7.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.8.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.8.2-6 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.8.2-3 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Sat Nov 21 2020 Aniket Pradhan <major AT fedoraproject DOT org> - 0.8.2-1 - Initial build