diff --git a/more-itertools-7.2.0.tar.gz b/more-itertools-7.2.0.tar.gz deleted file mode 100644 index 5710a0c..0000000 --- a/more-itertools-7.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:409cd48d4db7052af495b09dec721011634af3753ae1ef92d2b32f73a745f832 -size 73429 diff --git a/more-itertools-8.0.2.tar.gz b/more-itertools-8.0.2.tar.gz new file mode 100644 index 0000000..9afccf8 --- /dev/null +++ b/more-itertools-8.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b84b238cce0d9adad5ed87e745778d20a3f8487d0f0cb8b8a586816c7496458d +size 77375 diff --git a/python-more-itertools.changes b/python-more-itertools.changes index 2a94b5d..b0ace52 100644 --- a/python-more-itertools.changes +++ b/python-more-itertools.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Fri Dec 20 19:18:54 UTC 2019 - Dirk Mueller + +- update to 8.0.2: + * Bug fixes + * The type stub files are now part of the wheel distribution (thanks to keisheiled) + * The type stub files now work for functions imported from the + root package (thanks to keisheiled) + * New itertools and other additions + * This library now ships type hints for use with mypy. + (thanks to ilai-deutel for the implementation, and to gabbard and fmagin for assistance) + * :func:`split_when` (thanks to jferard) + * :func:`repeat_last` (thanks to d-ryzhikov) + * Changes to existing itertools: + * The implementation for :func:`set_partitions` was improved. (thanks to jferard) + * :func:`partition` was optimized for expensive predicates. (thanks to stevecj) + * :func:`unique_everseen` and :func:`groupby_transform` were re-factored. (thanks to SergBobrovsky) + * The implementation for :func:`difference` was improved. (thanks to Jabbey92) + ------------------------------------------------------------------- Thu Aug 29 15:01:51 UTC 2019 - Jan Engelhardt diff --git a/python-more-itertools.spec b/python-more-itertools.spec index 88e85d4..0a0ef24 100644 --- a/python-more-itertools.spec +++ b/python-more-itertools.spec @@ -1,7 +1,7 @@ # # spec file for package python-more-itertools # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-more-itertools -Version: 7.2.0 +Version: 8.0.2 Release: 0 Summary: More routines for operating on iterables, beyond itertools License: MIT