]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
python3-more-itertools: upgrade 10.1.0 -> 10.2.0
authorWang Mingyu <wangmy@fujitsu.com>
Mon, 15 Jan 2024 09:22:19 +0000 (17:22 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 19 Jan 2024 11:53:56 +0000 (11:53 +0000)
commit3149449f8ba33204ac311f2d915922e62e481330
tree084c92141e0c2499fe0214d681297acb78f5c0da
parentd4396cc50ed7d73323fdef46b84ef26ab2b6a15f
python3-more-itertools: upgrade 10.1.0 -> 10.2.0

Changelog:
===========
-factor, iter_index, sieve, and unique_justseen were updated to match the
 itertools docs
-first was was optimized
-takewhile_inclusive was was refactored
-combination_with_replacement_index was was optimized
-nth_permutation, nth_combination_with_replacement, combination_index, and
 combination_with_replacement_index were optimized
-batched now accepts a strict argument
-time_limited was improved for Windows
-Several typing updates were made
-Some documentation issues were fixed

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb [moved from meta/recipes-devtools/python/python3-more-itertools_10.1.0.bb with 87% similarity]