From: Tim Orling Date: Thu, 3 Aug 2023 19:01:40 +0000 (-0700) Subject: python3-chardet: upgrade 5.1.0 -> 5.2.0 X-Git-Tag: uninative-4.2~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68a80de82010757524c71b4a8399bd879425320d;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-chardet: upgrade 5.1.0 -> 5.2.0 https://github.com/chardet/chardet/compare/5.1.0...5.2.0 * Adds support for running chardet CLI via python -m chardet (0e9b7bc, @dan-blanchard) Signed-off-by: Tim Orling Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-devtools/python/python3-chardet_5.1.0.bb b/meta/recipes-devtools/python/python3-chardet_5.2.0.bb similarity index 86% rename from meta/recipes-devtools/python/python3-chardet_5.1.0.bb rename to meta/recipes-devtools/python/python3-chardet_5.2.0.bb index 9b2644e6481..cea7ebc94d8 100644 --- a/meta/recipes-devtools/python/python3-chardet_5.1.0.bb +++ b/meta/recipes-devtools/python/python3-chardet_5.2.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://pypi.org/project/chardet/" LICENSE = "LGPL-2.1-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c" -SRC_URI[sha256sum] = "0d62712b956bc154f85fb0a266e2a3c5913c2967e00348701b32411d6def31e5" +SRC_URI[sha256sum] = "1b3b6ff479a8c414bc3fa2c0852995695c4a026dcd6d0633b2dd092ca39c1cf7" # setup.py of chardet needs this. DEPENDS += "${PYTHON_PN}-pytest-runner-native"