]> code.ossystems Code Review - openembedded-core.git/commit
python3-more-itertools: upgrade 8.9.0 -> 8.10.0
authorTim Orling <ticotimo@gmail.com>
Tue, 12 Oct 2021 02:08:50 +0000 (02:08 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Oct 2021 10:48:35 +0000 (11:48 +0100)
commit981014d7122270ceca961e7f88a2b6d1aa322361
treec26447b57129c8509530c69f3166774b27f08a9e
parent21d72ace8f9486bd1b478e28d53da64087d790fa
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)

Signed-off-by: Tim Orling <timothy.t.orling@intel.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_8.10.0.bb [moved from meta/recipes-devtools/python/python3-more-itertools_8.9.0.bb with 86% similarity]