pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/py-qt5
Module Name: pkgsrc
Committed By: adam
Date: Tue Oct 19 18:59:54 UTC 2021
Modified Files:
pkgsrc/x11/py-qt5: Makefile PLIST distinfo
Log Message:
py-qt5: updated to 5.15.5
PyQt v5.15.5 has been released. This is a bug-fix release. There are corresponding releases of PyQtNetworkAuth and PyQtWebEngine.
Added the missing QPdfWriter.setPageSize() overload.
pylupdate5 now assumes that the default codec is UTF-8 and specifies v2.1 as the .ts file format.
PyQt v5.15.4 has been released. This is a minor bug-fix release. There are corresponding releases of the other PyQt5-related packages.
PyQt v5.15.3 has been released. This is a minor feature and bug-fix release. There are corresponding releases of the other PyQt5-related packages.
Added the missing QImage.setAlphaChannel().
Support for the QtNetworkAuth library has been moved to a separate PyQtNetworkAuth package.
Wheels no longer bundle the corresponding Qt libraries and instead automatically install them from an external wheel.
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/x11/py-qt5/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/py-qt5/PLIST pkgsrc/x11/py-qt5/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/py-qt5/Makefile
diff -u pkgsrc/x11/py-qt5/Makefile:1.68 pkgsrc/x11/py-qt5/Makefile:1.69
--- pkgsrc/x11/py-qt5/Makefile:1.68 Fri Jul 30 12:27:13 2021
+++ pkgsrc/x11/py-qt5/Makefile Tue Oct 19 18:59:54 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.68 2021/07/30 12:27:13 ryoon Exp $
+# $NetBSD: Makefile,v 1.69 2021/10/19 18:59:54 adam Exp $
-DISTNAME= PyQt5-5.15.2
+DISTNAME= PyQt5-5.15.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/PyQt5/qt5/}
-PKGREVISION= 4
CATEGORIES= x11 python
MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyQt5/}
@@ -95,7 +94,6 @@ BUILDLINK_API_DEPENDS.py-sip+= ${PYPKGPR
.include "../../x11/qt5-qtdeclarative/buildlink3.mk"
.include "../../x11/qt5-qtlocation/buildlink3.mk"
.include "../../x11/qt5-qtmultimedia/buildlink3.mk"
-.include "../../x11/qt5-qtnetworkauth/buildlink3.mk"
.include "../../x11/qt5-qtsensors/buildlink3.mk"
.include "../../x11/qt5-qtserialport/buildlink3.mk"
.include "../../x11/qt5-qtsvg/buildlink3.mk"
Index: pkgsrc/x11/py-qt5/PLIST
diff -u pkgsrc/x11/py-qt5/PLIST:1.19 pkgsrc/x11/py-qt5/PLIST:1.20
--- pkgsrc/x11/py-qt5/PLIST:1.19 Tue Sep 15 19:30:53 2020
+++ pkgsrc/x11/py-qt5/PLIST Tue Oct 19 18:59:54 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2020/09/15 19:30:53 adam Exp $
+@comment $NetBSD: PLIST,v 1.20 2021/10/19 18:59:54 adam Exp $
bin/pylupdate5-${PYVERSSUFFIX}
bin/pyrcc5-${PYVERSSUFFIX}
bin/pyuic5-${PYVERSSUFFIX}
@@ -24,8 +24,6 @@ ${PLIST.py3x}${PYSITELIB}/PyQt5/QtMultim
${PYSITELIB}/PyQt5/QtMultimediaWidgets.so
${PLIST.py3x}${PYSITELIB}/PyQt5/QtNetwork.pyi
${PYSITELIB}/PyQt5/QtNetwork.so
-${PLIST.py3x}${PYSITELIB}/PyQt5/QtNetworkAuth.pyi
-${PYSITELIB}/PyQt5/QtNetworkAuth.so
${PLIST.py3x}${PYSITELIB}/PyQt5/QtOpenGL.pyi
${PYSITELIB}/PyQt5/QtOpenGL.so
${PLIST.py3x}${PYSITELIB}/PyQt5/QtPositioning.pyi
@@ -603,15 +601,6 @@ share/sip${PYVERSSUFFIX}/PyQt5/QtNetwork
share/sip${PYVERSSUFFIX}/PyQt5/QtNetwork/qtcpserver.sip
share/sip${PYVERSSUFFIX}/PyQt5/QtNetwork/qtcpsocket.sip
share/sip${PYVERSSUFFIX}/PyQt5/QtNetwork/qudpsocket.sip
-share/sip${PYVERSSUFFIX}/PyQt5/QtNetworkAuth/QtNetworkAuthmod.sip
-share/sip${PYVERSSUFFIX}/PyQt5/QtNetworkAuth/qabstractoauth.sip
-share/sip${PYVERSSUFFIX}/PyQt5/QtNetworkAuth/qabstractoauth2.sip
-share/sip${PYVERSSUFFIX}/PyQt5/QtNetworkAuth/qabstractoauthreplyhandler.sip
-share/sip${PYVERSSUFFIX}/PyQt5/QtNetworkAuth/qoauth1.sip
-share/sip${PYVERSSUFFIX}/PyQt5/QtNetworkAuth/qoauth1signature.sip
-share/sip${PYVERSSUFFIX}/PyQt5/QtNetworkAuth/qoauth2authorizationcodeflow.sip
-share/sip${PYVERSSUFFIX}/PyQt5/QtNetworkAuth/qoauthhttpserverreplyhandler.sip
-share/sip${PYVERSSUFFIX}/PyQt5/QtNetworkAuth/qoauthoobreplyhandler.sip
share/sip${PYVERSSUFFIX}/PyQt5/QtNfc/QtNfcmod.sip
share/sip${PYVERSSUFFIX}/PyQt5/QtNfc/qndeffilter.sip
share/sip${PYVERSSUFFIX}/PyQt5/QtNfc/qndefmessage.sip
Index: pkgsrc/x11/py-qt5/distinfo
diff -u pkgsrc/x11/py-qt5/distinfo:1.19 pkgsrc/x11/py-qt5/distinfo:1.20
--- pkgsrc/x11/py-qt5/distinfo:1.19 Thu Oct 7 15:14:04 2021
+++ pkgsrc/x11/py-qt5/distinfo Tue Oct 19 18:59:54 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.19 2021/10/07 15:14:04 nia Exp $
+$NetBSD: distinfo,v 1.20 2021/10/19 18:59:54 adam Exp $
-RMD160 (PyQt5-5.15.2.tar.gz) = 0961fbf8b0fdb70a1e143a757dcac66a7c878df0
-SHA512 (PyQt5-5.15.2.tar.gz) = 6d48d2ed907b436131d46b0513d82e1069c76e873d395e4a6c0832ae3a20621b92d3abece046c5fcd14cb818d50ffb369153fca1ce9341f0db1b8c479b94e621
-Size (PyQt5-5.15.2.tar.gz) = 3265445 bytes
+RMD160 (PyQt5-5.15.5.tar.gz) = 3217c7cd27261194ae3f69229c1134095d26119e
+SHA512 (PyQt5-5.15.5.tar.gz) = 67600668c769deb37052e6099a35756519987a0796045cdc291add1763bad103df1226f1b6e304e74808279d6ce56231e614617011ce238e1cf91a302981dd26
+Size (PyQt5-5.15.5.tar.gz) = 3239628 bytes
SHA1 (patch-configure.py) = 72d5e418b3eb81225ab8f6338874ce8d6bacff82
SHA1 (patch-designer_designer.pro-in) = 8b7d885c4a5c5336dbdbead2bd88a4da02026ee2
SHA1 (patch-qmlscene_qmlscene.pro-in) = 055ad9670d9d67dd8fca2f293a0b8b8c71512a4d
Home |
Main Index |
Thread Index |
Old Index