Subject: CVS commit: pkgsrc/textproc/py-rapidfuzz
From: Thomas Klausner
Date: 2023-06-06 11:39:09
Message id: 20230606093909.733A7FA89@cvs.NetBSD.org

Log Message:
py-rapidfuzz: update to 3.1.0.

pkgsrc change: Build C extension.

[3.1.0] - 2023-06-02
^^^^^^^^^^^^^^^^^^^^
Changed
~~~~~~~
- added keyword argument ``pad`` to Hamming distance. This controls whether \ 
sequences of different
  length should be padded or lead to a ``ValueError``
- improve consistency of exception messages between the C++ and pure Python \ 
implementation
- upgrade required Cython version to ``Cython==3.0.0b3``

Fixed
~~~~~
- fix missing GIL restore when an exception is thrown inside ``process.cdist``
- fix incorrect type hints for the ``process`` module

Files:
RevisionActionfile
1.2modifypkgsrc/textproc/py-rapidfuzz/Makefile
1.2modifypkgsrc/textproc/py-rapidfuzz/PLIST
1.2modifypkgsrc/textproc/py-rapidfuzz/distinfo