python-tinyalign 0.2.2-1build1 source package in Ubuntu

Changelog

python-tinyalign (0.2.2-1build1) noble; urgency=medium

  * No-change rebuild to build with python3.12 as supported.

 -- Matthias Klose <email address hidden>  Thu, 02 Nov 2023 09:27:46 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Med
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-tinyalign_0.2.2.orig.tar.gz 5.1 KiB fa75038e2d6408c4b60bfc0014bc85ef5b07cefb3793d3dd9631e11a0913aabd
python-tinyalign_0.2.2-1build1.debian.tar.xz 3.1 KiB fca8d9268dcf57e42e6c137d918ea32fe39647f79456f61ae766aedd27aeed43
python-tinyalign_0.2.2-1build1.dsc 2.2 KiB 05e4025af7a81ec75db62e11785f5270fc037ef30a0a19e345cda6a32f2d7109

View changes file

Binary packages built by this source

python3-tinyalign: numerical representation of differences between strings

 A small Python module providing edit distance (aka Levenshtein distance,
 that is, counting insertions, deletions and substitutions) and Hamming
 distance computation.
 .
 Its main purpose is to speed up computation of edit distance by allowing
 to specify a maximum number of differences maxdiff (banding). If that
 parameter is provided, the returned edit distance is anly accurate up
 to maxdiff. That is, if the actual edit distance is higher than maxdiff,
 a value larger than maxdiff is returned, but not necessarily the actual
 edit distance.

python3-tinyalign-dbgsym: debug symbols for python3-tinyalign