python-pyahocorasick 1.4.1-1build3 source package in Ubuntu

Changelog

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

  * No-change rebuild with Python 3.11 as supported

 -- Graham Inggs <email address hidden>  Wed, 02 Nov 2022 08:35:31 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Lunar
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-1build3.debian.tar.xz 2.2 KiB 8198f6867600ea0ffae9abc0ac83d0d6e6999990c80f0ea11917c0d945de2825
python-pyahocorasick_1.4.1-1build3.dsc 1.9 KiB cbe7c1cdce8e558758a977af2cb08eb01092548ea6d9150435373baeb0cf05bb

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