From b68f8015349499712a498cd603f16cf7aadd97a0 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 1 Dec 2025 13:20:43 +0200 Subject: 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 Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-toolz_1.0.0.bb | 14 -------------- .../recipes-devtools/python/python3-toolz_1.1.0.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 14 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-toolz_1.0.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-toolz_1.1.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-toolz_1.0.0.bb b/meta-python/recipes-devtools/python/python3-toolz_1.0.0.bb deleted file mode 100644 index ec67a4b161..0000000000 --- a/meta-python/recipes-devtools/python/python3-toolz_1.0.0.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "A set of utility functions for iterators, functions, and dictionaries." -HOMEPAGE = "https://github.com/pytoolz/toolz" -SECTION = "devel/python" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ca09cab178326d18433aae982d1edf5d" - -SRC_URI[sha256sum] = "2c86e3d9a04798ac556793bced838816296a2f085017664e4995cb40a1047a02" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += " \ - python3-json \ - python3-math \ -" diff --git a/meta-python/recipes-devtools/python/python3-toolz_1.1.0.bb b/meta-python/recipes-devtools/python/python3-toolz_1.1.0.bb new file mode 100644 index 0000000000..ec0e02cde7 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-toolz_1.1.0.bb @@ -0,0 +1,16 @@ +SUMMARY = "A set of utility functions for iterators, functions, and dictionaries." +HOMEPAGE = "https://github.com/pytoolz/toolz" +SECTION = "devel/python" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ca09cab178326d18433aae982d1edf5d" + +SRC_URI[sha256sum] = "27a5c770d068c110d9ed9323f24f1543e83b2f300a687b7891c1a6d56b697b5b" + +inherit pypi python_setuptools_build_meta + +DEPENDS += "python3-setuptools-git-versioning-native" + +RDEPENDS:${PN} += " \ + python3-json \ + python3-math \ +" -- cgit v1.2.3-54-g00ecf