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:           Thu Aug 22 18:29:02 UTC 2019

Modified Files:
        pkgsrc/x11/py-qt5: Makefile PLIST distinfo

Log Message:
py-qt5: updated to 5.13.0

v5.13.0:
- Added support for Qt v5.13.0.

v5.12.3:
- Added support for Qt v5.12.4.
- Added support for Python v3.8.
- QCoreApplication (and sub-classes) can be used as a context manager.
- Added the missing WA_ContentsMarginsRespectsSafeArea enum member.

v5.12.2:
- Added support for Qt v5.12.3.
- Added QOpenGLContext.getProcAddress().
- Added support for Python fstrings to pylupdate.

v5.12.1:
- Added support for Qt v5.12.2.

v5.12:
- Added support for Qt v5.12.0 and Qt v5.12.1.
- Added the QtRemoteObjects module.
- Added the remote objects examples.
- Added the missing QLoggingCategory class.
- The QtWebEngine, QtWebEngineCore and QtWebEngineWidgets modules have been
  moved to a separate PyQtWebEngine package.  This is a packaging change only
  and does not affect applications.
- Overflow checking when converting Python int object to C/C++ integer types
  is now enabled by default.
- SIP v4.19.14 is required.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/x11/py-qt5/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/py-qt5/PLIST
cvs rdiff -u -r1.11 -r1.12 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.44 pkgsrc/x11/py-qt5/Makefile:1.45
--- pkgsrc/x11/py-qt5/Makefile:1.44     Thu May 23 19:23:23 2019
+++ pkgsrc/x11/py-qt5/Makefile  Thu Aug 22 18:29:02 2019
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.44 2019/05/23 19:23:23 rillig Exp $
+# $NetBSD: Makefile,v 1.45 2019/08/22 18:29:02 adam Exp $
 
-DISTNAME=      PyQt5_gpl-5.11.3
+DISTNAME=      PyQt5_gpl-5.13.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/PyQt5_gpl/qt5/}
-PKGREVISION=   4
 CATEGORIES=    x11 python
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=pyqt/}
+MASTER_SITES=  https://www.riverbankcomputing.com/static/Downloads/PyQt5/${PKGVERSION_NOREV}/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Python binding for Qt5
@@ -64,7 +63,7 @@ PLIST.x11=    yes
 .include "../../lang/python/extension.mk"
 .include "../../sysutils/dbus-python-common/buildlink3.mk"
 .include "../../sysutils/py-dbus/buildlink3.mk"
-BUILDLINK_API_DEPENDS.py-sip+= ${PYPKGPREFIX}-sip>=4.19.4
+BUILDLINK_API_DEPENDS.py-sip+= ${PYPKGPREFIX}-sip>=4.19.14
 .include "../../x11/py-sip/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../x11/qt5-qtcharts/buildlink3.mk"

Index: pkgsrc/x11/py-qt5/PLIST
diff -u pkgsrc/x11/py-qt5/PLIST:1.10 pkgsrc/x11/py-qt5/PLIST:1.11
--- pkgsrc/x11/py-qt5/PLIST:1.10        Sun Oct  7 09:01:22 2018
+++ pkgsrc/x11/py-qt5/PLIST     Thu Aug 22 18:29:02 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2018/10/07 09:01:22 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2019/08/22 18:29:02 adam Exp $
 bin/pylupdate5
 bin/pyrcc5
 bin/pyuic5
@@ -165,10 +165,13 @@ share/sip/PyQt5/QtCore/qbitarray.sip
 share/sip/PyQt5/QtCore/qbuffer.sip
 share/sip/PyQt5/QtCore/qbytearray.sip
 share/sip/PyQt5/QtCore/qbytearraymatcher.sip
+share/sip/PyQt5/QtCore/qcborcommon.sip
+share/sip/PyQt5/QtCore/qcborstream.sip
 share/sip/PyQt5/QtCore/qchar.sip
 share/sip/PyQt5/QtCore/qcollator.sip
 share/sip/PyQt5/QtCore/qcommandlineoption.sip
 share/sip/PyQt5/QtCore/qcommandlineparser.sip
+share/sip/PyQt5/QtCore/qconcatenatetablesproxymodel.sip
 share/sip/PyQt5/QtCore/qcoreapplication.sip
 share/sip/PyQt5/QtCore/qcoreevent.sip
 share/sip/PyQt5/QtCore/qcryptographichash.sip
@@ -202,6 +205,7 @@ share/sip/PyQt5/QtCore/qline.sip
 share/sip/PyQt5/QtCore/qlocale.sip
 share/sip/PyQt5/QtCore/qlockfile.sip
 share/sip/PyQt5/QtCore/qlogging.sip
+share/sip/PyQt5/QtCore/qloggingcategory.sip
 share/sip/PyQt5/QtCore/qmargins.sip
 share/sip/PyQt5/QtCore/qmessageauthenticationcode.sip
 share/sip/PyQt5/QtCore/qmetaobject.sip
@@ -267,6 +271,7 @@ share/sip/PyQt5/QtCore/qtimeline.sip
 share/sip/PyQt5/QtCore/qtimer.sip
 share/sip/PyQt5/QtCore/qtimezone.sip
 share/sip/PyQt5/QtCore/qtranslator.sip
+share/sip/PyQt5/QtCore/qtransposeproxymodel.sip
 share/sip/PyQt5/QtCore/qurl.sip
 share/sip/PyQt5/QtCore/qurlquery.sip
 share/sip/PyQt5/QtCore/quuid.sip
@@ -411,9 +416,12 @@ share/sip/PyQt5/QtGui/qvector4d.sip
 share/sip/PyQt5/QtGui/qwindow.sip
 share/sip/PyQt5/QtGui/qwindowdefs.sip
 share/sip/PyQt5/QtHelp/QtHelpmod.sip
+share/sip/PyQt5/QtHelp/qcompressedhelpinfo.sip
 share/sip/PyQt5/QtHelp/qhelpcontentwidget.sip
 share/sip/PyQt5/QtHelp/qhelpengine.sip
 share/sip/PyQt5/QtHelp/qhelpenginecore.sip
+share/sip/PyQt5/QtHelp/qhelpfilterdata.sip
+share/sip/PyQt5/QtHelp/qhelpfilterengine.sip
 share/sip/PyQt5/QtHelp/qhelpindexwidget.sip
 share/sip/PyQt5/QtHelp/qhelpsearchengine.sip
 share/sip/PyQt5/QtHelp/qhelpsearchquerywidget.sip
@@ -531,6 +539,8 @@ share/sip/PyQt5/QtNetwork/qnetworkproxy.
 share/sip/PyQt5/QtNetwork/qnetworkreply.sip
 share/sip/PyQt5/QtNetwork/qnetworkrequest.sip
 share/sip/PyQt5/QtNetwork/qnetworksession.sip
+share/sip/PyQt5/QtNetwork/qocspresponse.sip
+share/sip/PyQt5/QtNetwork/qpassworddigestor.sip
 share/sip/PyQt5/QtNetwork/qpynetwork_qhash.sip
 share/sip/PyQt5/QtNetwork/qpynetwork_qmap.sip
 share/sip/PyQt5/QtNetwork/qssl.sip
@@ -649,6 +659,13 @@ share/sip/PyQt5/QtQuick/qsgtextureprovid
 share/sip/PyQt5/QtQuick/qsgvertexcolormaterial.sip
 share/sip/PyQt5/QtQuickWidgets/QtQuickWidgetsmod.sip
 share/sip/PyQt5/QtQuickWidgets/qquickwidget.sip
+share/sip/PyQt5/QtRemoteObjects/QtRemoteObjectsmod.sip
+share/sip/PyQt5/QtRemoteObjects/qremoteobjectabstractitemmodelreplica.sip
+share/sip/PyQt5/QtRemoteObjects/qremoteobjectdynamicreplica.sip
+share/sip/PyQt5/QtRemoteObjects/qremoteobjectnode.sip
+share/sip/PyQt5/QtRemoteObjects/qremoteobjectregistry.sip
+share/sip/PyQt5/QtRemoteObjects/qremoteobjectreplica.sip
+share/sip/PyQt5/QtRemoteObjects/qtremoteobjectglobal.sip
 share/sip/PyQt5/QtSensors/QtSensorsmod.sip
 share/sip/PyQt5/QtSensors/qaccelerometer.sip
 share/sip/PyQt5/QtSensors/qaltimeter.sip
@@ -704,31 +721,6 @@ share/sip/PyQt5/QtTest/qtesttouch.sip
 share/sip/PyQt5/QtWebChannel/QtWebChannelmod.sip
 share/sip/PyQt5/QtWebChannel/qwebchannel.sip
 share/sip/PyQt5/QtWebChannel/qwebchannelabstracttransport.sip
-share/sip/PyQt5/QtWebEngine/QtWebEnginemod.sip
-share/sip/PyQt5/QtWebEngine/qquickwebengineprofile.sip
-share/sip/PyQt5/QtWebEngine/qquickwebenginescript.sip
-share/sip/PyQt5/QtWebEngine/qtwebengineglobal.sip
-share/sip/PyQt5/QtWebEngineCore/QtWebEngineCoremod.sip
-share/sip/PyQt5/QtWebEngineCore/qwebenginecookiestore.sip
-share/sip/PyQt5/QtWebEngineCore/qwebenginehttprequest.sip
-share/sip/PyQt5/QtWebEngineCore/qwebenginequotarequest.sip
-share/sip/PyQt5/QtWebEngineCore/qwebengineregisterprotocolhandlerrequest.sip
-share/sip/PyQt5/QtWebEngineCore/qwebengineurlrequestinfo.sip
-share/sip/PyQt5/QtWebEngineCore/qwebengineurlrequestinterceptor.sip
-share/sip/PyQt5/QtWebEngineCore/qwebengineurlrequestjob.sip
-share/sip/PyQt5/QtWebEngineCore/qwebengineurlschemehandler.sip
-share/sip/PyQt5/QtWebEngineWidgets/QtWebEngineWidgetsmod.sip
-share/sip/PyQt5/QtWebEngineWidgets/qwebenginecertificateerror.sip
-share/sip/PyQt5/QtWebEngineWidgets/qwebenginecontextmenudata.sip
-share/sip/PyQt5/QtWebEngineWidgets/qwebenginedownloaditem.sip
-share/sip/PyQt5/QtWebEngineWidgets/qwebenginefullscreenrequest.sip
-share/sip/PyQt5/QtWebEngineWidgets/qwebenginehistory.sip
-share/sip/PyQt5/QtWebEngineWidgets/qwebenginepage.sip
-share/sip/PyQt5/QtWebEngineWidgets/qwebengineprofile.sip
-share/sip/PyQt5/QtWebEngineWidgets/qwebenginescript.sip
-share/sip/PyQt5/QtWebEngineWidgets/qwebenginescriptcollection.sip
-share/sip/PyQt5/QtWebEngineWidgets/qwebenginesettings.sip
-share/sip/PyQt5/QtWebEngineWidgets/qwebengineview.sip
 share/sip/PyQt5/QtWebKit/QtWebKitmod.sip
 share/sip/PyQt5/QtWebKit/qwebdatabase.sip
 share/sip/PyQt5/QtWebKit/qwebelement.sip

Index: pkgsrc/x11/py-qt5/distinfo
diff -u pkgsrc/x11/py-qt5/distinfo:1.11 pkgsrc/x11/py-qt5/distinfo:1.12
--- pkgsrc/x11/py-qt5/distinfo:1.11     Sun Oct  7 09:01:22 2018
+++ pkgsrc/x11/py-qt5/distinfo  Thu Aug 22 18:29:02 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.11 2018/10/07 09:01:22 adam Exp $
+$NetBSD: distinfo,v 1.12 2019/08/22 18:29:02 adam Exp $
 
-SHA1 (PyQt5_gpl-5.11.3.tar.gz) = 497c25e36ad982034d2a18075f34a67eb113fba8
-RMD160 (PyQt5_gpl-5.11.3.tar.gz) = 01f76afac6ddc9267dda3a0510795b8d2df57247
-SHA512 (PyQt5_gpl-5.11.3.tar.gz) = 6f4abb1866ce357263c208121607072e127c8853e9c6bf039b034fefdda4c40e38f917c3b313375f0d692d764ecf26ff3a6b12cda2a2eeb5237db8b5e9443548
-Size (PyQt5_gpl-5.11.3.tar.gz) = 3121036 bytes
+SHA1 (PyQt5_gpl-5.13.0.tar.gz) = bb0eab41729b5763bd1fe6aefd62819f98237e05
+RMD160 (PyQt5_gpl-5.13.0.tar.gz) = 990cdb62d79a8076305176d218f3f94992ae4f6a
+SHA512 (PyQt5_gpl-5.13.0.tar.gz) = 72cdd700956f8a5791fd38cac6a348f189eec9e69f3fd79a0c711ff49c770d4982fe62ec9057830d26abc4c12133922df915be0844449212f0bdf338fe1e4cb0
+Size (PyQt5_gpl-5.13.0.tar.gz) = 3152704 bytes
 SHA1 (patch-configure.py) = d04e6be9b505a039b934a613de09becf127e1c64
 SHA1 (patch-designer_designer.pro-in) = 8b7d885c4a5c5336dbdbead2bd88a4da02026ee2
 SHA1 (patch-qmlscene_qmlscene.pro-in) = 055ad9670d9d67dd8fca2f293a0b8b8c71512a4d



Home | Main Index | Thread Index | Old Index