Tue, 18 Jun 2024 12:58:07 UTC | login

Information for build python-datrie-0.8.2-1.fc33

ID194608
Package Namepython-datrie
Version0.8.2
Release1.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-datrie.git#39ab8c47b3b859490a2ad009cd18ee075df66326
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 bydavidlt
State complete
Volume DEFAULT
StartedSat, 24 Apr 2021 03:48:04 UTC
CompletedSat, 24 Apr 2021 04:12:08 UTC
Taskbuild (f33, /rpms/python-datrie.git:39ab8c47b3b859490a2ad009cd18ee075df66326)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-datrie.git#39ab8c47b3b859490a2ad009cd18ee075df66326'}}
Tags
f33
f37
f38
RPMs
src
python-datrie-0.8.2-1.fc33.src.rpm (info) (download)
riscv64
python3-datrie-0.8.2-1.fc33.riscv64.rpm (info) (download)
python-datrie-debugsource-0.8.2-1.fc33.riscv64.rpm (info) (download)
python3-datrie-debuginfo-0.8.2-1.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Sat Nov 21 2020 Aniket Pradhan <major AT fedoraproject DOT org> - 0.8.2-1 - Initial build