Mon Feb 8 06:18:39 2021 UTC ()
py-more-itertools: 8.7.0

8.7.0
-----

* New functions
    * :func:`convolve` (from the Python itertools docs)
    * :func:`product_index`, :func:`combination_index`, and :func:`permutation_index` (thanks to N8Brooks)
    * :func:`value_chain` (thanks to jenstroeger)

* Changes to existing functions
    * :func:`distinct_combinations` now uses a non-recursive algorithm (thanks to  knutdrand)
    * :func:`pad_none` is now the preferred name for :func:`padnone`, though the latter remains available.
    * :func:`pairwise` will now use the Python standard library implementation on Python 3.10+
    * :func:`sort_together` now accepts a ``key`` argument (thanks to brianmaissy)
    * :func:`seekable` now has a ``peek`` method, and can indicate whether the iterator it's wrapping is exhausted (thanks to gsakkis)
    * :func:`time_limited` can now indicate whether its iterator has expired (thanks to roysmith)
    * The implementation of :func:`unique_everseen` was improved (thanks to plammens)

* Other changes:
    * Various documentation updates


(adam)
diff -r1.18 -r1.19 pkgsrc/devel/py-more-itertools/Makefile
diff -r1.16 -r1.17 pkgsrc/devel/py-more-itertools/distinfo

cvs diff -r1.18 -r1.19 pkgsrc/devel/py-more-itertools/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-more-itertools/Makefile 2020/11/22 11:16:54 1.18
+++ pkgsrc/devel/py-more-itertools/Makefile 2021/02/08 06:18:39 1.19
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.18 2020/11/22 11:16:54 adam Exp $ 1# $NetBSD: Makefile,v 1.19 2021/02/08 06:18:39 adam Exp $
2 2
3DISTNAME= more-itertools-8.6.0 3DISTNAME= more-itertools-8.7.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=m/more-itertools/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=m/more-itertools/}
7 7
8MAINTAINER= imil@NetBSD.org 8MAINTAINER= imil@NetBSD.org
9HOMEPAGE= https://github.com/erikrose/more-itertools 9HOMEPAGE= https://github.com/erikrose/more-itertools
10COMMENT= More routines for operating on iterables, beyond itertools 10COMMENT= More routines for operating on iterables, beyond itertools
11LICENSE= mit 11LICENSE= mit
12 12
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14 14
15PYTHON_VERSIONS_INCOMPATIBLE= 27 15PYTHON_VERSIONS_INCOMPATIBLE= 27
16 16

cvs diff -r1.16 -r1.17 pkgsrc/devel/py-more-itertools/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-more-itertools/distinfo 2020/11/22 11:16:54 1.16
+++ pkgsrc/devel/py-more-itertools/distinfo 2021/02/08 06:18:39 1.17
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.16 2020/11/22 11:16:54 adam Exp $ 1$NetBSD: distinfo,v 1.17 2021/02/08 06:18:39 adam Exp $
2 2
3SHA1 (more-itertools-8.6.0.tar.gz) = d51bbc1ed7241f7f2b734e139216c860a0e175b6 3SHA1 (more-itertools-8.7.0.tar.gz) = c63f2606fab94523d7810fd58b2acda2b064a1ea
4RMD160 (more-itertools-8.6.0.tar.gz) = 049f3cc587487e5e6a8524752e2c7367e6e2f74f 4RMD160 (more-itertools-8.7.0.tar.gz) = 311a71edcef6b42ea4537e6d060c94abd4b610ad
5SHA512 (more-itertools-8.6.0.tar.gz) = 9fb6cbb1d303c79a1c67d1c473a161d71bc5d88c8ebaf290947c1a6e64c2a224478063c58ffc4d1dfdcb2931bcff9cd165bd8724a9e78e95c6f163000c138a5e 5SHA512 (more-itertools-8.7.0.tar.gz) = 0e80dd5e08ffbd1878f414e1e8d036046ecfaf74c638a79d277d72e8357892b73735cc18d8a022c53916acc3733ebde4cb8030c5cecc354d6469933d91c66c13
6Size (more-itertools-8.6.0.tar.gz) = 88371 bytes 6Size (more-itertools-8.7.0.tar.gz) = 92857 bytes