Subject: CVS commit: pkgsrc/textproc/py-Levenshtein
From: Adam Ciarcinski
Date: 2023-05-05 21:32:18
Message id: 20230505193218.59403FA87@cvs.NetBSD.org

Log Message:
py-Levenshtein: updated to 0.21.0

v0.21.0

Changed

relax dependency requirement on rapidfuzz
v0.20.9

Fixed

fix function signature of get_requires_for_build_wheel
v0.20.8

Fixed

type hints for editops/opcoded/matching_blocks did not allow any hashable sequence
v0.20.7

Fixed

type hints did not get installed
v0.20.6

Fixed

fix incorrect result normalization in setratio and seqratio
v0.20.5

Fixed

fix support for cmake versions below 3.17
fix version requirement for rapidfuzz-cpp when building against a previously \ 
installed version
v0.20.4

Changed

modernize cmake build to fix most conda-forge builds
v0.20.3

Changed

Added support for Python3.11
v0.20.2

Fixed

fix matching_blocks conversion for empty editops
Changed

added in-tree build backend to install cmake and ninja only when it is not \ 
installed yet and only when wheels are available
v0.20.1

Fixed

fix broken matching_blocks conversion
v0.20.0

Changed

use matching_blocks/apply/remove_subsequence/inverse implementation from RapidFuzz
Fixed

stop adding data to wheels
fix segmentation fault on some invalid editop sequences in subtract_edit
detect duplicated entries in editops validation

Files:
RevisionActionfile
1.7modifypkgsrc/textproc/py-Levenshtein/Makefile
1.5modifypkgsrc/textproc/py-Levenshtein/PLIST
1.8modifypkgsrc/textproc/py-Levenshtein/distinfo
1.1addpkgsrc/textproc/py-Levenshtein/patches/patch-CMakeLists.txt
1.1addpkgsrc/textproc/py-Levenshtein/patches/patch-src_Levenshtein_CMakeLists.txt
1.2removepkgsrc/textproc/py-Levenshtein/patches/patch-setup.py