Click here to visit the old openkoji buildsystem (Archived)

Information for build python-pyahocorasick-2.0.0-5.fc41

ID17384
Package Namepython-pyahocorasick
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version2.0.0
Release5.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/python-pyahocorasick.git#914b88dc2b23ff48f0d292f0d19a8ecab9ba6ffe
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.6 and up. It works on 64 bits Linux, macOS and Windows.
Built bykojiadmin
State complete
Volume DEFAULT
StartedThu, 02 May 2024 20:20:58 CST
CompletedThu, 02 May 2024 20:48:22 CST
Taskbuild (f41, /rpms/python-pyahocorasick.git:914b88dc2b23ff48f0d292f0d19a8ecab9ba6ffe)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-pyahocorasick.git#914b88dc2b23ff48f0d292f0d19a8ecab9ba6ffe'}}
Tags
f41
RPMs
src
python-pyahocorasick-2.0.0-5.fc41.src.rpm (info) (download)
noarch
python-pyahocorasick-doc-2.0.0-5.fc41.noarch.rpm (info) (download)
riscv64
python3-pyahocorasick-2.0.0-5.fc41.riscv64.rpm (info) (download)
python-pyahocorasick-debugsource-2.0.0-5.fc41.riscv64.rpm (info) (download)
python3-pyahocorasick-debuginfo-2.0.0-5.fc41.riscv64.rpm (info) (download)
Logs
riscv64
state.log
hw_info.log
root.log
build.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * 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