Sat, 27 Jul 2024 23:46:57 UTC | login

Information for build python-datrie-0.8.2-15.fc41

ID311480
Package Namepython-datrie
Version0.8.2
Release15.fc41
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-datrie.git#29bf11efd79667087084c5603b1877af06f864a2
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 failed
Volume DEFAULT
StartedWed, 10 Jul 2024 14:02:45 UTC
CompletedWed, 10 Jul 2024 15:43:56 UTC
Taskbuild (f41, /rpms/python-datrie.git:29bf11efd79667087084c5603b1877af06f864a2)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-datrie.git#29bf11efd79667087084c5603b1877af06f864a2'}}
Tags No tags
RPMs No RPMs
Changelog * Fri Jun 07 2024 Python Maint <python-maint@redhat.com> None-15 - Rebuilt for Python 3.13 * 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