forked from pool/python-more-itertools
Accepting request 613147 from home:TheBlackCat:branches:devel:languages:python
- Update to version 4.2.0
+ New itertools:
* map_reduce (thanks to pylang)
* prepend (from the `Python 3.7 docs <https://docs.python.org/3.7/library/itertools.html#itertools-recipes>`_)
+ Improvements to existing itertools:
* :func:`bucket` now complies with PEP 479 (thanks to irmen)
+ Other changes:
* Python 3.7 is now supported (thanks to irmen)
* Python 3.3 is no longer supported
* The test suite no longer requires third-party modules to run
* The API docs now include links to source code
OBS-URL: https://build.opensuse.org/request/show/613147
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-more-itertools?expand=0&rev=8
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 31 04:34:12 UTC 2018 - toddrme2178@gmail.com
|
||||
|
||||
- Update to version 4.2.0
|
||||
+ New itertools:
|
||||
* map_reduce (thanks to pylang)
|
||||
* prepend (from the `Python 3.7 docs <https://docs.python.org/3.7/library/itertools.html#itertools-recipes>`_)
|
||||
+ Improvements to existing itertools:
|
||||
* :func:`bucket` now complies with PEP 479 (thanks to irmen)
|
||||
+ Other changes:
|
||||
* Python 3.7 is now supported (thanks to irmen)
|
||||
* Python 3.3 is no longer supported
|
||||
* The test suite no longer requires third-party modules to run
|
||||
* The API docs now include links to source code
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 29 13:32:39 UTC 2018 - mimi.vx@gmail.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user