From 10b59891453e3bfa7182a7b74d166d63efd4e499 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 14 Oct 2024 16:54:42 +0800 Subject: python3-cytoolz: upgrade 0.12.3 -> 1.0.0 Changelog: =========== - Test fixes for Python 3.13 - Drop Python 3.7 - Bump cibuildwheel in CI Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-cytoolz_0.12.3.bb | 13 ------------- .../recipes-devtools/python/python3-cytoolz_1.0.0.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-cytoolz_0.12.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-cytoolz_1.0.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-cytoolz_0.12.3.bb b/meta-python/recipes-devtools/python/python3-cytoolz_0.12.3.bb deleted file mode 100644 index f9c9704d7f..0000000000 --- a/meta-python/recipes-devtools/python/python3-cytoolz_0.12.3.bb +++ /dev/null @@ -1,13 +0,0 @@ -SUMMARY = "Cython implementation of the toolz package, which provides high \ -performance utility functions for iterables, functions, and dictionaries." -HOMEPAGE = "https://github.com/pytoolz/cytoolz" -SECTION = "devel/python" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d422ebce3e9c6447563bd410e9b22f2e" - -SRC_URI[sha256sum] = "4503dc59f4ced53a54643272c61dc305d1dbbfbd7d6bdf296948de9f34c3a282" - -inherit pypi setuptools3 - -DEPENDS += "python3-cython-native" -RDEPENDS:${PN} += "python3-toolz" diff --git a/meta-python/recipes-devtools/python/python3-cytoolz_1.0.0.bb b/meta-python/recipes-devtools/python/python3-cytoolz_1.0.0.bb new file mode 100644 index 0000000000..15fb1733a8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cytoolz_1.0.0.bb @@ -0,0 +1,13 @@ +SUMMARY = "Cython implementation of the toolz package, which provides high \ +performance utility functions for iterables, functions, and dictionaries." +HOMEPAGE = "https://github.com/pytoolz/cytoolz" +SECTION = "devel/python" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d422ebce3e9c6447563bd410e9b22f2e" + +SRC_URI[sha256sum] = "eb453b30182152f9917a5189b7d99046b6ce90cdf8aeb0feff4b2683e600defd" + +inherit pypi setuptools3 + +DEPENDS += "python3-cython-native" +RDEPENDS:${PN} += "python3-toolz" -- cgit v1.2.3-54-g00ecf