Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 77B661A9217 for ; Thu, 1 Oct 2020 06:59:16 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E4F8E84DE4; Thu, 1 Oct 2020 06:59:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 697F684D6D for ; Thu, 1 Oct 2020 06:59:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Orea-WVQKD6j for ; Thu, 1 Oct 2020 06:59:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id CC6CE84D2F for ; Thu, 1 Oct 2020 06:59:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B84C5FB28; Thu, 1 Oct 2020 06:59:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1601535554282240" MIME-Version: 1.0 Date: Thu, 1 Oct 2020 06:59:14 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-more-itertools To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20201001065914.B84C5FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1601535554282240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Oct 1 06:59:14 UTC 2020 Modified Files: pkgsrc/devel/py-more-itertools: Makefile distinfo Log Message: 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`) To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-more-itertools/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-more-itertools/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1601535554282240 Content-Disposition: inline Content-Length: 1802 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-more-itertools/Makefile diff -u pkgsrc/devel/py-more-itertools/Makefile:1.16 pkgsrc/devel/py-more-itertools/Makefile:1.17 --- pkgsrc/devel/py-more-itertools/Makefile:1.16 Wed Jun 17 06:48:17 2020 +++ pkgsrc/devel/py-more-itertools/Makefile Thu Oct 1 06:59:14 2020 @@ -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/} Index: pkgsrc/devel/py-more-itertools/distinfo diff -u pkgsrc/devel/py-more-itertools/distinfo:1.14 pkgsrc/devel/py-more-itertools/distinfo:1.15 --- pkgsrc/devel/py-more-itertools/distinfo:1.14 Wed Jun 17 06:48:17 2020 +++ pkgsrc/devel/py-more-itertools/distinfo Thu Oct 1 06:59:14 2020 @@ -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 --_----------=_1601535554282240--