Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5AA248504A for ; Fri, 20 Oct 2023 14:30:18 +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 zCYqoizk8tr5 for ; Fri, 20 Oct 2023 14:30:17 +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 C9A5F84D60 for ; Fri, 20 Oct 2023 14:30:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BD525FADC; Fri, 20 Oct 2023 14:30:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169781221795420" MIME-Version: 1.0 Date: Fri, 20 Oct 2023 14:30:17 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/x11/py-sip6 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231020143017.BD525FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169781221795420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Oct 20 14:30:17 UTC 2023 Modified Files: pkgsrc/x11/py-sip6: Makefile distinfo Log Message: py-sip6: updated to 6.7.12 SIP v6.7.12 This adds support for Python v3.12. Added sipPyTypeDictRef() to the v12 and v13 ABIs. sipPyTypeDict() is now deprecated and must not be used with Python v3.12 and later. Classes will automatically support being iterated over if they implement __getitem__() or operator[] and have a method annotated with __len__. The latest version of ABI v13 is v13.6.0. The latest version of ABI v12 is v12.13.0. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/py-sip6/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/py-sip6/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169781221795420 Content-Disposition: inline Content-Length: 1568 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/py-sip6/Makefile diff -u pkgsrc/x11/py-sip6/Makefile:1.9 pkgsrc/x11/py-sip6/Makefile:1.10 --- pkgsrc/x11/py-sip6/Makefile:1.9 Fri Aug 4 04:51:24 2023 +++ pkgsrc/x11/py-sip6/Makefile Fri Oct 20 14:30:17 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2023/08/04 04:51:24 adam Exp $ +# $NetBSD: Makefile,v 1.10 2023/10/20 14:30:17 adam Exp $ -DISTNAME= sip-6.7.11 +DISTNAME= sip-6.7.12 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/sip/sip6/} CATEGORIES= x11 python MASTER_SITES= ${MASTER_SITE_PYPI:=s/sip/} Index: pkgsrc/x11/py-sip6/distinfo diff -u pkgsrc/x11/py-sip6/distinfo:1.7 pkgsrc/x11/py-sip6/distinfo:1.8 --- pkgsrc/x11/py-sip6/distinfo:1.7 Sun Aug 6 19:18:35 2023 +++ pkgsrc/x11/py-sip6/distinfo Fri Oct 20 14:30:17 2023 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2023/08/06 19:18:35 adam Exp $ +$NetBSD: distinfo,v 1.8 2023/10/20 14:30:17 adam Exp $ -BLAKE2s (sip-6.7.11.tar.gz) = 821f58efd848b50cd458e4c287c1f994d53a7f3dc9e4e8b00d4dc7f343e37712 -SHA512 (sip-6.7.11.tar.gz) = a9247714fd6f6e6dffff2e6b53b35a7831ced55f0706e7c883d6700f22b814dc2cf1e56e681214759c90386ff2c77cb4ace6d07cd0c8b6da0ed65444f9857056 -Size (sip-6.7.11.tar.gz) = 1165368 bytes +BLAKE2s (sip-6.7.12.tar.gz) = a4f96fa780f4a432c84a9572605107be33c4f73c759aba8d40e04da4c08cd93b +SHA512 (sip-6.7.12.tar.gz) = 885c32a051e882b82b59bf1365050933f8fc1c619b19f4bc03235edc5741a5e14aae8edf90479ad0283f74ba5c5233a2589c151ec865b130199a6db9800a2294 +Size (sip-6.7.12.tar.gz) = 1169656 bytes SHA1 (patch-sipbuild_buildable.py) = a914fcd890f5f1228a09f40617e5da0e1ed9830b --_----------=_169781221795420--