python-levenshtein 0.12.2-2build4 source package in Ubuntu

Changelog

python-levenshtein (0.12.2-2build4) noble; urgency=medium

  * No-change rebuild with Python 3.12 as supported version

 -- Graham Inggs <email address hidden>  Tue, 31 Oct 2023 17:44:39 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
Original maintainer:
Sandro Tosi
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-levenshtein_0.12.2.orig.tar.xz 39.4 KiB 2749ecd2443fa33c486f4bd44d27069c79079f53dd8d4fcfaefa2a3a0ce462f2
python-levenshtein_0.12.2-2build4.debian.tar.xz 3.7 KiB 6f6c5a2ef54433275d0a4b9adf82a5a4d8ff999694d0cbd8c6301edbe84c9197
python-levenshtein_0.12.2-2build4.dsc 2.1 KiB 6016d68442ae629086d0e4bcfe8239af4d0506afe8cfd74959b1d9a74d9230d2

Available diffs

View changes file

Binary packages built by this source

python3-levenshtein: extension for computing string similarities and edit distances (Python 3)

 The Levenshtein module computes Levenshtein distances, similarity ratios,
 generalized medians and set medians of Unicode or non-Unicode strings.
 Because it's implemented in C, it's much faster than the corresponding
 Python library functions and methods.
 .
 The Levenshtein distance is the minimum number of single-character
 insertions, deletions, and substitutions to transform one string into
 another.
 .
 It is useful for spell checking, or fuzzy matching of gettext messages.
 .
 This package contains Levenshtein for Python 3.

python3-levenshtein-dbgsym: debug symbols for python3-levenshtein