pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/py-qt5 py-qt5: updated to 5.15.5
details: https://anonhg.NetBSD.org/pkgsrc/rev/d66019668c66
branches: trunk
changeset: 768334:d66019668c66
user: adam <adam%pkgsrc.org@localhost>
date: Tue Oct 19 18:59:54 2021 +0000
description:
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.
diffstat:
x11/py-qt5/Makefile | 6 ++----
x11/py-qt5/PLIST | 13 +------------
x11/py-qt5/distinfo | 8 ++++----
3 files changed, 7 insertions(+), 20 deletions(-)
diffs (72 lines):
diff -r e0c697966a31 -r d66019668c66 x11/py-qt5/Makefile
--- a/x11/py-qt5/Makefile Tue Oct 19 18:59:01 2021 +0000
+++ b/x11/py-qt5/Makefile Tue Oct 19 18:59:54 2021 +0000
@@ -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 @@
.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"
diff -r e0c697966a31 -r d66019668c66 x11/py-qt5/PLIST
--- a/x11/py-qt5/PLIST Tue Oct 19 18:59:01 2021 +0000
+++ b/x11/py-qt5/PLIST Tue Oct 19 18:59:54 2021 +0000
@@ -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 @@
${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/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
diff -r e0c697966a31 -r d66019668c66 x11/py-qt5/distinfo
--- a/x11/py-qt5/distinfo Tue Oct 19 18:59:01 2021 +0000
+++ b/x11/py-qt5/distinfo Tue Oct 19 18:59:54 2021 +0000
@@ -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