From 1bafb1be22f29c6af65701e734a555e85a35ef6f3692ccbefbd4859394ff4a45 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 16 Sep 2022 18:27:39 +0000 Subject: [PATCH] - update to 8.14.0: * :func:`longest_common_prefix` (thanks to nanouasyn) * :func:`iequals` (thanks to nanouasyn) * `concurrent.futures.ThreadPoolExecutor` is now imported lazily in :func:`callback_iter`. * :func:`tail` is now optimized for iterables with a fixed length. * Some documentation issues were fixed (thanks to pochmann and timgates42) * This library is now marked for Python 3.10 compatibility in PyPI (thanks to chayim) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-more-itertools?expand=0&rev=41 --- more-itertools-8.13.0.tar.gz | 3 --- more-itertools-8.14.0.tar.gz | 3 +++ python-more-itertools.changes | 11 +++++++++++ python-more-itertools.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 more-itertools-8.13.0.tar.gz create mode 100644 more-itertools-8.14.0.tar.gz diff --git a/more-itertools-8.13.0.tar.gz b/more-itertools-8.13.0.tar.gz deleted file mode 100644 index 79ff5ec..0000000 --- a/more-itertools-8.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a42901a0a5b169d925f6f217cd5a190e32ef54360905b9c39ee7db5313bfec0f -size 101264 diff --git a/more-itertools-8.14.0.tar.gz b/more-itertools-8.14.0.tar.gz new file mode 100644 index 0000000..eb672d5 --- /dev/null +++ b/more-itertools-8.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c09443cd3d5438b8dafccd867a6bc1cb0894389e90cb53d227456b0b0bccb750 +size 102642 diff --git a/python-more-itertools.changes b/python-more-itertools.changes index 3e26850..98d4178 100644 --- a/python-more-itertools.changes +++ b/python-more-itertools.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Sep 16 18:26:20 UTC 2022 - Dirk Müller + +- update to 8.14.0: + * :func:`longest_common_prefix` (thanks to nanouasyn) + * :func:`iequals` (thanks to nanouasyn) + * `concurrent.futures.ThreadPoolExecutor` is now imported lazily in :func:`callback_iter`. + * :func:`tail` is now optimized for iterables with a fixed length. + * Some documentation issues were fixed (thanks to pochmann and timgates42) + * This library is now marked for Python 3.10 compatibility in PyPI (thanks to chayim) + ------------------------------------------------------------------- Mon Jun 13 13:15:41 UTC 2022 - Ben Greiner diff --git a/python-more-itertools.spec b/python-more-itertools.spec index 0cafd8d..e26387a 100644 --- a/python-more-itertools.spec +++ b/python-more-itertools.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-more-itertools -Version: 8.13.0 +Version: 8.14.0 Release: 0 Summary: More routines for operating on iterables, beyond itertools License: MIT