mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
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 <alex@shruggie.ro>
This commit is contained in:
committed by
Alexandru Ardelean
parent
db4af80188
commit
b303f7823f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user