Path to this page:
Subject: CVS commit: pkgsrc/textproc/py-ftfy
From: Adam Ciarcinski
Date: 2025-01-15 13:46:13
Message id: 20250115124613.231B0FC7D@cvs.NetBSD.org
Log Message:
py-ftfy: updated to 6.3.1
Version 6.3.1 (October 25, 2024)
- Fixed `license` metadata field in pyproject.toml.
- Removed extraneous files from the `hatchling` sdist output.
Version 6.3.0 (October 8, 2024)
- Switched packaging from poetry to uv.
- Uses modern Python packaging exclusively (no setup.py).
- Added support for mojibake in Windows-1257 (Baltic).
- Detects mojibake for "Ü" in an uppercase word, such as \
"ZURÜCK".
- Expanded a heuristic that notices improbable punctuation.
- Fixed a false positive involving two concatenated strings, one of which began \
with the § sign.
- Rewrote `chardata.py` to be more human-readable and debuggable, instead of \
being full of
keysmash-like character sets.
Files: