Path to this page:
Subject: CVS commit: pkgsrc/converters/py-chardet
From: Adam Ciarcinski
Date: 2022-12-05 09:35:47
Message id: 20221205083547.5668AFA90@cvs.NetBSD.org
Log Message:
py-chardet: updated to 5.1.0
chardet 5.1.0
Features
Add should_rename_legacy argument to most functions, which will rename older \
encodings to their more modern equivalents (e.g., GB2312 becomes GB18030)
Add capital letter sharp S and ISO-8859-15 support
Add a prober for MacRoman encoding
Add --minimal flag to chardetect command
Add type annotations to the project and run mypy on CI
Add support for Python 3.11
Fixes
Clarify LGPL version in License trove classifier
Remove support for EOL Python 3.6
Remove unnecessary guards for non-falsey values
Misc changes
Switch to Python 3.10 release in GitHub actions
Remove setup.py in favor of build package
Run tests on macos, Windows, and 3.11-dev
Files: