From 4ea186465e49ca185b8efe7382fb8333db09e362 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 12 Mar 2026 18:51:45 +0800 Subject: python3-charset-normalizer: upgrade 3.4.4 -> 3.4.5 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-charset-normalizer_3.4.4.bb | 25 ---------------------- .../python/python3-charset-normalizer_3.4.5.bb | 25 ++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.4.bb create mode 100644 meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.5.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.4.bb b/meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.4.bb deleted file mode 100644 index 38086ca017..0000000000 --- a/meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.4.bb +++ /dev/null @@ -1,25 +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=48178f3fc1374ad7e830412f812bde05" - -#SRC_URI += "file://0001-pyproject.toml-Update-mypy-requirement.patch" - -SRC_URI[sha256sum] = "94537985111c35f28720e43603b8e7b43a6ecfb2ce1d3058bbe955b73404e21a" - -DEPENDS += "python3-setuptools-scm-native python3-mypy-native" - -inherit pypi python_setuptools_build_meta ptest-python-pytest - -PYPI_PACKAGE = "charset_normalizer" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" - -RDEPENDS:${PN} += " \ - python3-core \ - python3-logging \ - python3-codecs \ - python3-json \ -" - -RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-charmap-gb18030 glibc-charmaps" -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.5.bb b/meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.5.bb new file mode 100644 index 0000000000..e69d7536a9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.5.bb @@ -0,0 +1,25 @@ +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=48178f3fc1374ad7e830412f812bde05" + +#SRC_URI += "file://0001-pyproject.toml-Update-mypy-requirement.patch" + +SRC_URI[sha256sum] = "95adae7b6c42a6c5b5b559b1a99149f090a57128155daeea91732c8d970d8644" + +DEPENDS += "python3-setuptools-scm-native python3-mypy-native" + +inherit pypi python_setuptools_build_meta ptest-python-pytest + +PYPI_PACKAGE = "charset_normalizer" +UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" + +RDEPENDS:${PN} += " \ + python3-core \ + python3-logging \ + python3-codecs \ + python3-json \ +" + +RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-charmap-gb18030 glibc-charmaps" +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf