diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-10-22 10:22:09 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-21 20:02:40 -0700 |
| commit | 0930b1b168a5e5971c4e3251a49b0f71965568d3 (patch) | |
| tree | f7c494569a6590ee0f69cde059fd212ca8cf517c /meta-python/recipes-devtools/python | |
| parent | c73f9f4c6fa16d4a2f29619122faa507162e3438 (diff) | |
| download | meta-openembedded-0930b1b168a5e5971c4e3251a49b0f71965568d3.tar.gz | |
python3-charset-normalizer: upgrade 3.4.3 -> 3.4.4
Changed
--------
- Bound setuptools to a specific constraint setuptools>=68,<=81.
- Raised upper bound of mypyc for the optional pre-built extension to v1.18.2
Removed
----------
- setuptools-scm as a build dependency.
Misc
-----
- Enforced hashes in dev-requirements.txt and created ci-requirements.txt for security purposes.
- Additional pre-built wheels for riscv64, s390x, and armv7l architectures.
- Restore multiple.intoto.jsonl in GitHub releases in addition to individual attestation file per wheel.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.4.bb (renamed from meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.3.bb b/meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.4.bb index c257e1fb2a..38086ca017 100644 --- a/meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.3.bb +++ b/meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.4.bb | |||
| @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=48178f3fc1374ad7e830412f812bde05" | |||
| 5 | 5 | ||
| 6 | #SRC_URI += "file://0001-pyproject.toml-Update-mypy-requirement.patch" | 6 | #SRC_URI += "file://0001-pyproject.toml-Update-mypy-requirement.patch" |
| 7 | 7 | ||
| 8 | SRC_URI[sha256sum] = "6fce4b8500244f6fcb71465d4a4930d132ba9ab8e71a7859e6a5d59851068d14" | 8 | SRC_URI[sha256sum] = "94537985111c35f28720e43603b8e7b43a6ecfb2ce1d3058bbe955b73404e21a" |
| 9 | 9 | ||
| 10 | DEPENDS += "python3-setuptools-scm-native python3-mypy-native" | 10 | DEPENDS += "python3-setuptools-scm-native python3-mypy-native" |
| 11 | 11 | ||
