Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DEF8085A43 for ; Fri, 20 Oct 2023 15:24:14 +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 sk4iHBjER-Us for ; Fri, 20 Oct 2023 15:24:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5CCDB84CC9 for ; Fri, 20 Oct 2023 15:24:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 59E8EFADC; Fri, 20 Oct 2023 15:24:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169781545428400" MIME-Version: 1.0 Date: Fri, 20 Oct 2023 15:24:14 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/x11/py-qt6 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231020152414.59E8EFADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169781545428400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Oct 20 15:24:14 UTC 2023 Modified Files: pkgsrc/x11/py-qt6: Makefile distinfo Log Message: py-qt6: updated to 6.5.3 PyQt v6.5.3 has been released. This is a bug-fix release and also adds support for Python v3.12. Added the missing QAbstractItemModel.multiData() method. Added the missing QModelRoleDataSpan class. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/py-qt6/Makefile \ pkgsrc/x11/py-qt6/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169781545428400 Content-Disposition: inline Content-Length: 1719 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/py-qt6/Makefile diff -u pkgsrc/x11/py-qt6/Makefile:1.1 pkgsrc/x11/py-qt6/Makefile:1.2 --- pkgsrc/x11/py-qt6/Makefile:1.1 Sat Aug 5 07:23:35 2023 +++ pkgsrc/x11/py-qt6/Makefile Fri Oct 20 15:24:14 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2023/08/05 07:23:35 adam Exp $ +# $NetBSD: Makefile,v 1.2 2023/10/20 15:24:14 adam Exp $ -DISTNAME= PyQt6-6.5.2 +DISTNAME= PyQt6-6.5.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/PyQt6/qt6/} CATEGORIES= x11 python MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyQt6/} Index: pkgsrc/x11/py-qt6/distinfo diff -u pkgsrc/x11/py-qt6/distinfo:1.1 pkgsrc/x11/py-qt6/distinfo:1.2 --- pkgsrc/x11/py-qt6/distinfo:1.1 Sat Aug 5 07:23:35 2023 +++ pkgsrc/x11/py-qt6/distinfo Fri Oct 20 15:24:14 2023 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.1 2023/08/05 07:23:35 adam Exp $ +$NetBSD: distinfo,v 1.2 2023/10/20 15:24:14 adam Exp $ -BLAKE2s (PyQt6-6.5.2.tar.gz) = 9f957f9898838d2394542e1e44d053e5780884733afb8def50ab690e6b5be1de -SHA512 (PyQt6-6.5.2.tar.gz) = 11da50ff8b914794e8044e136a3c8a79d16aa63ab33045f2807985c2fe2235c1a7682f7e955c9e8852093c34a671ec09d84afaa9d3d59945461797e81911721f -Size (PyQt6-6.5.2.tar.gz) = 1037215 bytes +BLAKE2s (PyQt6-6.5.3.tar.gz) = ce4b6660fef09547f95a15c082967f72161994a1c2cec976e0e4c2167c60d7f2 +SHA512 (PyQt6-6.5.3.tar.gz) = a502693cc9e1887011466132cd85e232ce653bfc38519aed99a77332413bdb65a01ecad4680b831eb76365b086e6a3b52fa69017b39d95933a6372d2e7e8e4bb +Size (PyQt6-6.5.3.tar.gz) = 1039271 bytes SHA1 (patch-designer_designer.pro-in) = 8b7d885c4a5c5336dbdbead2bd88a4da02026ee2 SHA1 (patch-project.py) = d929581a1d6f56193022ac8d46c12301e5679169 SHA1 (patch-qmlscene_qmlscene.pro-in) = 055ad9670d9d67dd8fca2f293a0b8b8c71512a4d --_----------=_169781545428400--