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

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c9ce7eccdcb901a2c75d326ea134e0886abfbea5f93e91cc95de9507c0816c44
size 51310

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2b6b9893337bfd9166bee6a62c2b0c9fe7735dcf85948b387ec8cba30e85d8e8
size 56871

View File

@@ -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 Thu Mar 29 13:32:39 UTC 2018 - mimi.vx@gmail.com

View File

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