14
0

- update to 8.14.0:

* :func:`longest_common_prefix` (thanks to nanouasyn)
  * :func:`iequals` (thanks to nanouasyn)
  * `concurrent.futures.ThreadPoolExecutor` is now imported lazily in :func:`callback_iter`.
  * :func:`tail` is now optimized for iterables with a fixed length.
  * Some documentation issues were fixed (thanks to pochmann and timgates42)
  * This library is now marked for Python 3.10 compatibility in PyPI (thanks to chayim)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-more-itertools?expand=0&rev=41
This commit is contained in:
2022-09-16 18:27:39 +00:00
committed by Git OBS Bridge
parent f76a7617fb
commit 1bafb1be22
4 changed files with 15 additions and 4 deletions

View File

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