From a8b6b2b5318164d33d8b055ba043ed8af2abe69e6426e4fd66406147198c88c5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 6 Aug 2020 08:25:35 +0000 Subject: [PATCH] - update to 8.4.0: * New itertools * :func:`mark_ends` (thanks to kalekundert) * :func:`is_sorted` * Changes to existing itertools: * :func:`islice_extended` can now be used with real slices (thanks to cool-RR) * The implementations for :func:`filter_except` and :func:`map_except` were improved (thanks to SergBobrovsky) * Other changes * Automated tests now enforce code style (using `black `__) * The various signatures of :func:`islice_extended` and :func:`numeric_range` now appear in the docs (thanks to dsfulf) * The test configuration for mypy was updated (thanks to blueyed) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-more-itertools?expand=0&rev=23 --- more-itertools-8.3.0.tar.gz | 3 --- more-itertools-8.4.0.tar.gz | 3 +++ python-more-itertools.changes | 15 +++++++++++++++ python-more-itertools.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 more-itertools-8.3.0.tar.gz create mode 100644 more-itertools-8.4.0.tar.gz diff --git a/more-itertools-8.3.0.tar.gz b/more-itertools-8.3.0.tar.gz deleted file mode 100644 index 61f649b..0000000 --- a/more-itertools-8.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:558bb897a2232f5e4f8e2399089e35aecb746e1f9191b6584a151647e89267be -size 86850 diff --git a/more-itertools-8.4.0.tar.gz b/more-itertools-8.4.0.tar.gz new file mode 100644 index 0000000..e2a7213 --- /dev/null +++ b/more-itertools-8.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68c70cc7167bdf5c7c9d8f6954a7837089c6a36bf565383919bb595efb8a17e5 +size 83626 diff --git a/python-more-itertools.changes b/python-more-itertools.changes index 29fe39c..d6aed57 100644 --- a/python-more-itertools.changes +++ b/python-more-itertools.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Aug 6 08:16:47 UTC 2020 - Dirk Mueller + +- update to 8.4.0: + * New itertools + * :func:`mark_ends` (thanks to kalekundert) + * :func:`is_sorted` + * Changes to existing itertools: + * :func:`islice_extended` can now be used with real slices (thanks to cool-RR) + * The implementations for :func:`filter_except` and :func:`map_except` were improved (thanks to SergBobrovsky) + * Other changes + * Automated tests now enforce code style (using `black `__) + * The various signatures of :func:`islice_extended` and :func:`numeric_range` now appear in the docs (thanks to dsfulf) + * The test configuration for mypy was updated (thanks to blueyed) + ------------------------------------------------------------------- Tue Jun 2 16:30:25 UTC 2020 - Dirk Mueller diff --git a/python-more-itertools.spec b/python-more-itertools.spec index 1ff9672..fb80c7f 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.3.0 +Version: 8.4.0 Release: 0 Summary: More routines for operating on iterables, beyond itertools License: MIT