2021-01-20 10:09:41 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-Levenshtein: updated to 0.12.1 0.12.1 ------ * Fixed handling of numerous possible wraparounds in calculating the size of memory allocations; incorrect handling of which could cause denial of service or even possible remote code execution in previous versions of the library. |
2017-03-01 11:31:19 by Leonardo Taccari | Files touched by this commit (4) |
Log message: Import py-Levenshtein-0.12.0 as textproc/py-Levenshtein The Levenshtein Python C extension module contains functions for fast computation of: Levenshtein (edit) distance and edit operations, string similarity, approximate median strings and general string averaging, and string sequence and set similarity. It supports both normal and Unicode strings. Packaged by David H. Gutteridge via PR pkg/52017 |