forked from pool/python-more-itertools
- 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:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c5d6da9ca3ff65220c3bfd2a8db06d698f05d4d2b9be57e1deb2be5a45019713
|
|
||||||
size 92857
|
|
||||||
3
more-itertools-8.8.0.tar.gz
Normal file
3
more-itertools-8.8.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:83f0308e05477c68f56ea3a888172c78ed5d5b3c282addb67508e7ba6c8f813a
|
||||||
|
size 93660
|
||||||
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 6 12:43:51 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 3 11:51:31 UTC 2021 - pgajdos@suse.com
|
Thu Jun 3 11:51:31 UTC 2021 - pgajdos@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-more-itertools
|
Name: python-more-itertools
|
||||||
Version: 8.7.0
|
Version: 8.8.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