14
0

- 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:
2020-09-16 11:14:18 +00:00
committed by Git OBS Bridge
parent a8b6b2b531
commit 34a2213a87
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:68c70cc7167bdf5c7c9d8f6954a7837089c6a36bf565383919bb595efb8a17e5
size 83626

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6f83822ae94818eae2612063a5101a7311e68ae8002005b5e05f03fd74a86a20
size 86861

View File

@@ -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>

View File

@@ -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