Path to this page:
Subject: CVS commit: pkgsrc/converters/py-charset-normalizer
From: Adam Ciarcinski
Date: 2021-10-12 11:12:20
Message id: 20211012091220.64714FA97@cvs.NetBSD.org
Log Message:
py-charset-normalizer: updated to 2.0.7
Version 2.0.7
Changes:
Addition: 🍱 Add support for Kazakh (Cyrillic) language detection
Improvement: ❇️ Further improve inferring the language from a given code \
page (single-byte)
Removed: 🔥 Remove redundant logging entry about detected language(s)
Miscellaneous: 🔧 Trying to leverage PEP263 when PEP3120 is not supported
While I do not think that this (116) will actually fix something, it will rather \
raise a SyntaxError (Not about ASCII decoding error) for those trying to install \
this package using a non-supported Python version
Improvement: ⚡ Refactoring for potential performance improvements in loops
Improvement: ✨ Various detection improvement (MD+CD)
Bugfix: 🐛 Fix a minor inconsistency between Python 3.5 and other versions \
regarding language detection
Files: