forked from pool/python-more-itertools
Accepting request 1184124 from devel:languages:python
- 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/request/show/1184124 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-more-itertools?expand=0&rev=26
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8fccb480c43d3e99a00087634c06dd02b0d50fbf088b380de5a41a015ec239e1
|
|
||||||
size 114449
|
|
||||||
3
more-itertools-10.3.0.tar.gz
Normal file
3
more-itertools-10.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e5d93ef411224fbcef366a6e8ddc4c5781bc6359d43412a65dd5964e46111463
|
||||||
|
size 118147
|
||||||
@@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 30 19:19:31 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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()
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 16 15:34:58 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Tue Jan 16 15:34:58 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-more-itertools
|
Name: python-more-itertools
|
||||||
Version: 10.2.0
|
Version: 10.3.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