aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-chardet_3.0.4.bb
AgeCommit message (Collapse)Author
2021-01-04python3-chardet: Upgrade 3.0.4 -> 4.0.0Leon Anavi
Upgrade to release 4.0.0: - Single-byte charset probers now use nested dictionaries under the hood, so they are usually a little faster than before. - The CharsetGroupProber class now properly short-circuits when one of the probers in the group is considered a definite match. This lead to a substantial speedup. - There is now a chardet.detect_all function that returns a list of possible encodings for the input with associated confidences. - Support for Python 2.6, 3.4, and 3.5 was dropped as they are all past end-of-life. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-02-15python3-chardet: consolidate inc and bb files into a single bb fileDerek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-05python3-chardet: add a '3' suffix to binary to avoid conflicts with python2Dima Zavin
Signed-off-by: Dima Zavin <dmitriyz@waymo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2017-06-19python-chardet: update to version 3.0.4Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>