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 0D27E1A9239 for ; Fri, 10 Dec 2021 23:08:05 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C212884FF8; Fri, 10 Dec 2021 23:08:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0932084FED for ; Fri, 10 Dec 2021 23:08:04 +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 xAc-jAspPJ99 for ; Fri, 10 Dec 2021 23:08:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7A16B84C71 for ; Fri, 10 Dec 2021 23:08:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 711DDFAEC; Fri, 10 Dec 2021 23:08:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163917768361250" MIME-Version: 1.0 Date: Fri, 10 Dec 2021 23:08:03 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/lang/python310 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20211210230803.711DDFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163917768361250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Dec 10 23:08:03 UTC 2021 Modified Files: pkgsrc/lang/python310: Makefile distinfo Removed Files: pkgsrc/lang/python310/patches: patch-Modules_makesetup Log Message: python310: remove patch that was carried forward from before 2.7 times upstream says it should not be needed, and I don't see a difference in building python310 and running its tests either. Let me know if you do. Bump PKGREVISION to be on the safe side. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/python310/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/python310/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/lang/python310/patches/patch-Modules_makesetup Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163917768361250 Content-Disposition: inline Content-Length: 1715 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/python310/Makefile diff -u pkgsrc/lang/python310/Makefile:1.2 pkgsrc/lang/python310/Makefile:1.3 --- pkgsrc/lang/python310/Makefile:1.2 Wed Dec 8 16:05:22 2021 +++ pkgsrc/lang/python310/Makefile Fri Dec 10 23:08:03 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2021/12/08 16:05:22 adam Exp $ +# $NetBSD: Makefile,v 1.3 2021/12/10 23:08:03 wiz Exp $ -PKGREVISION= 1 +PKGREVISION= 2 .include "dist.mk" PKGNAME= python310-${PY_DISTVERSION} Index: pkgsrc/lang/python310/distinfo diff -u pkgsrc/lang/python310/distinfo:1.4 pkgsrc/lang/python310/distinfo:1.5 --- pkgsrc/lang/python310/distinfo:1.4 Tue Dec 7 09:31:09 2021 +++ pkgsrc/lang/python310/distinfo Fri Dec 10 23:08:03 2021 @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2021/12/07 09:31:09 adam Exp $ +$NetBSD: distinfo,v 1.5 2021/12/10 23:08:03 wiz Exp $ BLAKE2s (Python-3.10.1.tar.xz) = a7004c16f0c40d927424d512cd5130cd2955315f50d804c289fc10d48f5a1d5c SHA512 (Python-3.10.1.tar.xz) = 1c559e33f1252e51bafb941c380de16f142c0735858363c84cb8dbed6767843de3af126889c2826ffb94bd4777d7cdfc31040301c8c74de56af52b80b1aa9e76 @@ -9,7 +9,6 @@ SHA1 (patch-Lib_distutils_unixccompiler. SHA1 (patch-Lib_lib2to3_pgen2_driver.py) = 593c4e93c5653ab400f0a98b91db92630c0a7390 SHA1 (patch-Lib_sysconfig.py) = bc6d91bf8f7121456b26ea7f080f588c96f2596f SHA1 (patch-Makefile.pre.in) = 932a89313e8f26c435675f2487eb2141876a5f5a -SHA1 (patch-Modules_makesetup) = e1a2297899e3cfd4bf35de50d8490e0cc6d26b0f SHA1 (patch-Modules_nismodule.c) = cb6bdabd1693dd3298f17b18a85f0fd611967161 SHA1 (patch-Modules_socketmodule.c) = 4529c487b33d19b87106a0c006520cc5c45b9dfd SHA1 (patch-Modules_socketmodule.h) = 8761c7238bc74e45adefb6e647dc3b39b7bdd81c --_----------=_163917768361250--