python-levenshtein 0.12.2-2build3 source package in Ubuntu

Changelog

python-levenshtein (0.12.2-2build3) lunar; urgency=medium

  * Rebuild to drop Python 3.10 extension

 -- Jeremy Bicha <email address hidden>  Tue, 28 Feb 2023 19:36:42 -0500

Upload details

Uploaded by:
Jeremy BĂ­cha
Uploaded to:
Lunar
Original maintainer:
Sandro Tosi
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe python
Lunar release universe python

Downloads

File Size SHA-256 Checksum
python-levenshtein_0.12.2.orig.tar.xz 39.4 KiB 2749ecd2443fa33c486f4bd44d27069c79079f53dd8d4fcfaefa2a3a0ce462f2
python-levenshtein_0.12.2-2build3.debian.tar.xz 3.7 KiB 816f719a18bee7994dd6ebef1b4d5771ce9fad33bac6a286a76d58c985fa1f7d
python-levenshtein_0.12.2-2build3.dsc 2.1 KiB 129935ef803f45d97370aef0de3352faebb304f064a2ed36a0b8fc5a96115c74

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