[meta-python,3/3] python3-charset-normalizer: Upgarde 2.0.7 -> 2.0.10

Message ID 20220113132544.779928-3-leon.anavi@konsulko.com
State New
Headers show
Series [meta-python,1/3] python3-regex: Upgrade 2021.10.8 -> 2021.11.10 | expand

Commit Message

Leon Anavi Jan. 13, 2022, 1:25 p.m. UTC
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 <leon.anavi@konsulko.com>
---
 ...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%)

Patch

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 7db106398..3c1e6804e 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 \
+"