Commit Graph

1 Commits

Author SHA1 Message Date
Leon Anavi
8d838b0844 python3-chardet: Upgrade 3.0.4 -> 4.0.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>
2021-01-04 14:48:29 -08:00