pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-more-itertools py-more-itertools: updated to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fae46ade9730
branches:  trunk
changeset: 439971:fae46ade9730
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Oct 01 06:59:14 2020 +0000

description:
py-more-itertools: updated to 8.5.0

8.5.0

* New itertools
    * :func:`windowed_complete` (thanks to MarcinKonowalczyk)

* Changes to existing itertools:
    * The :func:`is_sorted` implementation was improved (thanks to cool-RR)
    * The :func:`groupby_transform` now accepts a ``reducefunc`` parameter.
    * The :func:`last` implementation was improved (thanks to brianmaissy)

* Other changes
    * Various documentation fixes (thanks to craigrosie, samuelstjean, PiCT0)
    * The tests for :func:`distinct_combinations` were improved (thanks to Minabsapi)
    * Automated tests now run on GitHub Actions. All commits now check:
        * That unit tests pass
        * That the examples in docstrings work
        * That test coverage remains high (using `coverage`)
        * For linting errors (using `flake8`)
        * For consistent style (using `black`)
        * That the type stubs work (using `mypy`)
        * That the docs build correctly (using `sphinx`)
        * That packages build correctly (using `twine`)

diffstat:

 devel/py-more-itertools/Makefile |   4 ++--
 devel/py-more-itertools/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 43fa05f3ac6f -r fae46ade9730 devel/py-more-itertools/Makefile
--- a/devel/py-more-itertools/Makefile  Thu Oct 01 06:53:12 2020 +0000
+++ b/devel/py-more-itertools/Makefile  Thu Oct 01 06:59:14 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2020/06/17 06:48:17 adam Exp $
+# $NetBSD: Makefile,v 1.17 2020/10/01 06:59:14 adam Exp $
 
-DISTNAME=      more-itertools-8.4.0
+DISTNAME=      more-itertools-8.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/more-itertools/}
diff -r 43fa05f3ac6f -r fae46ade9730 devel/py-more-itertools/distinfo
--- a/devel/py-more-itertools/distinfo  Thu Oct 01 06:53:12 2020 +0000
+++ b/devel/py-more-itertools/distinfo  Thu Oct 01 06:59:14 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2020/06/17 06:48:17 adam Exp $
+$NetBSD: distinfo,v 1.15 2020/10/01 06:59:14 adam Exp $
 
-SHA1 (more-itertools-8.4.0.tar.gz) = 73629875fcce638b9efe6ca9b6170a0689d9b012
-RMD160 (more-itertools-8.4.0.tar.gz) = d9b40eb8e4802e106ca370d20b77dd4c8fe5e3c6
-SHA512 (more-itertools-8.4.0.tar.gz) = 70bf72594cb92b165f1bdc5050bcd3d7d37eeee65db6c631b636222005f8d7707d0c6ab09a229e9f1a23fdcf2be948e96d0882f9fa033f29b7a472ec8441a4d0
-Size (more-itertools-8.4.0.tar.gz) = 83626 bytes
+SHA1 (more-itertools-8.5.0.tar.gz) = 2ec6794a07339fb06d6545d03945cf3702c4ee2a
+RMD160 (more-itertools-8.5.0.tar.gz) = 4c80d818809edd150154b1df8366f4ffebb682d3
+SHA512 (more-itertools-8.5.0.tar.gz) = f11a4443d4d5e79fe241fc6e170ae51b08cfb1f1093dddad036e1ba043c30d03c53ab9fccbfb4de97279862c6cfe44759ae88ce6027d871515b032e7d9e435e7
+Size (more-itertools-8.5.0.tar.gz) = 86861 bytes



Home | Main Index | Thread Index | Old Index