python3-chardet: upgrade 4.0.0 -> 5.0.0

Message ID 1656473046-4187-1-git-send-email-wangmy@fujitsu.com
State Under Review, archived
Commit d8bc9503058b067d4157b9177c16d06136918071
Delegated to: Armin Kuster
Headers show
Series python3-chardet: upgrade 4.0.0 -> 5.0.0 | expand

Commit Message

Mingyu Wang (Fujitsu) June 29, 2022, 3:24 a.m. UTC
This release is the first release of chardet that no longer supports Python < 3.6.

License-Update: Adjust document format, change "St" to "Street"

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-chardet_4.0.0.bb => python3-chardet_5.0.0.bb}    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3-chardet_4.0.0.bb => python3-chardet_5.0.0.bb} (74%)

Patch

diff --git a/meta/recipes-devtools/python/python3-chardet_4.0.0.bb b/meta/recipes-devtools/python/python3-chardet_5.0.0.bb
similarity index 74%
rename from meta/recipes-devtools/python/python3-chardet_4.0.0.bb
rename to meta/recipes-devtools/python/python3-chardet_5.0.0.bb
index f53bdc974a..80baed7986 100644
--- a/meta/recipes-devtools/python/python3-chardet_4.0.0.bb
+++ b/meta/recipes-devtools/python/python3-chardet_5.0.0.bb
@@ -1,9 +1,9 @@ 
 SUMMARY = "Universal encoding detector for Python 2 and 3"
 HOMEPAGE = "https://pypi.org/project/chardet/"
 LICENSE = "LGPL-2.1-only"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=a6f89e2100d9b6cdffcea4f398e37343"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c"
 
-SRC_URI[sha256sum] = "0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa"
+SRC_URI[sha256sum] = "0368df2bfd78b5fc20572bb4e9bb7fb53e2c094f60ae9993339e8671d0afb8aa"
 
 # setup.py of chardet needs this.
 DEPENDS += "${PYTHON_PN}-pytest-runner-native"