diff --git a/more-itertools-8.4.0.tar.gz b/more-itertools-8.4.0.tar.gz deleted file mode 100644 index e2a7213..0000000 --- a/more-itertools-8.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68c70cc7167bdf5c7c9d8f6954a7837089c6a36bf565383919bb595efb8a17e5 -size 83626 diff --git a/more-itertools-8.5.0.tar.gz b/more-itertools-8.5.0.tar.gz new file mode 100644 index 0000000..c517f79 --- /dev/null +++ b/more-itertools-8.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f83822ae94818eae2612063a5101a7311e68ae8002005b5e05f03fd74a86a20 +size 86861 diff --git a/python-more-itertools.changes b/python-more-itertools.changes index d6aed57..d084c8a 100644 --- a/python-more-itertools.changes +++ b/python-more-itertools.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Sep 16 11:13:30 UTC 2020 - Dirk Mueller + +- 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 diff --git a/python-more-itertools.spec b/python-more-itertools.spec index fb80c7f..e5ae8bf 100644 --- a/python-more-itertools.spec +++ b/python-more-itertools.spec @@ -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