summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-more-itertools_10.1.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-more-itertools: upgrade 10.1.0 -> 10.2.0Wang Mingyu2024-01-191-29/+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 (From OE-Core rev: 3149449f8ba33204ac311f2d915922e62e481330) 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>
* python3-more-itertools: upgrade 10.0.0 -> 10.1.0Trevor Gamblin2023-08-211-0/+29
Changelog: https://github.com/more-itertools/more-itertools/blob/master/docs/versions.rst (From OE-Core rev: 1ac3a453d199114b41c4bd36f24ac3e7bc6ce1ee) Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>