14
0

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:
Todd R
2018-05-31 04:35:19 +00:00
committed by Git OBS Bridge
parent f9c27f231c
commit 3abc2a0b66
4 changed files with 19 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-more-itertools
Version: 4.1.0
Version: 4.2.0
Release: 0
Summary: More routines for operating on iterables, beyond itertools
License: MIT