python-pyahocorasick 1.4.1-1build5 source package in Ubuntu

Changelog

python-pyahocorasick (1.4.1-1build5) noble; urgency=medium

  * No-change rebuild with Python 3.12 as supported version

 -- Graham Inggs <email address hidden>  Tue, 31 Oct 2023 17:49:26 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
Original maintainer:
Jelmer Vernooij
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-pyahocorasick_1.4.1.orig.tar.gz 83.6 KiB 10a4fe987cc6f2c4185201ac5a32ecdf56e728146da36d80d7ae049d97a8f593
python-pyahocorasick_1.4.1-1build5.debian.tar.xz 2.3 KiB 7ae3b451ab8147cfcfa01db8c9b4bc5de9140d551241378857e4a89a7750886f
python-pyahocorasick_1.4.1-1build5.dsc 1.9 KiB a62034cd40f7aad5d3f7b93c1fecef8dcea208aee5e53249f24f15fe9085be87

Available diffs

View changes file

Binary packages built by this source

python3-ahocorasick: Python module implementing the aho-corasick algorithm

 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 library provides an `ahocorasick` Python module
 that can be used as a plain dict-like Trie or convert a Trie to an automaton
 for efficient Aho-Corasick search.

python3-ahocorasick-dbgsym: debug symbols for python3-ahocorasick