python-pyahocorasick 1.4.1-1build1 source package in Ubuntu

Changelog

python-pyahocorasick (1.4.1-1build1) jammy; urgency=medium

  * No-change rebuild to add python3.10.

 -- Matthias Klose <email address hidden>  Sat, 16 Oct 2021 06:59:03 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
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-1build1.debian.tar.xz 2.1 KiB 3d26eda5c5276f29e1fb8eeffb5aa34470cdfc9cb052e38fc382115a19f42282
python-pyahocorasick_1.4.1-1build1.dsc 1.9 KiB 95acb214d55e606f24af0b7ca37590507638bdaffaf89f62a3e07518b0814b21

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