Received: by mail.netbsd.org (Postfix, from userid 605) id 5FD0E84E69; Fri, 7 Oct 2022 11:10:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8AAF184E72 for ; Fri, 7 Oct 2022 11:10:38 +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 1BARRl0ZmdFq for ; Fri, 7 Oct 2022 11:10:38 +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 0998A84E69 for ; Fri, 7 Oct 2022 11:10:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F1982FA90; Fri, 7 Oct 2022 11:10:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1665141037243300" MIME-Version: 1.0 Date: Fri, 7 Oct 2022 11:10:37 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/graphics/py-altgraph To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20221007111037.F1982FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1665141037243300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Oct 7 11:10:37 UTC 2022 Modified Files: pkgsrc/graphics/py-altgraph: Makefile distinfo Log Message: py-altgraph: updated to 0.17.3 0.17.3 * Update classifiers for Python 3.11 To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/py-altgraph/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/py-altgraph/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1665141037243300 Content-Disposition: inline Content-Length: 1637 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/py-altgraph/Makefile diff -u pkgsrc/graphics/py-altgraph/Makefile:1.11 pkgsrc/graphics/py-altgraph/Makefile:1.12 --- pkgsrc/graphics/py-altgraph/Makefile:1.11 Tue Jan 4 20:54:04 2022 +++ pkgsrc/graphics/py-altgraph/Makefile Fri Oct 7 11:10:37 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2022/01/04 20:54:04 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2022/10/07 11:10:37 adam Exp $ -DISTNAME= altgraph-0.17.2 +DISTNAME= altgraph-0.17.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_PYPI:=a/altgraph/} Index: pkgsrc/graphics/py-altgraph/distinfo diff -u pkgsrc/graphics/py-altgraph/distinfo:1.10 pkgsrc/graphics/py-altgraph/distinfo:1.11 --- pkgsrc/graphics/py-altgraph/distinfo:1.10 Tue Oct 26 10:46:43 2021 +++ pkgsrc/graphics/py-altgraph/distinfo Fri Oct 7 11:10:37 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2021/10/26 10:46:43 nia Exp $ +$NetBSD: distinfo,v 1.11 2022/10/07 11:10:37 adam Exp $ -BLAKE2s (altgraph-0.17.2.tar.gz) = f34412a09fd1d679b01138ff87f0c259cce6e026a223b8c274a5225935202c2c -SHA512 (altgraph-0.17.2.tar.gz) = b452353b03a8d5588822fd250d37dac72529b22a1f7ce4c797fb6d24d9625b946059995722ef33d035743d5cac97cbbcb47d8eda8df172878bf3631059c3e9bb -Size (altgraph-0.17.2.tar.gz) = 48186 bytes +BLAKE2s (altgraph-0.17.3.tar.gz) = 210913a09125991cc1ecb2efb1016d7324b87f331e0ea8644125c295839e3d00 +SHA512 (altgraph-0.17.3.tar.gz) = 5e0ab6829d85013ff9a2dfdd6bf7f8606643c8d97a28ac3b3daf43f1180cc451a31f3ba463dd03056ab123f331051bdccbcbbf1bad6e8b19c2c40db01b3e5913 +Size (altgraph-0.17.3.tar.gz) = 48328 bytes --_----------=_1665141037243300--