[arch-commits] Commit in pyqt5/trunk (PKGBUILD pyqt-support-new-qt.patch)

2018-09-08 Thread Antonio Rojas via arch-commits
Date: Saturday, September 8, 2018 @ 08:35:26
  Author: arojas
Revision: 334032

No longer needed with KF 5.50

Modified:
  pyqt5/trunk/PKGBUILD
Deleted:
  pyqt5/trunk/pyqt-support-new-qt.patch

---+
 PKGBUILD  |7 +--
 pyqt-support-new-qt.patch |   12 
 2 files changed, 1 insertion(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-08 08:35:16 UTC (rev 334031)
+++ PKGBUILD2018-09-08 08:35:26 UTC (rev 334032)
@@ -15,16 +15,11 @@
 makedepends=('python-sip-pyqt5' 'python2-sip-pyqt5' 'sip' 'python-opengl' 
'python2-opengl' 'python2-enum34'
  'python2-dbus' 'python-dbus' 'qt5-connectivity' 'qt5-multimedia' 
'qt5-tools' 'qt5-serialport' 'qt5-svg'
  'qt5-webengine' 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 
'qt5-networkauth')
-source=("http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-$pkgver/PyQt5_gpl-$pkgver.tar.gz;
 pyqt-support-new-qt.patch)
+source=("http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-$pkgver/PyQt5_gpl-$pkgver.tar.gz;)
 
sha512sums=('fc60246b5e1ca0d8aeef829fe20de9dd28b77e3c151532f9dbcd92c0deec12d8308cc799901aeec3f84af745e735053d2aaad2866ef64a2426cba343e08bc2c0'
 
'b94b707e4265ff8e84d52214cea7b70db33aa436440c74e4918c165a7dfae8949bf3e91491d300e68c1715b26b693ba69eca114cf42ce6114dab1b99d69d417e')
 
 prepare() {
-  # Support new versions of Qt - don't remove, needs to be reapplied after 
every new Qt release
-  pushd PyQt5_gpl-$pkgver
-#  patch -p1 -i ../pyqt-support-new-qt.patch
-  popd
-
   cp -a PyQt5_gpl-$pkgver{,-py2}
 # Remove check for sip from py2, it doesn't work since sip doesn't install 
__init__.py
   sed -e 's|from PyQt5 import sip|pass|g' -i PyQt5_gpl-$pkgver-py2/configure.py

Deleted: pyqt-support-new-qt.patch
===
--- pyqt-support-new-qt.patch   2018-09-08 08:35:16 UTC (rev 334031)
+++ pyqt-support-new-qt.patch   2018-09-08 08:35:26 UTC (rev 334032)
@@ -1,12 +0,0 @@
-diff -ru a/sip/QtCore/QtCoremod.sip b/sip/QtCore/QtCoremod.sip
 a/sip/QtCore/QtCoremod.sip 2016-12-25 18:56:11.0 +0100
-+++ b/sip/QtCore/QtCoremod.sip 2017-01-24 12:03:50.707514377 +0100
-@@ -22,7 +22,7 @@
- 
- %Module(name=PyQt5.QtCore, call_super_init=True, 
default_VirtualErrorHandler=PyQt5, keyword_arguments="Optional", 
use_limited_api=True)
- 
--%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 
Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 
Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 
Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0 Qt_5_8_1 Qt_5_9_0 Qt_5_9_1 
Qt_5_9_2 Qt_5_9_3 Qt_5_9_99 Qt_5_10_0 Qt_5_10_1}
-+%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 
Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 
Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 
Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0 Qt_5_8_1 Qt_5_9_0 Qt_5_9_1 
Qt_5_9_2 Qt_5_9_3 Qt_5_9_99 Qt_5_10_0 Qt_5_10_1 Qt_5_11_0 Qt_5_11_1}
- 
- %Platforms {WS_X11 WS_WIN WS_MACX}
- 


[arch-commits] Commit in pyqt5/trunk (PKGBUILD pyqt-support-new-qt.patch)

2018-07-08 Thread Antonio Rojas via arch-commits
Date: Sunday, July 8, 2018 @ 11:31:40
  Author: arojas
Revision: 328057

Fix supported Qt versions

Modified:
  pyqt5/trunk/PKGBUILD
  pyqt5/trunk/pyqt-support-new-qt.patch

---+
 PKGBUILD  |4 ++--
 pyqt-support-new-qt.patch |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-08 10:58:56 UTC (rev 328056)
+++ PKGBUILD2018-07-08 11:31:40 UTC (rev 328057)
@@ -8,7 +8,7 @@
 pkgbase=pyqt5
 pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
 pkgver=5.10.1
-pkgrel=6
+pkgrel=7
 arch=('x86_64')
 url="http://riverbankcomputing.co.uk/software/pyqt/intro;
 license=('GPL')
@@ -19,7 +19,7 @@
 
source=("http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-$pkgver/PyQt5_gpl-$pkgver.tar.gz;
 pyqt-support-new-qt.patch
 pyqt5-cura-crash.patch pyqt-qt5.11.patch)
 
sha512sums=('04cd0292f7a088f9c0d088d7c73ec96cfc40253f771dfdf194eb92be7635e6fcaf04863fa24215e9c34a096658549bb2feeb8d8fdca1e39ed87f0256ef0f790b'
-
'a9c45534d540cd4eff732a92e66f98eb313b0734e64a2289fbc703fdb208265a610ccc3c4f54f43d0813afa3a7003ec7956e6029904cc56992a5e8cc2efb280c'
+
'b94b707e4265ff8e84d52214cea7b70db33aa436440c74e4918c165a7dfae8949bf3e91491d300e68c1715b26b693ba69eca114cf42ce6114dab1b99d69d417e'
 
'3f6e1c0dcd95d3ff39c03f59d7c09cbf2e42431bf9cb6dc7a63da10b7a387e5977992e57ef0ff1dea495f29dfbf4db2568b4588e801cca966a0136fe98d1ed45'
 
'bae60dd592701929acf403514d8be87d53330dccff74267efb615005d82f5710ce13636a99b2a75beb04fd93a4ade34486c3c2aa190efd334d01c78b34f1bcc0')
 

Modified: pyqt-support-new-qt.patch
===
--- pyqt-support-new-qt.patch   2018-07-08 10:58:56 UTC (rev 328056)
+++ pyqt-support-new-qt.patch   2018-07-08 11:31:40 UTC (rev 328057)
@@ -6,7 +6,7 @@
  %Module(name=PyQt5.QtCore, call_super_init=True, 
default_VirtualErrorHandler=PyQt5, keyword_arguments="Optional", 
use_limited_api=True)
  
 -%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 
Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 
Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 
Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0 Qt_5_8_1 Qt_5_9_0 Qt_5_9_1 
Qt_5_9_2 Qt_5_9_3 Qt_5_9_99 Qt_5_10_0 Qt_5_10_1}
-+%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 
Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 
Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 
Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0 Qt_5_8_1 Qt_5_9_0 Qt_5_9_1 
Qt_5_9_2 Qt_5_9_3 Qt_5_9_99 Qt_5_10_0 Qt_5_10_1 Qt_5_11_0}
++%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 
Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 
Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 
Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0 Qt_5_8_1 Qt_5_9_0 Qt_5_9_1 
Qt_5_9_2 Qt_5_9_3 Qt_5_9_99 Qt_5_10_0 Qt_5_10_1 Qt_5_11_0 Qt_5_11_1}
  
  %Platforms {WS_X11 WS_WIN WS_MACX}
  


[arch-commits] Commit in pyqt5/trunk (PKGBUILD pyqt-support-new-qt.patch)

2018-02-13 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 13, 2018 @ 17:36:32
  Author: arojas
Revision: 316807

Qt 5.10.1 rebuild

Modified:
  pyqt5/trunk/PKGBUILD
  pyqt5/trunk/pyqt-support-new-qt.patch

---+
 PKGBUILD  |6 +++---
 pyqt-support-new-qt.patch |4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-13 17:04:39 UTC (rev 316806)
+++ PKGBUILD2018-02-13 17:36:32 UTC (rev 316807)
@@ -8,7 +8,7 @@
 pkgbase=pyqt5
 pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
 pkgver=5.10
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url="http://riverbankcomputing.co.uk/software/pyqt/intro;
 license=('GPL')
@@ -18,12 +18,12 @@
  'qt5-webengine' 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 
'qt5-networkauth')
 
source=("http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-$pkgver/PyQt5_gpl-$pkgver.tar.gz;
 pyqt-support-new-qt.patch)
 
sha512sums=('a86520870536618857ed3ee1601af45f5a0b456de192a5d6a3f8fa734e5cf49b8ce373928c0f4aeaae365d3fa95db03b5f59ae2903bc5eb2304b7edf22198033'
-
'5b4d03609dcc889c0cd3ca72b64295653130b63010c124b4fa32d7a8e7a11fe2d4a8eebee23eee89fac4e2220f64fe121c6de32154640a20d3611e61d3300ce1')
+
'9e4184291c0ece0bf375da3e0cf6e3f22df33eea1ee2b981fe9e2a0ba7d625583dd513c029c49562189986c0145262ac2aa8e5aa85701a981b3ed4061f4acf36')
 
 prepare() {
   # Support new versions of Qt - don't remove, needs to be reapplied after 
every new Qt release
   pushd PyQt5_gpl-$pkgver
-  # patch -p1 -i ../pyqt-support-new-qt.patch
+  patch -p1 -i ../pyqt-support-new-qt.patch
   popd
 
   # The additional include path was removed due to this line, I don't really 
know why they are doing this...

Modified: pyqt-support-new-qt.patch
===
--- pyqt-support-new-qt.patch   2018-02-13 17:04:39 UTC (rev 316806)
+++ pyqt-support-new-qt.patch   2018-02-13 17:36:32 UTC (rev 316807)
@@ -5,8 +5,8 @@
  
  %Module(name=PyQt5.QtCore, call_super_init=True, 
default_VirtualErrorHandler=PyQt5, keyword_arguments="Optional", 
use_limited_api=True)
  
--%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 
Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 
Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 
Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0 Qt_5_8_1 Qt_5_9_0 Qt_5_9_1 
Qt_5_9_2 Qt_5_9_3}
-+%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 
Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 
Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 
Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0 Qt_5_8_1 Qt_5_9_0 Qt_5_9_1 
Qt_5_9_2 Qt_5_9_3 Qt_5_10_0}
+-%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 
Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 
Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 
Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0 Qt_5_8_1 Qt_5_9_0 Qt_5_9_1 
Qt_5_9_2 Qt_5_9_3 Qt_5_10_0}
++%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 
Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 
Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 
Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0 Qt_5_8_1 Qt_5_9_0 Qt_5_9_1 
Qt_5_9_2 Qt_5_9_3 Qt_5_10_0 Qt_5_10_1}
  
  %Platforms {WS_X11 WS_WIN WS_MACX}
  


[arch-commits] Commit in pyqt5/trunk (PKGBUILD pyqt-support-new-qt.patch)

2017-12-07 Thread Antonio Rojas via arch-commits
Date: Thursday, December 7, 2017 @ 12:02:43
  Author: arojas
Revision: 311767

Qt 5.10 rebuild

Modified:
  pyqt5/trunk/PKGBUILD
  pyqt5/trunk/pyqt-support-new-qt.patch

---+
 PKGBUILD  |6 +++---
 pyqt-support-new-qt.patch |4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-07 12:01:35 UTC (rev 311766)
+++ PKGBUILD2017-12-07 12:02:43 UTC (rev 311767)
@@ -8,7 +8,7 @@
 pkgbase=pyqt5
 pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
 pkgver=5.9.2
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="http://riverbankcomputing.co.uk/software/pyqt/intro;
 license=('GPL')
@@ -18,12 +18,12 @@
  'qt5-webengine' 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras')
 
source=("http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-$pkgver/PyQt5_gpl-$pkgver.tar.gz;
 pyqt-support-new-qt.patch)
 
sha512sums=('5af2e65addaed7dd02d8dbf7a7c63767e565fc8edeb7b51e5991a00cda29f75b666529097646e821aaff556f350a929fd451f548bba76e97355b7fe10bd913bc'
-
'5e47d6729766365097e734e15bd23a4fa56f79a259241dab46a8f266e9f3fd18dfbe94fe3eeb229669abd41acb02b0b05087082986f835778acd6b0e7565672f')
+
'5b4d03609dcc889c0cd3ca72b64295653130b63010c124b4fa32d7a8e7a11fe2d4a8eebee23eee89fac4e2220f64fe121c6de32154640a20d3611e61d3300ce1')
 
 prepare() {
   # Support new versions of Qt - don't remove, needs to be reapplied after 
every new Qt release
   pushd PyQt5_gpl-$pkgver
-  # patch -p1 -i ../pyqt-support-new-qt.patch
+  patch -p1 -i ../pyqt-support-new-qt.patch
   popd
 
   # The additional include path was removed due to this line, I don't really 
know why they are doing this...

Modified: pyqt-support-new-qt.patch
===
--- pyqt-support-new-qt.patch   2017-12-07 12:01:35 UTC (rev 311766)
+++ pyqt-support-new-qt.patch   2017-12-07 12:02:43 UTC (rev 311767)
@@ -5,8 +5,8 @@
  
  %Module(name=PyQt5.QtCore, call_super_init=True, 
default_VirtualErrorHandler=PyQt5, keyword_arguments="Optional", 
use_limited_api=True)
  
--%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 
Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 
Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 
Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0 Qt_5_8_1 Qt_5_9_0 Qt_5_9_1 
Qt_5_9_2}
-+%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 
Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 
Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 
Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0 Qt_5_8_1 Qt_5_9_0 Qt_5_9_1 
Qt_5_9_2 Qt_5_9_3}
+-%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 
Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 
Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 
Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0 Qt_5_8_1 Qt_5_9_0 Qt_5_9_1 
Qt_5_9_2 Qt_5_9_3}
++%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 
Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 
Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 
Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0 Qt_5_8_1 Qt_5_9_0 Qt_5_9_1 
Qt_5_9_2 Qt_5_9_3 Qt_5_10_0}
  
  %Platforms {WS_X11 WS_WIN WS_MACX}
  


[arch-commits] Commit in pyqt5/trunk (PKGBUILD pyqt-support-new-qt.patch)

2017-11-22 Thread Antonio Rojas
Date: Wednesday, November 22, 2017 @ 17:16:12
  Author: arojas
Revision: 310675

Qt 5.9.3 rebuild

Modified:
  pyqt5/trunk/PKGBUILD
  pyqt5/trunk/pyqt-support-new-qt.patch

---+
 PKGBUILD  |6 +++---
 pyqt-support-new-qt.patch |4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-22 17:13:31 UTC (rev 310674)
+++ PKGBUILD2017-11-22 17:16:12 UTC (rev 310675)
@@ -8,7 +8,7 @@
 pkgbase=pyqt5
 pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
 pkgver=5.9.1
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="http://riverbankcomputing.co.uk/software/pyqt/intro;
 license=('GPL')
@@ -18,12 +18,12 @@
  'qt5-webengine' 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras')
 
source=("http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-$pkgver/PyQt5_gpl-$pkgver.tar.gz;
 pyqt-support-new-qt.patch)
 
sha512sums=('1c7d00dac5329296dd205eddeeecfd29495c4746791730056d143438871eb64a5d9827dcb1e28a78e8746218908e0e72374bd686a21b631b9aa1aa1c67e61eac'
-
'd5a5550aa5d94a49398ef4f1e7d7f7c752d210bfa02913820d5a5db83a8ab79d0fb9cc3458a2a630cf3e46f3376f47bd4fedcd66fe0309c8a3548f23e0e04a2b')
+
'5e47d6729766365097e734e15bd23a4fa56f79a259241dab46a8f266e9f3fd18dfbe94fe3eeb229669abd41acb02b0b05087082986f835778acd6b0e7565672f')
 
 prepare() {
   # Support new versions of Qt - don't remove, needs to be reapplied after 
every new Qt release
   pushd PyQt5_gpl-$pkgver
-  # patch -p1 -i ../pyqt-support-new-qt.patch
+  patch -p1 -i ../pyqt-support-new-qt.patch
   popd
 
   # The additional include path was removed due to this line, I don't really 
know why they are doing this...

Modified: pyqt-support-new-qt.patch
===
--- pyqt-support-new-qt.patch   2017-11-22 17:13:31 UTC (rev 310674)
+++ pyqt-support-new-qt.patch   2017-11-22 17:16:12 UTC (rev 310675)
@@ -5,8 +5,8 @@
  
  %Module(name=PyQt5.QtCore, call_super_init=True, 
default_VirtualErrorHandler=PyQt5, keyword_arguments="Optional", 
use_limited_api=True)
  
--%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 
Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 
Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 
Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0 Qt_5_8_1 Qt_5_9_0 Qt_5_9_1}
-+%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 
Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 
Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 
Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0 Qt_5_8_1 Qt_5_9_0 Qt_5_9_1 
Qt_5_9_2}
+-%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 
Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 
Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 
Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0 Qt_5_8_1 Qt_5_9_0 Qt_5_9_1 
Qt_5_9_2}
++%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 
Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 
Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 
Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0 Qt_5_8_1 Qt_5_9_0 Qt_5_9_1 
Qt_5_9_2 Qt_5_9_3}
  
  %Platforms {WS_X11 WS_WIN WS_MACX}
  


[arch-commits] Commit in pyqt5/trunk (PKGBUILD pyqt-support-new-qt.patch)

2017-10-07 Thread Antonio Rojas
Date: Saturday, October 7, 2017 @ 09:51:06
  Author: arojas
Revision: 307108

Qt 5.9.2 rebuild

Modified:
  pyqt5/trunk/PKGBUILD
  pyqt5/trunk/pyqt-support-new-qt.patch

---+
 PKGBUILD  |   10 +-
 pyqt-support-new-qt.patch |4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-07 09:48:31 UTC (rev 307107)
+++ PKGBUILD2017-10-07 09:51:06 UTC (rev 307108)
@@ -8,7 +8,7 @@
 pkgbase=pyqt5
 pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
 pkgver=5.9
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://riverbankcomputing.co.uk/software/pyqt/intro;
 license=('GPL')
@@ -18,13 +18,13 @@
  'qt5-webengine' 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras')
 
source=("http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-$pkgver/PyQt5_gpl-$pkgver.tar.gz;
 pyqt-support-new-qt.patch)
 
sha512sums=('6e925dee751d6b2ab97b3614b0150f305798b89920e11db7a2cbef579e4c21839a38f4ad7eee5828a0c2894255715a265e043004ee7838d376025d32e4aa'
-
'5b0793b281ec7136670fe1b8785704a09d71f79ac4d6479c966a3ec43a76cb3e225311a121a34e3a274a627bd929be2a6e8d108a12a10967f8d1cf888be5030f')
+
'd5a5550aa5d94a49398ef4f1e7d7f7c752d210bfa02913820d5a5db83a8ab79d0fb9cc3458a2a630cf3e46f3376f47bd4fedcd66fe0309c8a3548f23e0e04a2b')
 
 prepare() {
   # Support new versions of Qt - don't remove, needs to be reapplied after 
every new Qt release
-#  pushd PyQt5_gpl-$pkgver
-#  patch -p1 -i ../pyqt-support-new-qt.patch
-#  popd
+  pushd PyQt5_gpl-$pkgver
+  patch -p1 -i ../pyqt-support-new-qt.patch
+  popd
 
   # The additional include path was removed due to this line, I don't really 
know why they are doing this...
   sed -i '/target_config.dbus_inc_dirs = \[\]/d' PyQt5_gpl-$pkgver/configure.py

Modified: pyqt-support-new-qt.patch
===
--- pyqt-support-new-qt.patch   2017-10-07 09:48:31 UTC (rev 307107)
+++ pyqt-support-new-qt.patch   2017-10-07 09:51:06 UTC (rev 307108)
@@ -5,8 +5,8 @@
  
  %Module(name=PyQt5.QtCore, call_super_init=True, 
default_VirtualErrorHandler=PyQt5, keyword_arguments="Optional", 
use_limited_api=True)
  
--%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 
Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 
Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 
Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0 Qt_5_8_1 Qt_5_9_0}
-+%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 
Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 
Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 
Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0 Qt_5_8_1 Qt_5_9_0 Qt_5_9_1}
+-%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 
Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 
Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 
Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0 Qt_5_8_1 Qt_5_9_0 Qt_5_9_1}
++%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 
Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 
Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 
Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0 Qt_5_8_1 Qt_5_9_0 Qt_5_9_1 
Qt_5_9_2}
  
  %Platforms {WS_X11 WS_WIN WS_MACX}
  


[arch-commits] Commit in pyqt5/trunk (PKGBUILD pyqt-support-new-qt.patch)

2017-07-02 Thread Antonio Rojas
Date: Sunday, July 2, 2017 @ 06:30:29
  Author: arojas
Revision: 299532

Qt 5.9.1 rebuild

Modified:
  pyqt5/trunk/PKGBUILD
  pyqt5/trunk/pyqt-support-new-qt.patch

---+
 PKGBUILD  |   11 ++-
 pyqt-support-new-qt.patch |4 ++--
 2 files changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-01 21:59:29 UTC (rev 299531)
+++ PKGBUILD2017-07-02 06:30:29 UTC (rev 299532)
@@ -16,14 +16,15 @@
  'python2-dbus' 'python-dbus' 'qt5-connectivity'
  'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 'qt5-svg'
  'qt5-webengine' 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras')
-source=("http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-$pkgver/PyQt5_gpl-$pkgver.tar.gz;)
-sha512sums=('8b765b9ae6210b7312a2dc6ed94d2664ae569625fe8a27443bae4230d9d9c00e0cf3b4be6904c66ebceff5cd5bbd19a5a9794a0b3222c8098a55f0b94fc8d89b')
+source=("http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-$pkgver/PyQt5_gpl-$pkgver.tar.gz;
 pyqt-support-new-qt.patch)
+sha512sums=('8b765b9ae6210b7312a2dc6ed94d2664ae569625fe8a27443bae4230d9d9c00e0cf3b4be6904c66ebceff5cd5bbd19a5a9794a0b3222c8098a55f0b94fc8d89b'
+
'5b0793b281ec7136670fe1b8785704a09d71f79ac4d6479c966a3ec43a76cb3e225311a121a34e3a274a627bd929be2a6e8d108a12a10967f8d1cf888be5030f')
 
 prepare() {
   # Support new versions of Qt - don't remove, needs to be reapplied after 
every new Qt release
-  # pushd PyQt5_gpl-$pkgver
-  # patch -p1 -i ../pyqt-support-new-qt.patch
-  # popd
+  pushd PyQt5_gpl-$pkgver
+  patch -p1 -i ../pyqt-support-new-qt.patch
+  popd
 
   # The additional include path was removed due to this line, I don't really 
know why they are doing this...
   sed -i '/target_config.dbus_inc_dirs = \[\]/d' PyQt5_gpl-$pkgver/configure.py

Modified: pyqt-support-new-qt.patch
===
--- pyqt-support-new-qt.patch   2017-07-01 21:59:29 UTC (rev 299531)
+++ pyqt-support-new-qt.patch   2017-07-02 06:30:29 UTC (rev 299532)
@@ -5,8 +5,8 @@
  
  %Module(name=PyQt5.QtCore, call_super_init=True, 
default_VirtualErrorHandler=PyQt5, keyword_arguments="Optional", 
use_limited_api=True)
  
--%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 
Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 
Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 
Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0}
-+%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 
Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 
Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 
Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0 Qt_5_9_0}
+-%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 
Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 
Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 
Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0 Qt_5_8_1 Qt_5_9_0}
++%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 
Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 
Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 
Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0 Qt_5_8_1 Qt_5_9_0 Qt_5_9_1}
  
  %Platforms {WS_X11 WS_WIN WS_MACX}
  


[arch-commits] Commit in pyqt5/trunk (PKGBUILD pyqt-support-new-qt.patch)

2017-05-31 Thread Antonio Rojas
Date: Wednesday, May 31, 2017 @ 21:42:25
  Author: arojas
Revision: 297025

Qt 5.9 rebuild

Modified:
  pyqt5/trunk/PKGBUILD
  pyqt5/trunk/pyqt-support-new-qt.patch

---+
 PKGBUILD  |4 +++-
 pyqt-support-new-qt.patch |4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-31 20:13:03 UTC (rev 297024)
+++ PKGBUILD2017-05-31 21:42:25 UTC (rev 297025)
@@ -8,7 +8,7 @@
 pkgbase=pyqt5
 pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
 pkgver=5.8.2
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://riverbankcomputing.co.uk/software/pyqt/intro;
 license=('GPL')
@@ -21,7 +21,9 @@
 
 prepare() {
   # Support new versions of Qt - don't remove, needs to be reapplied after 
every new Qt release
+  # pushd PyQt5_gpl-$pkgver
   # patch -p1 -i ../pyqt-support-new-qt.patch
+  # popd
 
   # The additional include path was removed due to this line, I don't really 
know why they are doing this...
   sed -i '/target_config.dbus_inc_dirs = \[\]/d' PyQt5_gpl-$pkgver/configure.py

Modified: pyqt-support-new-qt.patch
===
--- pyqt-support-new-qt.patch   2017-05-31 20:13:03 UTC (rev 297024)
+++ pyqt-support-new-qt.patch   2017-05-31 21:42:25 UTC (rev 297025)
@@ -5,8 +5,8 @@
  
  %Module(name=PyQt5.QtCore, call_super_init=True, 
default_VirtualErrorHandler=PyQt5, keyword_arguments="Optional", 
use_limited_api=True)
  
--%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 
Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 
Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 
Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1}
-+%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 
Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 
Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 
Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0}
+-%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 
Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 
Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 
Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0}
++%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 
Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 
Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 
Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0 Qt_5_9_0}
  
  %Platforms {WS_X11 WS_WIN WS_MACX}
  


[arch-commits] Commit in pyqt5/trunk (PKGBUILD pyqt-support-new-qt.patch)

2017-03-20 Thread Antonio Rojas
Date: Monday, March 20, 2017 @ 15:54:10
  Author: arojas
Revision: 291120

Readd removed patch

Added:
  pyqt5/trunk/pyqt-support-new-qt.patch
Modified:
  pyqt5/trunk/PKGBUILD

---+
 PKGBUILD  |2 ++
 pyqt-support-new-qt.patch |   12 
 2 files changed, 14 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-20 15:49:39 UTC (rev 291119)
+++ PKGBUILD2017-03-20 15:54:10 UTC (rev 291120)
@@ -26,6 +26,8 @@
   patch -Np1 -i "${srcdir}/pyqt-5.8-segfault.patch"
   popd
 
+  # Support new versions of Qt - don't remove, needs to be reapplied after 
every new Qt release
+  # patch -p1 -i ../pyqt-support-new-qt.patch
 
   # The additional include path was removed due to this line, I don't really 
know why they are doing this...
   sed -i '/target_config.dbus_inc_dirs = \[\]/d' 
PyQt5_gpl-${_pkgver}/configure.py

Added: pyqt-support-new-qt.patch
===
--- pyqt-support-new-qt.patch   (rev 0)
+++ pyqt-support-new-qt.patch   2017-03-20 15:54:10 UTC (rev 291120)
@@ -0,0 +1,12 @@
+diff -ru a/sip/QtCore/QtCoremod.sip b/sip/QtCore/QtCoremod.sip
+--- a/sip/QtCore/QtCoremod.sip 2016-12-25 18:56:11.0 +0100
 b/sip/QtCore/QtCoremod.sip 2017-01-24 12:03:50.707514377 +0100
+@@ -22,7 +22,7 @@
+ 
+ %Module(name=PyQt5.QtCore, call_super_init=True, 
default_VirtualErrorHandler=PyQt5, keyword_arguments="Optional", 
use_limited_api=True)
+ 
+-%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 
Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 
Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 
Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1}
++%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 
Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 
Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 
Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0}
+ 
+ %Platforms {WS_X11 WS_WIN WS_MACX}
+