rapidfuzz / RapidFuzz

Rapid fuzzy string matching in Python using various string metrics
https://rapidfuzz.github.io/RapidFuzz/
MIT License
2.61k stars 116 forks source link

fix: correction for known wheels #395

Closed henryiii closed 1 month ago

henryiii commented 1 month ago

Just noticed this when working on scikit-build-core.

maxbachmann commented 1 month ago

thanks. Do you already know when scikit-build-core 0.10.0 will be released? I think it should now contain everything required to migrate my libraries.

henryiii commented 1 month ago

Remaining is here: https://github.com/scikit-build/scikit-build-core/milestone/3

It will be out before our next community meeting for sure (third Friday), and before our next developer meeting (first Friday) is a stretch goal, but I think we might make it.

If you could test with a development version, I can make a dev release if that makes it easier, that would be helpful just in case there’s something missing. ;)

maxbachmann commented 1 month ago

I made a first attempt in https://github.com/rapidfuzz/RapidFuzz/commit/e43378ec6c3ceca5577d85d27bfd9363d8aec2e1

How would I specify multiple overrides? Right now this fails with pip._vendor.tomli.TOMLDecodeError: Cannot declare ('tool', 'scikit-build', 'overrides') twice (at line 66, column 29)

maxbachmann commented 1 month ago

Edit: read it again and I forgot braces ...