From 4f7aa68817880b93ab762cae8570a32feee54ed7 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 25 Sep 2024 14:49:02 +0800 Subject: python3-more-itertools: upgrade 10.4.0 -> 10.5.0 Changelog: =========== - Optimize all_equal recipe - Reduce groupby.next calls in all_equal - Fix types.UnionType (From OE-Core rev: 99ce47ff3606a44a1114d73ff4d4f77e711e0a3f) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- .../python/python3-more-itertools_10.4.0.bb | 29 ---------------------- .../python/python3-more-itertools_10.5.0.bb | 29 ++++++++++++++++++++++ 2 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-more-itertools_10.4.0.bb create mode 100644 meta/recipes-devtools/python/python3-more-itertools_10.5.0.bb (limited to 'meta') diff --git a/meta/recipes-devtools/python/python3-more-itertools_10.4.0.bb b/meta/recipes-devtools/python/python3-more-itertools_10.4.0.bb deleted file mode 100644 index 6451e3e23c..0000000000 --- a/meta/recipes-devtools/python/python3-more-itertools_10.4.0.bb +++ /dev/null @@ -1,29 +0,0 @@ -SUMMARY = "More routines for operating on iterables, beyond itertools" -HOMEPAGE = "https://github.com/erikrose/more-itertools" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3396ea30f9d21389d7857719816f83b5" - -SRC_URI[sha256sum] = "fe0e63c4ab068eac62410ab05cccca2dc71ec44ba8ef29916a0090df061cf923" - -inherit pypi python_flit_core ptest - -SRC_URI += " \ - file://run-ptest \ -" - -RDEPENDS:${PN} += " \ - python3-asyncio \ - " - -RDEPENDS:${PN}-ptest += " \ - python3-statistics \ - python3-pytest \ - python3-unittest-automake-output \ - " - -do_install_ptest() { - install -d ${D}${PTEST_PATH}/tests - cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ -} - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-more-itertools_10.5.0.bb b/meta/recipes-devtools/python/python3-more-itertools_10.5.0.bb new file mode 100644 index 0000000000..a98b412b5d --- /dev/null +++ b/meta/recipes-devtools/python/python3-more-itertools_10.5.0.bb @@ -0,0 +1,29 @@ +SUMMARY = "More routines for operating on iterables, beyond itertools" +HOMEPAGE = "https://github.com/erikrose/more-itertools" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3396ea30f9d21389d7857719816f83b5" + +SRC_URI[sha256sum] = "5482bfef7849c25dc3c6dd53a6173ae4795da2a41a80faea6700d9f5846c5da6" + +inherit pypi python_flit_core ptest + +SRC_URI += " \ + file://run-ptest \ +" + +RDEPENDS:${PN} += " \ + python3-asyncio \ + " + +RDEPENDS:${PN}-ptest += " \ + python3-statistics \ + python3-pytest \ + python3-unittest-automake-output \ + " + +do_install_ptest() { + install -d ${D}${PTEST_PATH}/tests + cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ +} + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf