diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2026-04-09 15:38:36 +0300 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-10 07:59:59 -0700 |
| commit | 79bff37b73ddb44b0717de7a1faf6afd1cb2254e (patch) | |
| tree | 2e25ec494c9ae69132091f262cac0724a2291a9f /meta-python/recipes-devtools/python | |
| parent | eb59d62c003750e5822fd3099716da0455742a57 (diff) | |
| download | meta-openembedded-79bff37b73ddb44b0717de7a1faf6afd1cb2254e.tar.gz | |
python3-charset-normalizer: Upgrade 3.4.6 -> 3.4.7
Upgrade to release 3.4.7:
- Pre-built optimized version using mypy[c] v1.20.
- Relax setuptools constraint to setuptools>=68,<82.1.
- Correctly remove SIG remnant in utf-7 decoded string.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-charset-normalizer/0001-pyprojects-Bump-setuptools-check-to-be-82.x.patch | 25 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.7.bb (renamed from meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.6.bb) | 4 |
2 files changed, 1 insertions, 28 deletions
diff --git a/meta-python/recipes-devtools/python/python3-charset-normalizer/0001-pyprojects-Bump-setuptools-check-to-be-82.x.patch b/meta-python/recipes-devtools/python/python3-charset-normalizer/0001-pyprojects-Bump-setuptools-check-to-be-82.x.patch deleted file mode 100644 index 571333e44e..0000000000 --- a/meta-python/recipes-devtools/python/python3-charset-normalizer/0001-pyprojects-Bump-setuptools-check-to-be-82.x.patch +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 1 | From 17bc1de2c08f9303886d654572b1ba64259a8a68 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <khem.raj@oss.qualcomm.com> | ||
| 3 | Date: Fri, 20 Mar 2026 15:06:51 -0700 | ||
| 4 | Subject: [PATCH] pyprojects: Bump setuptools check to be <= 82.x | ||
| 5 | |||
| 6 | This ensures build with 82.0.1 goes on | ||
| 7 | |||
| 8 | Upstream-Status: Pending | ||
| 9 | |||
| 10 | Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com> | ||
| 11 | --- | ||
| 12 | pyproject.toml | 2 +- | ||
| 13 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 14 | |||
| 15 | diff --git a/pyproject.toml b/pyproject.toml | ||
| 16 | index ea1c514..bbc83b7 100644 | ||
| 17 | --- a/pyproject.toml | ||
| 18 | +++ b/pyproject.toml | ||
| 19 | @@ -1,5 +1,5 @@ | ||
| 20 | [build-system] | ||
| 21 | -requires = ["setuptools>=68,<=82.0.0"] | ||
| 22 | +requires = ["setuptools>=68,<=83.0.0"] | ||
| 23 | build-backend = "backend" | ||
| 24 | backend-path = ["_mypyc_hook"] | ||
| 25 | |||
diff --git a/meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.6.bb b/meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.7.bb index e6056a3512..b9dffb21e4 100644 --- a/meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.6.bb +++ b/meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.7.bb | |||
| @@ -3,9 +3,7 @@ HOMEPAGE = "https://github.com/ousret/charset_normalizer" | |||
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=48178f3fc1374ad7e830412f812bde05" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=48178f3fc1374ad7e830412f812bde05" |
| 5 | 5 | ||
| 6 | SRC_URI += "file://0001-pyprojects-Bump-setuptools-check-to-be-82.x.patch" | 6 | SRC_URI[sha256sum] = "ae89db9e5f98a11a4bf50407d4363e7b09b31e55bc117b4f7d80aab97ba009e5" |
| 7 | |||
| 8 | SRC_URI[sha256sum] = "1ae6b62897110aa7c79ea2f5dd38d1abca6db663687c0b1ad9aed6f6bae3d9d6" | ||
| 9 | 7 | ||
| 10 | DEPENDS += "python3-setuptools-scm-native python3-mypy-native" | 8 | DEPENDS += "python3-setuptools-scm-native python3-mypy-native" |
| 11 | 9 | ||
