Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 26A208509E for ; Thu, 28 Dec 2023 17:18:59 +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 tRAvvJDKwTCI for ; Thu, 28 Dec 2023 17:18:58 +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 9B20884CFA for ; Thu, 28 Dec 2023 17:18:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8B22FFA42; Thu, 28 Dec 2023 17:18:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170378393838740" MIME-Version: 1.0 Date: Thu, 28 Dec 2023 17:18:58 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-setuptools To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231228171858.8B22FFA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_170378393838740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Dec 28 17:18:58 UTC 2023 Modified Files: pkgsrc/devel/py-setuptools: Makefile distinfo Log Message: py-setuptools: updated to 69.0.3 v69.0.3 Bugfixes Retain valid names with underscores in egg_info. To generate a diff of this commit: cvs rdiff -u -r1.238 -r1.239 pkgsrc/devel/py-setuptools/Makefile cvs rdiff -u -r1.213 -r1.214 pkgsrc/devel/py-setuptools/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170378393838740 Content-Disposition: inline Content-Length: 1640 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-setuptools/Makefile diff -u pkgsrc/devel/py-setuptools/Makefile:1.238 pkgsrc/devel/py-setuptools/Makefile:1.239 --- pkgsrc/devel/py-setuptools/Makefile:1.238 Mon Nov 27 09:58:35 2023 +++ pkgsrc/devel/py-setuptools/Makefile Thu Dec 28 17:18:58 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.238 2023/11/27 09:58:35 adam Exp $ +# $NetBSD: Makefile,v 1.239 2023/12/28 17:18:58 adam Exp $ -DISTNAME= setuptools-69.0.2 +DISTNAME= setuptools-69.0.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools/} Index: pkgsrc/devel/py-setuptools/distinfo diff -u pkgsrc/devel/py-setuptools/distinfo:1.213 pkgsrc/devel/py-setuptools/distinfo:1.214 --- pkgsrc/devel/py-setuptools/distinfo:1.213 Mon Nov 27 09:58:35 2023 +++ pkgsrc/devel/py-setuptools/distinfo Thu Dec 28 17:18:58 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.213 2023/11/27 09:58:35 adam Exp $ +$NetBSD: distinfo,v 1.214 2023/12/28 17:18:58 adam Exp $ -BLAKE2s (setuptools-69.0.2.tar.gz) = 1969d66854756f6c31cf5364b0296179b3931bd8fd219818812180fa7afe1364 -SHA512 (setuptools-69.0.2.tar.gz) = 1a2955c8ff5955cb028f60ca538472c3a24dbda27984ef51ab59f6969e100b183456af82bc978a02f771b952908985eb85312065849f1afc64530d6461c7c6f6 -Size (setuptools-69.0.2.tar.gz) = 2219248 bytes +BLAKE2s (setuptools-69.0.3.tar.gz) = 4e60d1eea5fa7116bac31a2af3609cea81bc508cd8c231229b3bed3bee2d6c2b +SHA512 (setuptools-69.0.3.tar.gz) = 11df934931f4b73f7e07ea5713479593c6baa134d423556b2ae7aff0f1e5bdbdee1f5b516131adb169c838231ceb0293441fbf275ef7030dabecf74122565b6d +Size (setuptools-69.0.3.tar.gz) = 2219609 bytes --_----------=_170378393838740--