diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2025-12-01 13:20:43 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-02 09:18:19 -0800 |
| commit | b68f8015349499712a498cd603f16cf7aadd97a0 (patch) | |
| tree | cc549e48ca80c2e851f1b89cedf227dc701466c1 /meta-python/recipes-devtools/python | |
| parent | bd745115de76de7242e3e7e69b29f1ae507fea13 (diff) | |
| download | meta-openembedded-b68f8015349499712a498cd603f16cf7aadd97a0.tar.gz | |
python3-toolz: Upgrade 1.0.0 -> 1.1.0
Upgrade to release 1.1.0:
- Add support for Python 3.14, PyPy 3.11
- Drop support for Python 3.8, PyPy 3.8
- Add note about project status (alive and maintained, but inactive)
- Use yield from in merge_sorted to improve performance
- Fix bug in partition_all when __len__ is incorrect; now raise
IndexError
- Modernization
Fixes:
WARNING: python3-toolz-1.1.0-r0 do_check_backend: QA Issue:
inherits setuptools3 but has pyproject.toml with
setuptools.build_meta, use the correct class [pep517-backend]
Signed-off-by: Leon Anavi <leon.anavi@konsulko.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-toolz_1.1.0.bb (renamed from meta-python/recipes-devtools/python/python3-toolz_1.0.0.bb) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-toolz_1.0.0.bb b/meta-python/recipes-devtools/python/python3-toolz_1.1.0.bb index ec67a4b161..ec0e02cde7 100644 --- a/meta-python/recipes-devtools/python/python3-toolz_1.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-toolz_1.1.0.bb | |||
| @@ -4,9 +4,11 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ca09cab178326d18433aae982d1edf5d" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ca09cab178326d18433aae982d1edf5d" |
| 6 | 6 | ||
| 7 | SRC_URI[sha256sum] = "2c86e3d9a04798ac556793bced838816296a2f085017664e4995cb40a1047a02" | 7 | SRC_URI[sha256sum] = "27a5c770d068c110d9ed9323f24f1543e83b2f300a687b7891c1a6d56b697b5b" |
| 8 | 8 | ||
| 9 | inherit pypi setuptools3 | 9 | inherit pypi python_setuptools_build_meta |
| 10 | |||
| 11 | DEPENDS += "python3-setuptools-git-versioning-native" | ||
| 10 | 12 | ||
| 11 | RDEPENDS:${PN} += " \ | 13 | RDEPENDS:${PN} += " \ |
| 12 | python3-json \ | 14 | python3-json \ |
