summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-chardet_3.0.4.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-chardet: Upgrade 3.0.4 -> 4.0.0Leon Anavi2021-01-041-24/+0
| | | | | | | | | | | | | | | | | | 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>
* python3-chardet: consolidate inc and bb files into a single bb fileDerek Straka2020-02-151-6/+23
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-chardet: add a '3' suffix to binary to avoid conflicts with python2Dima Zavin2018-08-051-0/+5
| | | | | Signed-off-by: Dima Zavin <dmitriyz@waymo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-chardet: update to version 3.0.4Derek Straka2017-06-191-0/+2
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>