python-pyahocorasick 1.4.1-1build6 source package in Ubuntu

Changelog

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

  * No-change rebuild with Python 3.12 only

 -- Graham Inggs <email address hidden>  Thu, 11 Apr 2024 10:47:44 +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
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
python-pyahocorasick_1.4.1.orig.tar.gz 83.6 KiB 10a4fe987cc6f2c4185201ac5a32ecdf56e728146da36d80d7ae049d97a8f593
python-pyahocorasick_1.4.1-1build6.debian.tar.xz 2.3 KiB 5821b1f3dd8f348db9e8dbc127603e260e4babf2d7bd7f05a4402959b1a0da91
python-pyahocorasick_1.4.1-1build6.dsc 1.9 KiB d6eee0e1dad98fa0af59e69453b8b3654cf4f0bc3a16a4631fcc23dbc6ec603c

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