forked from pool/python-more-itertools
- update to 10.3.0:
* Increase performance of `padded` * Update table of contents * Add exactly size of n doc to padded * Speed up `ichunked` * Optimize `chunked_even` itertool * Optimize windowed itertool * Issue 820: add powerset_of_sets * Fix a typo found by codespell * Add typing for countable.items_seen attribute. * Add join_mappings * Add doublestarmap (closes #679) * Add dft and idft * Changes for version 10.3.0 * Add unique() OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-more-itertools?expand=0&rev=53
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-more-itertools
|
||||
Version: 10.2.0
|
||||
Version: 10.3.0
|
||||
Release: 0
|
||||
Summary: More routines for operating on iterables, beyond itertools
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user