14
0

- update to 8.8.0:

* :func:`countable` (thanks to krzysieq)
  * :func:`split_before` was updated to handle empy collections (thanks to TiunovNN)
  * :func:`unique_everseen` got a performance boost (thanks to Numerlor)
  * The type hint for :func:`value_chain` was corrected (thanks to vr2262)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-more-itertools?expand=0&rev=32
This commit is contained in:
2021-06-06 12:47:43 +00:00
committed by Git OBS Bridge
parent 5a5ae980c7
commit 853b43391f
4 changed files with 13 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-more-itertools
Version: 8.7.0
Version: 8.8.0
Release: 0
Summary: More routines for operating on iterables, beyond itertools
License: MIT