Releases: Joungkyun/python-chardet
Releases · Joungkyun/python-chardet
2.0.0
Changes
- compatible python-chardet in PYPI (ef5287b)
Note: wheel packages
- py26 pcakge was built on CentOS 6.
- The py27, py34, and py36 packages were built on CentOS 7.
- All packages work well with CentOS 6 and CentOS 7.
- I have not tested it with other distributions.
1.0.2
- support python 3
- add version constant (72578f9)
- fixed binary safe problems (81e3e8e) (require libchardet >= 1.0.5)
- see also Joungkyun/libchardet#8