diff --git a/more-itertools-8.10.0.tar.gz b/more-itertools-8.10.0.tar.gz deleted file mode 100644 index beea6f0..0000000 --- a/more-itertools-8.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1debcabeb1df793814859d64a81ad7cb10504c24349368ccf214c664c474f41f -size 102929 diff --git a/more-itertools-8.12.0.tar.gz b/more-itertools-8.12.0.tar.gz new file mode 100644 index 0000000..4d51051 --- /dev/null +++ b/more-itertools-8.12.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dc6ad46f05f545f900dd59e8dfb4e84a4827b97b3cfecb175ea0c7d247f6064 +size 108698 diff --git a/python-more-itertools.changes b/python-more-itertools.changes index 396fba4..eda2d46 100644 --- a/python-more-itertools.changes +++ b/python-more-itertools.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Thu Feb 3 20:13:01 UTC 2022 - Arun Persaud + +- specfile: + * update copyright year + +- update to version 8.12.0: + * Bug fixes + + Some documentation issues were fixed (thanks to Masynchin, + spookylukey, astrojuanlu, and stephengmatthews) + + Python 3.5 support was temporarily restored (thanks to + mattbonnell) + +- changes from version 8.11.0: + * New functions + + The before_and_after, sliding_window, and triplewise recipes + from the Python 3.10 docs were added + + duplicates_everseen and duplicates_justseen (thanks to OrBin and + DavidPratt512) + + minmax (thanks to Ricocotam, MSeifert04, and ruancomelli) + + strictly_n (thanks to hwalinga and NotWearingPants) + + unique_in_window + * Changes to existing functions + + groupby_transform had its type stub improved (thanks to mjk4 and + ruancomelli) + + is_sorted now accepts a strict parameter (thanks to Dutcho and + ruancomelli) + + zip_broadcast was updated to fix a bug (thanks to kalekundert) + ------------------------------------------------------------------- Sat Oct 16 19:09:54 UTC 2021 - Dirk Müller diff --git a/python-more-itertools.spec b/python-more-itertools.spec index b1419b6..2dcd9c1 100644 --- a/python-more-itertools.spec +++ b/python-more-itertools.spec @@ -1,7 +1,7 @@ # # spec file for package python-more-itertools # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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: 8.10.0 +Version: 8.12.0 Release: 0 Summary: More routines for operating on iterables, beyond itertools License: MIT