python-tinyalign 0.2.2-1 source package in Ubuntu

Changelog

python-tinyalign (0.2.2-1) unstable; urgency=medium

  [ Lance Lin ]
  * Team upload.
  * New upstream version
  * Standards-Version: 4.6.2 (routine-update)
  * d/tests/run-unit-test: Update to use supported python versions
  * d/copyright: Remove superfluous file pattern buildwheels.sh and update year
    to 2023 for debian/* files
  * d/control: Remove autopkgtest-pkg-python testsuite
  * d/clean: Clean src/tinyalign/_core.c (Closes: #1045932)

  [ Andreas Tille ]
  * Build-Depends: pybuild-plugin-pyproject

 -- Lance Lin <email address hidden>  Thu, 07 Sep 2023 22:00:11 +0700

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
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-1.dsc 2.2 KiB c99bce5b84fae9a6f844d6df8e8c7db8d5e1ee22d833507ebff6b4fee48bb4b5
python-tinyalign_0.2.2.orig.tar.gz 5.1 KiB fa75038e2d6408c4b60bfc0014bc85ef5b07cefb3793d3dd9631e11a0913aabd
python-tinyalign_0.2.2-1.debian.tar.xz 3.1 KiB 090d08dadcde673c4bc29cce61cc4e5974476efbcf13f0a0c27fb2eda6d72075

No changes file available.

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