Received: by mail.netbsd.org (Postfix, from userid 605) id 67DA284D5F; Mon, 5 Apr 2021 07:40:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A0B6D84D33 for ; Mon, 5 Apr 2021 07:40:11 +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 m1SVh8CbmZsR for ; Mon, 5 Apr 2021 07:40:11 +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 00CC684D0C for ; Mon, 5 Apr 2021 07:40:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E1EFCFA95; Mon, 5 Apr 2021 07:40:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16176084109810" MIME-Version: 1.0 Date: Mon, 5 Apr 2021 07:40:10 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/lang To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210405074010.E1EFCFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16176084109810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Apr 5 07:40:10 UTC 2021 Modified Files: pkgsrc/lang/py39-html-docs: Makefile distinfo pkgsrc/lang/python39: dist.mk distinfo Log Message: python39: updated to 3.9.4 Python 3.9.4 Core and Builtins bpo-43710: Reverted the fix for https://bugs.python.org/issue42500 as it changed the PyThreadState struct size and broke the 3.9.x ABI in the 3.9.3 release (visible on 32-bit platforms using binaries compiled using an earlier version of Python 3.9.x headers). Library bpo-26053: Fixed bug where the pdb interactive run command echoed the args from the shell command line, even if those have been overridden at the pdb prompt. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/py39-html-docs/Makefile \ pkgsrc/lang/py39-html-docs/distinfo cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/python39/dist.mk cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/python39/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16176084109810 Content-Disposition: inline Content-Length: 3560 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/py39-html-docs/Makefile diff -u pkgsrc/lang/py39-html-docs/Makefile:1.4 pkgsrc/lang/py39-html-docs/Makefile:1.5 --- pkgsrc/lang/py39-html-docs/Makefile:1.4 Sat Apr 3 06:23:13 2021 +++ pkgsrc/lang/py39-html-docs/Makefile Mon Apr 5 07:40:10 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2021/04/03 06:23:13 adam Exp $ +# $NetBSD: Makefile,v 1.5 2021/04/05 07:40:10 adam Exp $ -VERS= 3.9.3 +VERS= 3.9.4 DISTNAME= python-${VERS}-docs-html PKGNAME= py39-html-docs-${VERS} CATEGORIES= lang python Index: pkgsrc/lang/py39-html-docs/distinfo diff -u pkgsrc/lang/py39-html-docs/distinfo:1.4 pkgsrc/lang/py39-html-docs/distinfo:1.5 --- pkgsrc/lang/py39-html-docs/distinfo:1.4 Sat Apr 3 06:23:13 2021 +++ pkgsrc/lang/py39-html-docs/distinfo Mon Apr 5 07:40:10 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2021/04/03 06:23:13 adam Exp $ +$NetBSD: distinfo,v 1.5 2021/04/05 07:40:10 adam Exp $ -SHA1 (python-3.9.3-docs-html.tar.bz2) = e9166d82a7a236c3b6cf71d0d69d2c21da7fc549 -RMD160 (python-3.9.3-docs-html.tar.bz2) = cf016b9dc3525c6da01811f4e3718fea15a69f60 -SHA512 (python-3.9.3-docs-html.tar.bz2) = 41c087596ed29a496ae5f2ab1515ee12377d0c70dbcf34ea22d34e54c42906a779e1ed0667b97bcfa03e1ca482dd84b4292529be323cc1a155f019c86b906ad6 -Size (python-3.9.3-docs-html.tar.bz2) = 6821888 bytes +SHA1 (python-3.9.4-docs-html.tar.bz2) = 61a9ec54d556cd1efb8f9946e5ccb9146e054983 +RMD160 (python-3.9.4-docs-html.tar.bz2) = 6099848daaf5888056392e23eeb0bd831a54ee8c +SHA512 (python-3.9.4-docs-html.tar.bz2) = 97e0e3dcb4c7459e9ecbbc9f0243f1102e97a9ae8d652aed0a3ee0abb41cf5c05ade711ae098c932c52c6802dec2e02ecc6e9a532bae081bff8457959342de5d +Size (python-3.9.4-docs-html.tar.bz2) = 6831159 bytes Index: pkgsrc/lang/python39/dist.mk diff -u pkgsrc/lang/python39/dist.mk:1.4 pkgsrc/lang/python39/dist.mk:1.5 --- pkgsrc/lang/python39/dist.mk:1.4 Sat Apr 3 06:23:13 2021 +++ pkgsrc/lang/python39/dist.mk Mon Apr 5 07:40:10 2021 @@ -1,6 +1,6 @@ -# $NetBSD: dist.mk,v 1.4 2021/04/03 06:23:13 adam Exp $ +# $NetBSD: dist.mk,v 1.5 2021/04/05 07:40:10 adam Exp $ -PY_DISTVERSION= 3.9.3 +PY_DISTVERSION= 3.9.4 DISTNAME= Python-${PY_DISTVERSION} EXTRACT_SUFX= .tar.xz DISTINFO_FILE= ${.CURDIR}/../../lang/python39/distinfo Index: pkgsrc/lang/python39/distinfo diff -u pkgsrc/lang/python39/distinfo:1.7 pkgsrc/lang/python39/distinfo:1.8 --- pkgsrc/lang/python39/distinfo:1.7 Sat Apr 3 06:23:13 2021 +++ pkgsrc/lang/python39/distinfo Mon Apr 5 07:40:10 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.7 2021/04/03 06:23:13 adam Exp $ +$NetBSD: distinfo,v 1.8 2021/04/05 07:40:10 adam Exp $ -SHA1 (Python-3.9.3.tar.xz) = 2838ab8d986c8d24b5aeecbe0370bff599bfd54b -RMD160 (Python-3.9.3.tar.xz) = 0e6d9e681a335182f0d861e797c56e82653340d0 -SHA512 (Python-3.9.3.tar.xz) = 420b07c272b8da4b97f6edc21c3b51ef8ee1fffd291eebb032991ec2da4fc40ace3e9b608d7cea0c43ad3716792640c508e84a807c29cfa5a40f89d294f7b0ab -Size (Python-3.9.3.tar.xz) = 18899676 bytes +SHA1 (Python-3.9.4.tar.xz) = cfaa95ec3a15994b04c9c7ef1df1319056427e8d +RMD160 (Python-3.9.4.tar.xz) = b3c0819a7057154bca3124087b3eaf1880fe6b5d +SHA512 (Python-3.9.4.tar.xz) = 3d8a5a38de0df6edc074d141e0b4a12b79d80439e4341cd4519218aa4bb7317be2736a17058ceec43fc987fc17ea5167c19eeafbdeef732a2f1656fe2f0f0d39 +Size (Python-3.9.4.tar.xz) = 18900304 bytes SHA1 (patch-Lib_ctypes_util.py) = 032cc99ebad93ddddfd89073c60424a952e3faa3 SHA1 (patch-Lib_distutils_command_install.py) = 6fc6f5d918b7581fc62cd0fe55857ee932c3a341 SHA1 (patch-Lib_distutils_sysconfig.py) = 6822eafb4dfded86d7f7353831816aeb8119e6cf --_----------=_16176084109810--