cChardet
cChardet copied to clipboard
universal character encoding detector
Fixes #77
A minimal subset of #78 An on-demand GitHub Action: ``` name: pip_install_cchardet on: [pull_request, push, workflow_dispatch] jobs: pip_install_cchardet: runs-on: ubuntu-latest steps: - uses: actions/setup-python@v4 with: python-version: 3.11-dev - run: python3.11...
... and prepare for Python 3.11 (dev).
[](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....
Added linux aarch64 wheel support. Related to #70. @PyYoshi Please review the changes.
### OS/Arch ('Linux', 'S905X', '5.9.8-meson64', '#trunk SMP PREEMPT Thu Nov 12 23:40:19 UTC 2020', 'aarch64', 'aarch64') ### Python version Python 3.8.8 ### cChardet version 2.1.7 and below version ### What...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.4 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...
### OS/Arch ```bash uname_result(system='Windows', release='10', version='10.0.17763', machine='AMD64', processor='Intel64 Family 6 Model 158 Stepping 10, GenuineIntel') ``` ### Python version ```bash Python 3.6.5 ``` ### cChardet version ```bash 2.1.6 ``` ###...
**Problem Description:** On aarch64, pip install cChardet builds the wheels from source code to install it which takes some time to build the wheels than downloading and extracting the wheels...
### OS/Arch ```bash $ python -c 'import platform;print(platform.uname())' ``` uname_result(system='Linux', node='testserver.mimeanalytics.com', release='4.18.0-240.10.1.el8_3.x86_64', version='#1 SMP Mon Jan 18 17:05:51 UTC 2021', machine='x86_64', processor='x86_64') ### Python version ```bash $ python --version ```...