summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-toolz_1.0.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-toolz: Upgrade 1.0.0 -> 1.1.0Leon Anavi2025-12-021-14/+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>
* python3-toolz: Upgrade 0.12.1 -> 1.0.0Leon Anavi2024-10-101-0/+14
Upgrade to release 1.0.0: - Test fixes for changes in recent upstream Python - Drop Python 3.7 - Test against Python 3.13 - Update docs Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>