Sun, 26 Mar 2023 02:03:30 UTC

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

ID1645352
Package Namepython-datrie
Version0.8.2
Release1.fc32
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 bymajor
State complete
Volume DEFAULT
StartedTue, 24 Nov 2020 18:01:53 UTC
CompletedTue, 24 Nov 2020 18:04:22 UTC
Taskbuild (f32-candidate, /rpms/python-datrie.git:39ab8c47b3b859490a2ad009cd18ee075df66326)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-datrie.git#39ab8c47b3b859490a2ad009cd18ee075df66326'}}
Tags
f32-updates
RPMs
src
python-datrie-0.8.2-1.fc32.src.rpm (info) (download)
aarch64
python3-datrie-0.8.2-1.fc32.aarch64.rpm (info) (download)
python-datrie-debugsource-0.8.2-1.fc32.aarch64.rpm (info) (download)
python3-datrie-debuginfo-0.8.2-1.fc32.aarch64.rpm (info) (download)
armv7hl
python3-datrie-0.8.2-1.fc32.armv7hl.rpm (info) (download)
python-datrie-debugsource-0.8.2-1.fc32.armv7hl.rpm (info) (download)
python3-datrie-debuginfo-0.8.2-1.fc32.armv7hl.rpm (info) (download)
i686
python3-datrie-0.8.2-1.fc32.i686.rpm (info) (download)
python-datrie-debugsource-0.8.2-1.fc32.i686.rpm (info) (download)
python3-datrie-debuginfo-0.8.2-1.fc32.i686.rpm (info) (download)
ppc64le
python3-datrie-0.8.2-1.fc32.ppc64le.rpm (info) (download)
python-datrie-debugsource-0.8.2-1.fc32.ppc64le.rpm (info) (download)
python3-datrie-debuginfo-0.8.2-1.fc32.ppc64le.rpm (info) (download)
s390x
python3-datrie-0.8.2-1.fc32.s390x.rpm (info) (download)
python-datrie-debugsource-0.8.2-1.fc32.s390x.rpm (info) (download)
python3-datrie-debuginfo-0.8.2-1.fc32.s390x.rpm (info) (download)
x86_64
python3-datrie-0.8.2-1.fc32.x86_64.rpm (info) (download)
python-datrie-debugsource-0.8.2-1.fc32.x86_64.rpm (info) (download)
python3-datrie-debuginfo-0.8.2-1.fc32.x86_64.rpm (info) (download)
Logs
armv7hl
root.log
build.log
state.log
hw_info.log
mock_output.log
i686
hw_info.log
state.log
build.log
root.log
mock_output.log
x86_64
hw_info.log
state.log
build.log
root.log
mock_output.log
aarch64
state.log
hw_info.log
root.log
build.log
mock_output.log
ppc64le
hw_info.log
state.log
root.log
build.log
mock_output.log
s390x
state.log
hw_info.log
root.log
build.log
mock_output.log
Changelog * Sat Nov 21 2020 Aniket Pradhan <major AT fedoraproject DOT org> - 0.8.2-1 - Initial build