Received: by mail.netbsd.org (Postfix, from userid 605) id 2183184D04; Tue, 14 Jan 2020 22:42:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9C6C784CF7 for ; Tue, 14 Jan 2020 22:42:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id A_1wEL9VeRCx for ; Tue, 14 Jan 2020 22:42:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1C09484CDB for ; Tue, 14 Jan 2020 22:42:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1572AFBF4; Tue, 14 Jan 2020 22:42:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157904173949300" MIME-Version: 1.0 Date: Tue, 14 Jan 2020 22:42:19 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-more-itertools To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200114224219.1572AFBF4@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. --_----------=_157904173949300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Jan 14 22:42:19 UTC 2020 Modified Files: pkgsrc/devel/py-more-itertools: Makefile distinfo Log Message: py-more-itertools: update to 8.1.0. 8.1.0 ----- * Bug fixes * :func:`partition` works with ``pred=None`` again. (thanks to MSeifert04) * New itertools * :func:`sample` (thanks to tommyod) * :func:`nth_or_last` (thanks to d-ryzhikov) * Changes to existing itertools: * The implementation for :func:`divide` was improved. (thanks to jferard) To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-more-itertools/Makefile cvs rdiff -u -r1.10 -r1.11 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. --_----------=_157904173949300 Content-Disposition: inline Content-Length: 1800 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.12 pkgsrc/devel/py-more-itertools/Makefile:1.13 --- pkgsrc/devel/py-more-itertools/Makefile:1.12 Sun Dec 15 11:55:24 2019 +++ pkgsrc/devel/py-more-itertools/Makefile Tue Jan 14 22:42:18 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2019/12/15 11:55:24 adam Exp $ +# $NetBSD: Makefile,v 1.13 2020/01/14 22:42:18 wiz Exp $ -DISTNAME= more-itertools-8.0.2 +DISTNAME= more-itertools-8.1.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.10 pkgsrc/devel/py-more-itertools/distinfo:1.11 --- pkgsrc/devel/py-more-itertools/distinfo:1.10 Sun Dec 15 11:55:24 2019 +++ pkgsrc/devel/py-more-itertools/distinfo Tue Jan 14 22:42:18 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2019/12/15 11:55:24 adam Exp $ +$NetBSD: distinfo,v 1.11 2020/01/14 22:42:18 wiz Exp $ -SHA1 (more-itertools-8.0.2.tar.gz) = ff422d11455473b3153165b5485fe8e9a9408c2c -RMD160 (more-itertools-8.0.2.tar.gz) = 16be2faef97fe5bb78d9669050e86a5a94d3780d -SHA512 (more-itertools-8.0.2.tar.gz) = c309bfd988efb702c25c241ca76379e0be07e1fdfb9d648c257760ac76872fd1aa77b321d94c2af9be8fb9a6709b4c60a9e0e9eb7450757ee74046bb5f9101b4 -Size (more-itertools-8.0.2.tar.gz) = 77375 bytes +SHA1 (more-itertools-8.1.0.tar.gz) = 6671ee02017865c54bcef7b2f43e7fc1d74ebfc6 +RMD160 (more-itertools-8.1.0.tar.gz) = fe3010fc98cefc4ea25c313f944443509f3c9f1f +SHA512 (more-itertools-8.1.0.tar.gz) = 8428aa2388a0e29325a2a3a9af2a7892453047415e3f70bff4f4e91b996248665d1326c4341f9152aa95ccb45af3087f6aa238a3a4a0080f2f9004d7dae54c3d +Size (more-itertools-8.1.0.tar.gz) = 78953 bytes --_----------=_157904173949300--