From 123ddf76ae135dba15442daedce109d4d7dc67f3f47d76c1646d9019f1abd3fc Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 16 Oct 2021 19:11:00 +0000 Subject: [PATCH] - update to 8.10.0: * The type stub for :func:`iter_except` was improved (thanks to MarcinKonowalczyk) * Type stubs now ship with the source release (thanks to saaketp) * The Sphinx docs were improved (thanks to MarcinKonowalczyk) * New functions * :func:`interleave_evenly` (thanks to mbugert) * :func:`repeat_each` (thanks to FinalSh4re) * :func:`chunked_even` (thanks to valtron) * :func:`map_if` (thanks to sassbalint) * :func:`zip_broadcast` (thanks to kalekundert) * Changes to existing functions * The type stub for :func:`chunked` was improved (thanks to PhilMacKay) * The type stubs for :func:`zip_equal` and `zip_offset` were improved (thanks to maffoo) * Building Sphinx docs locally was improved (thanks to MarcinKonowalczyk) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-more-itertools?expand=0&rev=34 --- more-itertools-8.10.0.tar.gz | 3 +++ more-itertools-8.8.0.tar.gz | 3 --- python-more-itertools.changes | 18 ++++++++++++++++++ python-more-itertools.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 more-itertools-8.10.0.tar.gz delete mode 100644 more-itertools-8.8.0.tar.gz diff --git a/more-itertools-8.10.0.tar.gz b/more-itertools-8.10.0.tar.gz new file mode 100644 index 0000000..beea6f0 --- /dev/null +++ b/more-itertools-8.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1debcabeb1df793814859d64a81ad7cb10504c24349368ccf214c664c474f41f +size 102929 diff --git a/more-itertools-8.8.0.tar.gz b/more-itertools-8.8.0.tar.gz deleted file mode 100644 index 18aeb59..0000000 --- a/more-itertools-8.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83f0308e05477c68f56ea3a888172c78ed5d5b3c282addb67508e7ba6c8f813a -size 93660 diff --git a/python-more-itertools.changes b/python-more-itertools.changes index 166331f..396fba4 100644 --- a/python-more-itertools.changes +++ b/python-more-itertools.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sat Oct 16 19:09:54 UTC 2021 - Dirk Müller + +- update to 8.10.0: + * The type stub for :func:`iter_except` was improved (thanks to MarcinKonowalczyk) + * Type stubs now ship with the source release (thanks to saaketp) + * The Sphinx docs were improved (thanks to MarcinKonowalczyk) + * New functions + * :func:`interleave_evenly` (thanks to mbugert) + * :func:`repeat_each` (thanks to FinalSh4re) + * :func:`chunked_even` (thanks to valtron) + * :func:`map_if` (thanks to sassbalint) + * :func:`zip_broadcast` (thanks to kalekundert) + * Changes to existing functions + * The type stub for :func:`chunked` was improved (thanks to PhilMacKay) + * The type stubs for :func:`zip_equal` and `zip_offset` were improved (thanks to maffoo) + * Building Sphinx docs locally was improved (thanks to MarcinKonowalczyk) + ------------------------------------------------------------------- Sun Jun 6 12:43:51 UTC 2021 - Dirk Müller diff --git a/python-more-itertools.spec b/python-more-itertools.spec index a745b80..b1419b6 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.8.0 +Version: 8.10.0 Release: 0 Summary: More routines for operating on iterables, beyond itertools License: MIT