From 1394b7d9597427a2a8141f9a1a4d60f97963e13d Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 13 Jan 2022 15:25:44 +0200 Subject: [PATCH] python3-charset-normalizer: Upgarde 2.0.7 -> 2.0.10 Upgrade to release 2.0.10: - Fallback match entries might lead to UnicodeDecodeError for large bytes sequence - Skipping the language-detection (CD) on ASCII Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...zer_2.0.7.bb => python3-charset-normalizer_2.0.10.bb} | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-charset-normalizer_2.0.7.bb => python3-charset-normalizer_2.0.10.bb} (58%) diff --git a/meta-python/recipes-devtools/python/python3-charset-normalizer_2.0.7.bb b/meta-python/recipes-devtools/python/python3-charset-normalizer_2.0.10.bb similarity index 58% rename from meta-python/recipes-devtools/python/python3-charset-normalizer_2.0.7.bb rename to meta-python/recipes-devtools/python/python3-charset-normalizer_2.0.10.bb index 7db1063981..3c1e6804e6 100644 --- a/meta-python/recipes-devtools/python/python3-charset-normalizer_2.0.7.bb +++ b/meta-python/recipes-devtools/python/python3-charset-normalizer_2.0.10.bb @@ -3,6 +3,13 @@ HOMEPAGE = "https://github.com/ousret/charset_normalizer" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=0974a390827087287db39928f7c524b5" -SRC_URI[sha256sum] = "e019de665e2bcf9c2b64e2e5aa025fa991da8720daa3c1138cadd2fd1856aed0" +SRC_URI[sha256sum] = "876d180e9d7432c5d1dfd4c5d26b72f099d503e8fcc0feb7532c9289be60fcbd" inherit pypi setuptools3 + +RDEPENDS:${PN} += " \ + ${PYTHON_PN}-core \ + ${PYTHON_PN}-logging \ + ${PYTHON_PN}-codecs \ + ${PYTHON_PN}-json \ +"