forked from pool/python-more-itertools
- 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:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a42901a0a5b169d925f6f217cd5a190e32ef54360905b9c39ee7db5313bfec0f
|
|
||||||
size 101264
|
|
||||||
3
more-itertools-8.14.0.tar.gz
Normal file
3
more-itertools-8.14.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c09443cd3d5438b8dafccd867a6bc1cb0894389e90cb53d227456b0b0bccb750
|
||||||
|
size 102642
|
||||||
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 16 18:26:20 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 13 13:15:41 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
Mon Jun 13 13:15:41 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python3-%{**}}
|
%{?!python_module:%define python_module() python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-more-itertools
|
Name: python-more-itertools
|
||||||
Version: 8.13.0
|
Version: 8.14.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: More routines for operating on iterables, beyond itertools
|
Summary: More routines for operating on iterables, beyond itertools
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|||||||
Reference in New Issue
Block a user