summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-charset-normalizer: Upgrade 3.4.1 -> 3.4.2Leon Anavi2025-05-301-25/+0
| | | | | | | | | | | | Upgrade to release 3.4.2: - Addressed the DeprecationWarning in our CLI regarding argparse.FileType by backporting the target class into the package. - Improved the overall reliability of the detector with CJK Ideographs. - Optional mypyc compilation upgraded to version 1.15 for Python >= 3.8 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-charset-normalizer: Switch to PEP-517 build backendsKhem Raj2025-04-101-1/+6
| | | | | | Add ptest support but do not enable them as they all do not pass yet Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-charset-normalizer: Upgrade 3.4.0 -> 3.4.1Leon Anavi2025-01-031-0/+20
Upgrade to version 3.4.1: - Project metadata are now stored using pyproject.toml instead of setup.cfg using setuptools as the build backend. - Enforce annotation delayed loading for a simpler and consistent types in the project. - Optional mypyc compilation upgraded to version 1.14 for Python >= 3.8 - Converting content to Unicode bytes may insert utf_8 instead of preferred utf-8. - Deprecation warning "'count' is passed as positional argument" when converting to Unicode bytes on Python 3.13+ License-Update: Update year Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>