2023-10-13 12:14:58 by Adam Ciarcinski | Files touched by this commit (2) | ![]() |
Log message: py-rapidfuzz: updated to 3.4.0 [3.4.0] - 2023-10-09 Changed - upgrade to ``Cython==3.0.3`` - add simd implementation for Jaro and Jaro Winkler [3.3.1] - 2023-09-25 Added - add missing tag for python 3.12 support [3.3.0] - 2023-09-11 Changed - upgrade to ``Cython==3.0.2`` - implement the remaining missing features from the C++ implementation in the \ pure Python implementation |
2023-08-10 14:00:55 by Adam Ciarcinski | Files touched by this commit (5) | ![]() |
Log message: py-rapidfuzz: updated to 3.2.0 3.2.0 Changed - build x86 with sse2/avx2 runtime detection 3.1.2 Changed - upgrade to ``Cython==3.0.0`` |
2023-08-02 01:20:57 by Thomas Klausner | Files touched by this commit (158) |
Log message: *: remove more references to Python 3.7 |
2023-07-03 15:54:32 by Greg Troxel | Files touched by this commit (1) |
Log message: textprox/py-rapidfuzz: Exclude i386 from avx2 PLIST conditional This package had untested code to expect three files that are avx2-only when building on i386, but those files don't actually get built. This is almost certainly because not all i486-and-up CPUs have avx2 instructions. Resolves failure to package on NetBSD 9 i386 using cpu0: "Intel(R) Core(TM)2 Duo CPU T8100 @ 2.10GHz" |
2023-07-01 10:37:47 by Thomas Klausner | Files touched by this commit (105) | ![]() |
Log message: *: restrict py-numpy users to 3.9+ in preparation for update |
2023-06-26 01:42:14 by Greg Troxel | Files touched by this commit (1) |
Log message: textproc/py-rapidfuzz: Spell amd64 correctly as x86_64 This is MACHINE_ARCH, not MACHINE. |
2023-06-25 23:23:10 by Thomas Klausner | Files touched by this commit (1) |
Log message: py-rapidfuzz: fix on x86 |
2023-06-25 20:17:33 by Jonathan Schleifer | Files touched by this commit (2) |
Log message: Fix textproc/py-rapidfuzz on !x86 |
2023-06-22 12:52:36 by Jonathan Perkin | Files touched by this commit (1) |
Log message: py-rapidfuzz: Remove bogus compiler flags on SunOS. |
2023-06-13 20:20:22 by Thomas Klausner | Files touched by this commit (1) |
Log message: py-rapidfuzz: try fixing build with Python 3.8 and 3.9 Fix pkglint while here. |