From 1394b7d9597427a2a8141f9a1a4d60f97963e13d Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 13 Jan 2022 15:25:44 +0200 Subject: 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 --- .../python/python3-charset-normalizer_2.0.10.bb | 15 +++++++++++++++ .../python/python3-charset-normalizer_2.0.7.bb | 8 -------- 2 files changed, 15 insertions(+), 8 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python3-charset-normalizer_2.0.10.bb delete mode 100644 meta-python/recipes-devtools/python/python3-charset-normalizer_2.0.7.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-charset-normalizer_2.0.10.bb b/meta-python/recipes-devtools/python/python3-charset-normalizer_2.0.10.bb new file mode 100644 index 0000000000..3c1e6804e6 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-charset-normalizer_2.0.10.bb @@ -0,0 +1,15 @@ +SUMMARY = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." +HOMEPAGE = "https://github.com/ousret/charset_normalizer" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=0974a390827087287db39928f7c524b5" + +SRC_URI[sha256sum] = "876d180e9d7432c5d1dfd4c5d26b72f099d503e8fcc0feb7532c9289be60fcbd" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += " \ + ${PYTHON_PN}-core \ + ${PYTHON_PN}-logging \ + ${PYTHON_PN}-codecs \ + ${PYTHON_PN}-json \ +" 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.7.bb deleted file mode 100644 index 7db1063981..0000000000 --- a/meta-python/recipes-devtools/python/python3-charset-normalizer_2.0.7.bb +++ /dev/null @@ -1,8 +0,0 @@ -SUMMARY = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." -HOMEPAGE = "https://github.com/ousret/charset_normalizer" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=0974a390827087287db39928f7c524b5" - -SRC_URI[sha256sum] = "e019de665e2bcf9c2b64e2e5aa025fa991da8720daa3c1138cadd2fd1856aed0" - -inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf