Tue, 18 Jun 2024 13:01:41 UTC | login

Information for build python-datrie-0.8.2-14.fc40

ID291605
Package Namepython-datrie
Version0.8.2
Release14.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-datrie.git#0a524855d8767f4346a7ce6f700c9e4c1ec0fcd6
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
StartedThu, 29 Feb 2024 08:56:42 UTC
CompletedThu, 29 Feb 2024 09:40:47 UTC
Taskbuild (f40, /rpms/python-datrie.git:0a524855d8767f4346a7ce6f700c9e4c1ec0fcd6)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-datrie.git#0a524855d8767f4346a7ce6f700c9e4c1ec0fcd6'}}
Tags
f40
f41
RPMs
src
python-datrie-0.8.2-14.fc40.src.rpm (info) (download)
riscv64
python3-datrie-0.8.2-14.fc40.riscv64.rpm (info) (download)
python-datrie-debugsource-0.8.2-14.fc40.riscv64.rpm (info) (download)
python3-datrie-debuginfo-0.8.2-14.fc40.riscv64.rpm (info) (download)
Logs
riscv64
state.log
hw_info.log
build.log
root.log
mock_output.log
Changelog * Thu Feb 01 2024 Benjamin A. Beasley <code@musicinmybrain.net> None-14 - Fix incompatible pointer types (fix RHBZ#2261554) * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> None-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> None-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Tue Jan 02 2024 Benjamin A. Beasley <code@musicinmybrain.net> None-11 - Assert that a license file is present in the .dist-info directory * Wed Oct 18 2023 Benjamin A. Beasley <code@musicinmybrain.net> None-10 - Convert License to SPDX * Wed Oct 18 2023 Benjamin A. Beasley <code@musicinmybrain.net> None-9 - Port to pyproject-rpm-macros * Wed Oct 18 2023 Benjamin A. Beasley <code@musicinmybrain.net> None-8 - Better reference upstream PR from the corresponding patch * Tue Oct 17 2023 Benjamin A. Beasley <code@musicinmybrain.net> None-7 - No longer need to remove any shebangs * Tue Oct 17 2023 Benjamin A. Beasley <code@musicinmybrain.net> None-6 - Write sed-patch slightly more nicely * Tue Oct 17 2023 Benjamin A. Beasley <code@musicinmybrain.net> None-5 - Reduce macro indirection in the spec file * Tue Oct 17 2023 Benjamin A. Beasley <code@musicinmybrain.net> None-4 - Stop using the deprecated zero-argument form of https://files.pythonhosted.org/packages/source/p/python-datrie/python-datrie-0.8.2.tar.gz * Tue Oct 17 2023 Benjamin A. Beasley <code@musicinmybrain.net> None-3 - Do not unnecessarily number sources/patches * Tue Oct 17 2023 Benjamin A. Beasley <code@musicinmybrain.net> None-2 - Fix inconsistent whitespace * Tue Oct 17 2023 Benjamin A. Beasley <code@musicinmybrain.net> None-1 - Use new (rpm 4.17.1+) bcond style * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jun 15 2023 Python Maint <python-maint@redhat.com> - 0.8.2-9 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * 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