Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_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 87B821A9239 for ; Mon, 3 Jan 2022 07:52:43 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id BE36884CE9; Mon, 3 Jan 2022 07:52:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0324B84CE7 for ; Mon, 3 Jan 2022 07:52:42 +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 xhCpgrrzhyy6 for ; Mon, 3 Jan 2022 07:52:41 +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 7862A84CDC for ; Mon, 3 Jan 2022 07:52:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 703AAFAEC; Mon, 3 Jan 2022 07:52:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1641196361160120" MIME-Version: 1.0 Date: Mon, 3 Jan 2022 07:52:41 +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: <20220103075241.703AAFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1641196361160120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jan 3 07:52:41 UTC 2022 Modified Files: pkgsrc/devel/py-types-setuptools: Makefile distinfo Log Message: py-types-setuptools: updated to 57.4.5 57.4.5 Use PEP 585 syntax wherever possible To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-types-setuptools/Makefile \ 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. --_----------=_1641196361160120 Content-Disposition: inline Content-Length: 1727 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.1 pkgsrc/devel/py-types-setuptools/Makefile:1.2 --- pkgsrc/devel/py-types-setuptools/Makefile:1.1 Tue Dec 7 18:01:05 2021 +++ pkgsrc/devel/py-types-setuptools/Makefile Mon Jan 3 07:52:41 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2021/12/07 18:01:05 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2022/01/03 07:52:41 adam Exp $ -DISTNAME= types-setuptools-57.4.4 +DISTNAME= types-setuptools-57.4.5 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.1 pkgsrc/devel/py-types-setuptools/distinfo:1.2 --- pkgsrc/devel/py-types-setuptools/distinfo:1.1 Tue Dec 7 18:01:05 2021 +++ pkgsrc/devel/py-types-setuptools/distinfo Mon Jan 3 07:52:41 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2021/12/07 18:01:05 wiz Exp $ +$NetBSD: distinfo,v 1.2 2022/01/03 07:52:41 adam Exp $ -BLAKE2s (types-setuptools-57.4.4.tar.gz) = a74e93d8893fd4f734d5baaf41c54c7e941dd73b27cc6cbb48c496d1de7746a0 -SHA512 (types-setuptools-57.4.4.tar.gz) = aef7e473bc6b54044940c84e225a8f9fe9c50baa73ff8601e1d6bec7414c69340fcfcd456438a5b1fcdc1b3b8f1c90d0c6793d0ae0892beca4af563f538bf903 -Size (types-setuptools-57.4.4.tar.gz) = 15636 bytes +BLAKE2s (types-setuptools-57.4.5.tar.gz) = 4e30ca79d05732929c87c6079cb11e220ac188cd746fb8ad0d1368c5eb0098fa +SHA512 (types-setuptools-57.4.5.tar.gz) = 9ab1f735bb01c7fbf9e54e1dd8bb3aa19f697d8bcc8f0de188c4a155ccd01fee238fa8aabf3e48d5389da48b5bd13634f0358e67dde4a007092c1df2ddd96d6f +Size (types-setuptools-57.4.5.tar.gz) = 15670 bytes --_----------=_1641196361160120--