forked from pool/python-more-itertools
- update to 8.5.0:
* windowed_complete() (thanks to MarcinKonowalczyk) Changes to existing itertools: * The is_sorted() implementation was improved (thanks to cool-RR) * The groupby_transform() now accepts a reducefunc parameter. * The last() implementation was improved (thanks to brianmaissy) * Various documentation fixes (thanks to craigrosie, samuelstjean, PiCT0) * The tests for distinct_combinations() were improved (thanks to Minabsapi) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-more-itertools?expand=0&rev=25
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:68c70cc7167bdf5c7c9d8f6954a7837089c6a36bf565383919bb595efb8a17e5
|
||||
size 83626
|
||||
3
more-itertools-8.5.0.tar.gz
Normal file
3
more-itertools-8.5.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6f83822ae94818eae2612063a5101a7311e68ae8002005b5e05f03fd74a86a20
|
||||
size 86861
|
||||
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 16 11:13:30 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- update to 8.5.0:
|
||||
* windowed_complete() (thanks to MarcinKonowalczyk)
|
||||
Changes to existing itertools:
|
||||
* The is_sorted() implementation was improved (thanks to cool-RR)
|
||||
* The groupby_transform() now accepts a reducefunc parameter.
|
||||
* The last() implementation was improved (thanks to brianmaissy)
|
||||
* Various documentation fixes (thanks to craigrosie, samuelstjean, PiCT0)
|
||||
* The tests for distinct_combinations() were improved (thanks to Minabsapi)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 6 08:16:47 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-more-itertools
|
||||
Version: 8.4.0
|
||||
Version: 8.5.0
|
||||
Release: 0
|
||||
Summary: More routines for operating on iterables, beyond itertools
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user