head 1.2; access; symbols pkgsrc-2018Q3:1.1.0.4 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.2 pkgsrc-2018Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2018.10.07.09.01.22; author adam; state dead; branches; next 1.1; commitid vxOjSnKkPp6Wt0VA; 1.1 date 2018.06.23.17.49.36; author wiz; state Exp; branches; next ; commitid QGqwfJ6WBvBBOqHA; desc @@ 1.2 log @py-qt5: updated to 5.11.3 PyQt v5.11.3 has been released. This is a minor functional release adding support for Qt v5.11.2. There are corresponding releases of PyQt3D, PyQtChart, PyQtDataVisualization and PyQtPurchasing. PyQt v5.11.2 has been released. This is a major functional release. There are corresponding releases of PyQt3D, PyQtChart, PyQtDataVisualization and PyQtPurchasing. @ text @$NetBSD: patch-sip_QtTest_qtestmouse.sip,v 1.1 2018/06/23 17:49:36 wiz Exp $ Fix build with Qt 5.11, which removed this symbol. --- sip/QtTest/qtestmouse.sip.orig 2018-02-27 10:43:53.000000000 +0000 +++ sip/QtTest/qtestmouse.sip @@@@ -41,7 +41,6 @@@@ namespace QTest void mousePress(QWidget *widget, Qt::MouseButton button, Qt::KeyboardModifiers modifier = 0, QPoint pos = QPoint(), int delay = -1); void mouseRelease(QWidget *widget, Qt::MouseButton button, Qt::KeyboardModifiers modifier = 0, QPoint pos = QPoint(), int delay = -1); void mouseEvent(QTest::MouseAction action, QWidget *widget, Qt::MouseButton button, Qt::KeyboardModifiers modifier, QPoint pos, int delay = -1); - void waitForEvents() /ReleaseGIL/; void mouseEvent(QTest::MouseAction action, QWindow *window, Qt::MouseButton button, Qt::KeyboardModifiers modifier, QPoint pos, int delay = -1); void mousePress(QWindow *window, Qt::MouseButton button, Qt::KeyboardModifiers modifier = Qt::KeyboardModifiers(), QPoint pos = QPoint(), int delay = -1); void mouseRelease(QWindow *window, Qt::MouseButton button, Qt::KeyboardModifiers modifier = Qt::KeyboardModifiers(), QPoint pos = QPoint(), int delay = -1); @ 1.1 log @py-qt5: Fix patch to apply to source file instead of generated file. @ text @d1 1 a1 1 $NetBSD$ @