From 7293e2b74e0fcf40e898958bc9b2145c6c726c51 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Tue, 12 Oct 2021 02:08:50 +0000 Subject: [PATCH] python3-more-itertools: upgrade 8.9.0 -> 8.10.0 8.10.0 Changes to existing functions - The type stub for iter_except was improved (thanks to MarcinKonowalczyk) Other changes: - Type stubs now ship with the source release (thanks to saaketp) - The Sphinx docs were improved (thanks to MarcinKonowalczyk) 8.9.0 New functions - interleave_evenly (thanks to mbugert) - repeat_each (thanks to FinalSh4re) - chunked_even (thanks to valtron) - map_if (thanks to sassbalint) - zip_broadcast (thanks to kalekundert) Changes to existing functions - The type stub for chunked was improved (thanks to PhilMacKay) - The type stubs for zip_equal and zip_offset were improved (thanks to maffoo) - Building Sphinx docs locally was improved (thanks to MarcinKonowalczyk) (From OE-Core rev: fad412fe968077fa1d89f4459de71b33d446223f) Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- ...more-itertools_8.9.0.bb => python3-more-itertools_8.10.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-more-itertools_8.9.0.bb => python3-more-itertools_8.10.0.bb} (86%) diff --git a/meta/recipes-devtools/python/python3-more-itertools_8.9.0.bb b/meta/recipes-devtools/python/python3-more-itertools_8.10.0.bb similarity index 86% rename from meta/recipes-devtools/python/python3-more-itertools_8.9.0.bb rename to meta/recipes-devtools/python/python3-more-itertools_8.10.0.bb index 041c865ef60..93d3ad60f8c 100644 --- a/meta/recipes-devtools/python/python3-more-itertools_8.9.0.bb +++ b/meta/recipes-devtools/python/python3-more-itertools_8.10.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/erikrose/more-itertools" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=3396ea30f9d21389d7857719816f83b5" -SRC_URI[sha256sum] = "8c746e0d09871661520da4f1241ba6b908dc903839733c8203b552cffaf173bd" +SRC_URI[sha256sum] = "1debcabeb1df793814859d64a81ad7cb10504c24349368ccf214c664c474f41f" inherit pypi setuptools3 ptest