Received: by mail.netbsd.org (Postfix, from userid 605) id A35E384F99; Wed, 20 Jul 2022 08:47:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D3F0B84F98 for ; Wed, 20 Jul 2022 08:47:05 +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 N3KfwbmbN6u8 for ; Wed, 20 Jul 2022 08:47:05 +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 4B9BE84F97 for ; Wed, 20 Jul 2022 08:47:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3F8ACFB1A; Wed, 20 Jul 2022 08:47:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1658306825250590" MIME-Version: 1.0 Date: Wed, 20 Jul 2022 08:47:05 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-types-setuptools To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220720084705.3F8ACFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1658306825250590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Jul 20 08:47:05 UTC 2022 Modified Files: pkgsrc/devel/py-types-setuptools: Makefile distinfo Log Message: py-types-setuptools: updated to 63.2.0 63.2.0 (2022-07-15) [stubsabot] Bump setuptools to 63.2.* 62.6.1 (2022-07-11) Remove Python 3.6 branches from typeshed To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-types-setuptools/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-types-setuptools/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1658306825250590 Content-Disposition: inline Content-Length: 1730 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-types-setuptools/Makefile diff -u pkgsrc/devel/py-types-setuptools/Makefile:1.8 pkgsrc/devel/py-types-setuptools/Makefile:1.9 --- pkgsrc/devel/py-types-setuptools/Makefile:1.8 Mon Jul 11 06:16:18 2022 +++ pkgsrc/devel/py-types-setuptools/Makefile Wed Jul 20 08:47:05 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2022/07/11 06:16:18 adam Exp $ +# $NetBSD: Makefile,v 1.9 2022/07/20 08:47:05 adam Exp $ -DISTNAME= types-setuptools-62.6.0 +DISTNAME= types-setuptools-63.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=t/types-setuptools/} Index: pkgsrc/devel/py-types-setuptools/distinfo diff -u pkgsrc/devel/py-types-setuptools/distinfo:1.7 pkgsrc/devel/py-types-setuptools/distinfo:1.8 --- pkgsrc/devel/py-types-setuptools/distinfo:1.7 Mon Jul 11 06:16:18 2022 +++ pkgsrc/devel/py-types-setuptools/distinfo Wed Jul 20 08:47:05 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2022/07/11 06:16:18 adam Exp $ +$NetBSD: distinfo,v 1.8 2022/07/20 08:47:05 adam Exp $ -BLAKE2s (types-setuptools-62.6.0.tar.gz) = 3f16bd6ed2977f9b81e324e4be1524dacff6f9a7bb32b1453065e3d1ba583b34 -SHA512 (types-setuptools-62.6.0.tar.gz) = bc9eca358968adee8da5f99a01c3b8964cb1a4bce2eadd710a090482857d6b337ca221ecbee9a52158bd28d7da80afea7f5f87090e5557042c737df93a65c1b2 -Size (types-setuptools-62.6.0.tar.gz) = 16283 bytes +BLAKE2s (types-setuptools-63.2.0.tar.gz) = 0559af530005fb6b0f4edec37ce501506d055f52f7a71d7ee17a731e1ede4b76 +SHA512 (types-setuptools-63.2.0.tar.gz) = 885d3e163b444902ce0199dab9b1026ffe7cc87d965cdbeae18054fe9e21fccdae6193bc0480b2857411e665b340a037f7832052854ea4b59ef37a25dc895b23 +Size (types-setuptools-63.2.0.tar.gz) = 16320 bytes --_----------=_1658306825250590--