From 3abc2a0b661e69dfcc7542804922cdf444da239f5b28076ae325a700cbee41ee Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 31 May 2018 04:35:19 +0000 Subject: [PATCH] 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 `_) + 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 --- more-itertools-4.1.0.tar.gz | 3 --- more-itertools-4.2.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-4.1.0.tar.gz create mode 100644 more-itertools-4.2.0.tar.gz diff --git a/more-itertools-4.1.0.tar.gz b/more-itertools-4.1.0.tar.gz deleted file mode 100644 index f2a07a0..0000000 --- a/more-itertools-4.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9ce7eccdcb901a2c75d326ea134e0886abfbea5f93e91cc95de9507c0816c44 -size 51310 diff --git a/more-itertools-4.2.0.tar.gz b/more-itertools-4.2.0.tar.gz new file mode 100644 index 0000000..f0863e0 --- /dev/null +++ b/more-itertools-4.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b6b9893337bfd9166bee6a62c2b0c9fe7735dcf85948b387ec8cba30e85d8e8 +size 56871 diff --git a/python-more-itertools.changes b/python-more-itertools.changes index 8edf49b..13dbce7 100644 --- a/python-more-itertools.changes +++ b/python-more-itertools.changes @@ -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 `_) + + 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 diff --git a/python-more-itertools.spec b/python-more-itertools.spec index eaf7f5f..5e77cef 100644 --- a/python-more-itertools.spec +++ b/python-more-itertools.spec @@ -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