]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-chardet: upgrade 5.1.0 -> 5.2.0
authorTim Orling <ticotimo@gmail.com>
Thu, 3 Aug 2023 19:01:40 +0000 (12:01 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Aug 2023 08:12:24 +0000 (09:12 +0100)
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 <tim.orling@konsulko.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-devtools/python/python3-chardet_5.2.0.bb [moved from meta/recipes-devtools/python/python3-chardet_5.1.0.bb with 86% similarity]

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 9b2644e64814d88b210a3abc07d5c35363386112..cea7ebc94d807171e131f9ec5fa5d5a69b6fcb9f 100644 (file)
@@ -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"