From: Tim Orling Date: Wed, 2 Nov 2022 03:18:26 +0000 (-0700) Subject: python3-more-itertools: upgrade 8.14.0 -> 9.0.0 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2647 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f31ea2784428114acae33522a80208aa35d133bc;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-more-itertools: upgrade 8.14.0 -> 9.0.0 https://github.com/more-itertools/more-itertools/blob/master/docs/versions.rst#900 9.0.0 * Potentially breaking changes - `grouper` no longer accepts an integer as its first argument. Previously this raised a DeprecationWarning. - `collate` has been removed. Use the built-in `heapq.merge` instead. - `windowed` now yields nothing when its iterable is empty. * This library now advertises support for Python 3.7+. * New functions - `constrained_batches` - `batched` (from the Python itertools docs) - `polynomial_from_roots` (from the Python itertools docs) -`sieve` (from the Python itertools docs) * Other changes - Some documentation issues were fixed (thanks to nanouasyn) Signed-off-by: Tim Orling Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-devtools/python/python3-more-itertools_8.14.0.bb b/meta/recipes-devtools/python/python3-more-itertools_9.0.0.bb similarity index 86% rename from meta/recipes-devtools/python/python3-more-itertools_8.14.0.bb rename to meta/recipes-devtools/python/python3-more-itertools_9.0.0.bb index c955f93d9b2..fce3aea8977 100644 --- a/meta/recipes-devtools/python/python3-more-itertools_8.14.0.bb +++ b/meta/recipes-devtools/python/python3-more-itertools_9.0.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] = "c09443cd3d5438b8dafccd867a6bc1cb0894389e90cb53d227456b0b0bccb750" +SRC_URI[sha256sum] = "5a6257e40878ef0520b1803990e3e22303a41b5714006c32a3fd8304b26ea1ab" inherit pypi python_flit_core ptest