summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-charset-normalizer_2.0.12.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-charset-normalizer: upgrade 2.0.12 -> 2.1.0Xu Huan2022-07-021-15/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== Added -------- Output the Unicode table version when running the CLI with --version (PR #194) Changed -------- Re-use decoded buffer for single byte character sets Fixing some performance bottlenecks Fixed -------- Workaround potential bug in cpython with Zero Width No-Break Space located in Arabic Presentation Forms-B, Unicode 1.1 not acknowledged as space (PR #175) CLI default threshold aligned with the API threshold from @oleksandr-kuzmenko (PR #181) Removed -------- Support for Python 3.5 (PR #192) Deprecated -------- Use of backport unicodedata from unicodedata2 as Python is quickly catching up, scheduled for removal in 3.0 (PR #194) Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-charset-normalizer: Upgrade 2.0.10 -> 2.0.12Leon Anavi2022-02-281-0/+15
Upgrade to release 2.0.12: - ASCII miss-detection on rare cases - Explicit support for Python 3.11 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>