2023-05-15 23:23:54 by David H. Gutteridge | Files touched by this commit (1) |
Log message:
py-Levenshtein: set GCC_REQD to 7, expects C++17
|
2023-05-11 19:30:27 by David H. Gutteridge | Files touched by this commit (1) |
Log message:
py-Levenshtein: fix sandboxed builds
This package now requires cmake to build, and it wasn't specified as a
dependency. cmake doesn't get pulled in via py-scikit-build, but
perhaps it should; I don't have time to look into that, so I'm applying
this build fix for now.
|
2023-05-05 21:32:18 by Adam Ciarcinski | Files touched by this commit (6) | |
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
|
2022-03-02 23:10:48 by David H. Gutteridge | Files touched by this commit (2) | |
Log message:
py-Levenshtein: adjust further to un-break Python 2.7 builds
Python 2.7 (or older pkgsrc states where a less recent py-setuptools is
present) builds would still have expected the redundant entry_points.txt
to be found, so explicitly remove it from setup.py for consistency. Ride
previous update.
|
2022-03-02 22:28:32 by David H. Gutteridge | Files touched by this commit (2) |
Log message:
py-Levenshtein: fix builds with most recent py-setuptools
Effectively empty entry_points.txt in egg info dirs are now getting
deleted where they previously were retained and installed, so remove
from the PLIST.
|
2022-01-05 11:01:08 by Thomas Klausner | Files touched by this commit (4) |
Log message:
py-Levenshtein: remove unnecessary setuptools dependency
Bump PKGREVISION.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2021-02-03 02:09:31 by David H. Gutteridge | Files touched by this commit (2) | |
Log message:
py-Levenshtein: update to 0.12.2
Change log: Incorrect checking code was left in one function
|