diff --git a/more-itertools-8.1.0.tar.gz b/more-itertools-8.1.0.tar.gz deleted file mode 100644 index 80569d8..0000000 --- a/more-itertools-8.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c468adec578380b6281a114cb8a5db34eb1116277da92d7c46f904f0b52d3288 -size 78953 diff --git a/more-itertools-8.2.0.tar.gz b/more-itertools-8.2.0.tar.gz new file mode 100644 index 0000000..6c66d65 --- /dev/null +++ b/more-itertools-8.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1ddb932186d8a6ac451e1d95844b382f55e12686d51ca0c68b6f61f2ab7a507 +size 82785 diff --git a/python-more-itertools.changes b/python-more-itertools.changes index 822059a..b057f8e 100644 --- a/python-more-itertools.changes +++ b/python-more-itertools.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Feb 28 21:37:22 UTC 2020 - Dirk Mueller + +- update to 8.2.0: + * The .pyi files for typing were updated. (thanks to blueyed and ilai-deutel) + * :func:`numeric_range` now behaves more like the built-in :func:`range`. (thanks to jferard) + * :func:`bucket` now allows for enumerating keys. (thanks to alexchandel) + * :func:`sliced` now should now work for numpy arrays. (thanks to sswingle) + * :func:`seekable` now has a ``maxlen`` parameter. + ------------------------------------------------------------------- Wed Jan 22 15:56:53 UTC 2020 - Martin Sirringhaus diff --git a/python-more-itertools.spec b/python-more-itertools.spec index 4be209d..a2f65a4 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.1.0 +Version: 8.2.0 Release: 0 Summary: More routines for operating on iterables, beyond itertools License: MIT