python-pyahocorasick 1.4.1-1build4 source package in Ubuntu

Changelog

python-pyahocorasick (1.4.1-1build4) lunar; urgency=medium

  * Rebuild to drop Python 3.10 extension

 -- Jeremy Bicha <email address hidden>  Tue, 28 Feb 2023 19:39:10 -0500

Upload details

Uploaded by:
Jeremy BĂ­cha
Uploaded to:
Lunar
Original maintainer:
Jelmer Vernooij
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar 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-1build4.debian.tar.xz 2.3 KiB 0d8387f2ff7e72e5adbe249c82c0ec89e75d4b32eb08ac0dbb11532e39dd90ae
python-pyahocorasick_1.4.1-1build4.dsc 1.9 KiB 56402cb05a27f866a6fb9bc9657ddc6f552c6f857529fa12408e964b8dadecd5

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