Path to this page:
./
converters/py-chardet,
Character encoding auto-detection in Python
Branch: CURRENT,
Version: 4.0.0,
Package name: py38-chardet-4.0.0,
Maintainer: bartosz.kuzmaCharacter encoding auto-detection in Python.
Required to run:[
devel/py-setuptools] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 2384f6cfba4685d901262e073a4455d4cf76d102
RMD160: 55d244d032ebdf38c1da022155699732c9d8e513
Filesize: 1863.058 KB
Version history: (Expand)
- (2021-01-04) Updated to version: py38-chardet-4.0.0
- (2020-05-16) Updated to version: py37-chardet-3.0.4
- (2017-06-09) Updated to version: py27-chardet-3.0.4
- (2017-05-17) Updated to version: py27-chardet-3.0.3
- (2017-04-20) Updated to version: py27-chardet-3.0.2
- (2016-02-05) Updated to version: py27-chardet-2.3.0nb1
CVS history: (Expand)
2021-01-04 12:53:14 by Thomas Klausner | Files touched by this commit (3) |  |
Log message:
py-chardet: update to 4.0.0.
This will be the last release of chardet to support Python 2.7.
chardet 5.0 will only support 3.6+
Major Changes
This release is multiple years in the making, and provides some
quality of life improvements to chardet. The primary user-facing
changes are:
Single-byte charset probers now use nested dictionaries under
the hood, so they are usually a little faster than before. (See
#121 for details)
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.
We have dropped support for Python 2.6, 3.4, and 3.5 as they
are all past end-of-life.
The changes in this release have also laid the groundwork for
retraining the models to make them more accurate, and to support
some more encodings/languages (see #99 for progress). This is our
main focus for chardet 5.0 (beyond dropping Python 2 support).
|
2020-10-06 12:51:22 by Thomas Klausner | Files touched by this commit (13) |
Log message:
*: use py-hypothesis via versioned_dependencies.mk
|
2020-05-16 10:43:55 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-chardet: not need to include application.mk
|
2020-05-16 10:43:24 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-chardet: pytest from versioned depens
|
2018-08-21 00:36:21 by Ryosuke Moro | Files touched by this commit (6) |
Log message:
BUILD_DEPENDS+= -> TEST_DEPENDS+=
|
2017-09-03 10:53:18 by Thomas Klausner | Files touched by this commit (165) |
Log message:
Follow some redirects.
|
2017-06-09 00:19:14 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Remove outdated comment, tests work.
|
2017-06-08 21:06:52 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
chardet 3.0.4
This minor bugfix release just fixes some packaging and documentation issues:
* Fix issue with setup.py where pytest_runner was always being installed.
* Make sure test.py is included in the manifest
* Fix a bunch of old URLs in the README and other docs.
* Update documentation to no longer imply we test/support Python 3 versions \
before 3.3
|