forked from pool/python-more-itertools
Accepting request 824641 from devel:languages:python
- 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 <https://github.com/psf/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/request/show/824641 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-more-itertools?expand=0&rev=11
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:558bb897a2232f5e4f8e2399089e35aecb746e1f9191b6584a151647e89267be
|
||||
size 86850
|
||||
3
more-itertools-8.4.0.tar.gz
Normal file
3
more-itertools-8.4.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:68c70cc7167bdf5c7c9d8f6954a7837089c6a36bf565383919bb595efb8a17e5
|
||||
size 83626
|
||||
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 6 08:16:47 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- 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 <https://github.com/psf/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 <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user