Tue, 30 May 2023 19:03:19 UTC

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

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