From b4098d10d0cf8c8bb0fe85deb23724a256fe4470 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 24 Dec 2024 17:26:12 +0800 Subject: python3-cytoolz: upgrade 1.0.0 -> 1.0.1 Changelog: Add support for Python 3.13 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-cytoolz_1.0.0.bb | 12 ------------ meta-python/recipes-devtools/python/python3-cytoolz_1.0.1.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-cytoolz_1.0.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-cytoolz_1.0.1.bb (limited to 'meta-python') 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 deleted file mode 100644 index 9df99e03c8..0000000000 --- a/meta-python/recipes-devtools/python/python3-cytoolz_1.0.0.bb +++ /dev/null @@ -1,12 +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] = "eb453b30182152f9917a5189b7d99046b6ce90cdf8aeb0feff4b2683e600defd" - -inherit pypi setuptools3 cython - -RDEPENDS:${PN} += "python3-toolz" diff --git a/meta-python/recipes-devtools/python/python3-cytoolz_1.0.1.bb b/meta-python/recipes-devtools/python/python3-cytoolz_1.0.1.bb new file mode 100644 index 0000000000..4aa110107a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cytoolz_1.0.1.bb @@ -0,0 +1,12 @@ +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] = "89cc3161b89e1bb3ed7636f74ed2e55984fd35516904fc878cae216e42b2c7d6" + +inherit pypi setuptools3 cython + +RDEPENDS:${PN} += "python3-toolz" -- cgit v1.2.3-54-g00ecf