summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-charset-normalizer_3.1.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-charset-normalizer: upgrade 3.1.0 -> 3.2.0Wang Mingyu2023-07-201-15/+0
| | | | | | | | | | | | | | | | | | | | | | Changelog: ========== Changed --------- Typehint for function from_path no longer enforce PathLike as its first argument Minor improvement over the global detection reliability Added --------- Introduce function is_binary that relies on main capabilities, and optimized to detect binaries Propagate enable_fallback argument throughout from_bytes, from_path, and from_fp that allow a deeper control over the detection (default True) Explicit support for Python 3.12 Fixed ----------- Edge case detection failure where a file would contain 'very-long' camel cased word (Issue #289) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-charset-normalizer: upgrade 3.0.1 -> 3.1.0Wang Mingyu2023-03-091-0/+15
Added ----- Argument should_rename_legacy for legacy function detect and disregard any new arguments without errors (PR #262) Removed ------- Support for Python 3.6 (PR #260) Changed ------- Optional speedup provided by mypy/c 1.0.1 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>