python-chardet: bump to 7.1.0
authorAlexandru Ardelean <redacted>
Sat, 21 Mar 2026 06:57:34 +0000 (06:57 +0000)
committerAlexandru Ardelean <redacted>
Sat, 21 Mar 2026 19:16:16 +0000 (21:16 +0200)
Changes since 7.0.1:
- Add PEP 263 encoding declaration detection for Python source files
- Improve performance: 5.5x faster first-detect time
- Fix undocumented encoding name changes introduced in 5.x
- Restore backward compatibility for encoding names

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python-chardet/Makefile

index 1c25c8e940d9cc09307f7526a6de0baf99c4c801..39b96398fcce50c0e17d943db7cb8b45d6f0da74 100644 (file)
@@ -8,11 +8,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-chardet
-PKG_VERSION:=7.0.1
+PKG_VERSION:=7.1.0
 PKG_RELEASE:=1
 
 PYPI_NAME:=chardet
-PKG_HASH:=6fce895c12c5495bb598e59ae3cd89306969b4464ec7b6dd609b9c86e3397fe3
+PKG_HASH:=8f47bc4accac17bd9accbb4acc1d563acc024a783806c0a43c3a583f5285690b
 
 PKG_LICENSE:=LGPL-2.1-or-later
 PKG_LICENSE_FILES:=LICENSE
git clone https://git.99rst.org/PROJECT