diff --git a/more-itertools-8.5.0.tar.gz b/more-itertools-8.5.0.tar.gz deleted file mode 100644 index c517f79..0000000 --- a/more-itertools-8.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f83822ae94818eae2612063a5101a7311e68ae8002005b5e05f03fd74a86a20 -size 86861 diff --git a/more-itertools-8.6.0.tar.gz b/more-itertools-8.6.0.tar.gz new file mode 100644 index 0000000..71cf10c --- /dev/null +++ b/more-itertools-8.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3a9005928e5bed54076e6e549c792b306fddfe72b2d1d22dd63d42d5d3899cf +size 88371 diff --git a/python-more-itertools.changes b/python-more-itertools.changes index d084c8a..f89342a 100644 --- a/python-more-itertools.changes +++ b/python-more-itertools.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Dec 19 10:51:38 UTC 2020 - Dirk Müller + +- update to 8.6.0: + * :func:`all_unique` (thanks to brianmaissy) + * :func:`nth_product` and :func:`nth_permutation` (thanks to N8Brooks) + * :func:`chunked` and :func:`sliced` now accept a ``strict`` parameter (thanks to shlomif and jtwool) + * Python 3.5 has reached its end of life and is no longer supported. + * Python 3.9 is officially supported. + ------------------------------------------------------------------- Wed Sep 16 11:13:30 UTC 2020 - Dirk Mueller diff --git a/python-more-itertools.spec b/python-more-itertools.spec index e5ae8bf..c2a19d5 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.5.0 +Version: 8.6.0 Release: 0 Summary: More routines for operating on iterables, beyond itertools License: MIT