Thu, 19 Sep 2024 16:19:06 UTC | login

Information for build python-pyahocorasick-2.1.0-4.fc41

ID325692
Package Namepython-pyahocorasick
Version2.1.0
Release4.fc41
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-pyahocorasick.git#953a0ec6c440beb7a404dd044f80603f2372387a
SummaryPython module (C extension and plain Python) implementing Aho-Corasick algorithm
Descriptionpyahocorasick is a fast and memory efficient library for exact or approximate multi-pattern string search meaning that you can find multiple key strings occurrences at once in some input text. The strings "index" can be built ahead of time and saved (as a pickle) to disk to reload and reuse later. The library provides an ahocorasick Python module that you can use as a plain dict-like Trie or convert a Trie to an automaton for efficient Aho-Corasick search. pyahocorasick is implemented in C and tested on Python 3.8 and up. It works on 64 bits Linux, macOS and Windows.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 26 Jul 2024 15:28:26 UTC
CompletedFri, 26 Jul 2024 15:42:48 UTC
Taskbuild (f41, /rpms/python-pyahocorasick.git:953a0ec6c440beb7a404dd044f80603f2372387a)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-pyahocorasick.git#953a0ec6c440beb7a404dd044f80603f2372387a'}}
Tags
f41
RPMs
src
python-pyahocorasick-2.1.0-4.fc41.src.rpm (info) (download)
noarch
python-pyahocorasick-doc-2.1.0-4.fc41.noarch.rpm (info) (download)
riscv64
python3-pyahocorasick-2.1.0-4.fc41.riscv64.rpm (info) (download)
python-pyahocorasick-debugsource-2.1.0-4.fc41.riscv64.rpm (info) (download)
python3-pyahocorasick-debuginfo-2.1.0-4.fc41.riscv64.rpm (info) (download)
Logs
riscv64
state.log
hw_info.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 2.1.0-3 - Rebuilt for Python 3.13 * Sun May 26 2024 Robert-André Mauchin <zebob.m@gmail.com> - 2.1.0-2 - Rebuild * Wed May 22 2024 Robert-André Mauchin <zebob.m@gmail.com> - 2.1.0-1 - Update to 2.1.0 * Fri Feb 23 2024 JasenChao <JasenChao@gmail.com> - 2.0.0-5 - Add riscv64 support. * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Oct 29 2023 Robert-André Mauchin <zebob.m@gmail.com> - 2.0.0-2 - Disable non supported architectures * Sun Oct 29 2023 Robert-André Mauchin <zebob.m@gmail.com> - 2.0.0-1 - Initial import