Received: by mail.netbsd.org (Postfix, from userid 605) id 78B8784D85; Mon, 18 Nov 2019 19:44:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 02EF184D02 for ; Mon, 18 Nov 2019 19:44:52 +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 hoXjlQ8fGstK for ; Mon, 18 Nov 2019 19:44:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7AC5A84CDB for ; Mon, 18 Nov 2019 19:44:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7395EFA97; Mon, 18 Nov 2019 19:44:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1574106291252750" MIME-Version: 1.0 Date: Mon, 18 Nov 2019 19:44:51 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/x11/py-qt5 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20191118194451.7395EFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1574106291252750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Nov 18 19:44:51 UTC 2019 Modified Files: pkgsrc/x11/py-qt5: Makefile distinfo Log Message: py-qt5: updated to 5.13.2 PyQt v5.13.2 has been released. This is a minor bug-fix and feature release. There are corresponding releases of the other PyQt dependent packages. All packages can now be built with SIP v5. All wheels bundle Qt v5.13.2. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 pkgsrc/x11/py-qt5/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/py-qt5/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1574106291252750 Content-Disposition: inline Content-Length: 1975 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/py-qt5/Makefile diff -u pkgsrc/x11/py-qt5/Makefile:1.48 pkgsrc/x11/py-qt5/Makefile:1.49 --- pkgsrc/x11/py-qt5/Makefile:1.48 Tue Oct 29 19:17:09 2019 +++ pkgsrc/x11/py-qt5/Makefile Mon Nov 18 19:44:51 2019 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2019/10/29 19:17:09 bouyer Exp $ +# $NetBSD: Makefile,v 1.49 2019/11/18 19:44:51 adam Exp $ -DISTNAME= PyQt5_gpl-5.13.1 -PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/PyQt5_gpl/qt5/} -PKGREVISION= 2 +DISTNAME= PyQt5-5.13.2 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/PyQt5/qt5/} CATEGORIES= x11 python MASTER_SITES= https://www.riverbankcomputing.com/static/Downloads/PyQt5/${PKGVERSION_NOREV}/ Index: pkgsrc/x11/py-qt5/distinfo diff -u pkgsrc/x11/py-qt5/distinfo:1.13 pkgsrc/x11/py-qt5/distinfo:1.14 --- pkgsrc/x11/py-qt5/distinfo:1.13 Mon Sep 16 19:50:47 2019 +++ pkgsrc/x11/py-qt5/distinfo Mon Nov 18 19:44:51 2019 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.13 2019/09/16 19:50:47 adam Exp $ +$NetBSD: distinfo,v 1.14 2019/11/18 19:44:51 adam Exp $ -SHA1 (PyQt5_gpl-5.13.1.tar.gz) = 7be4319ca785305677509a928dd29a484cd5873a -RMD160 (PyQt5_gpl-5.13.1.tar.gz) = 3b68fe4e6c86e666145e71925e0226f4e2ab672a -SHA512 (PyQt5_gpl-5.13.1.tar.gz) = 7b7001b16a8c730d7ff2d340fa1dd118868b53519e8f75e8c2ce00b44e3637ac6a31b41a7456fc610df11ff3928b924cb54c0c3712f22ed4df5058fd8bc77281 -Size (PyQt5_gpl-5.13.1.tar.gz) = 3162737 bytes +SHA1 (PyQt5-5.13.2.tar.gz) = 90951813d3186fb2b76d134d90541e373889ccfc +RMD160 (PyQt5-5.13.2.tar.gz) = 9ba0ea50973d6f5507c496e4a610e9b44adb1a62 +SHA512 (PyQt5-5.13.2.tar.gz) = 9a16450d8fe2a7e94e182ebb03cc785c6de516e356251753abfb79af3958230043f2db59750cde0a6f1fd6cf5568eb8b7ae76d5a3fbcfe9f7807e02867973b55 +Size (PyQt5-5.13.2.tar.gz) = 3162810 bytes SHA1 (patch-configure.py) = d04e6be9b505a039b934a613de09becf127e1c64 SHA1 (patch-designer_designer.pro-in) = 8b7d885c4a5c5336dbdbead2bd88a4da02026ee2 SHA1 (patch-qmlscene_qmlscene.pro-in) = 055ad9670d9d67dd8fca2f293a0b8b8c71512a4d --_----------=_1574106291252750--