From b303f7823ffef2ff35d6180f2e2bb4dc6c766a61 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Sat, 21 Mar 2026 06:57:34 +0000 Subject: [PATCH] python-chardet: bump to 7.1.0 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 --- lang/python/python-chardet/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-chardet/Makefile b/lang/python/python-chardet/Makefile index 1c25c8e940..39b96398fc 100644 --- a/lang/python/python-chardet/Makefile +++ b/lang/python/python-chardet/Makefile @@ -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