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.13.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7e1463672c63
branches:  trunk
changeset: 339827:7e1463672c63
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Sep 16 19:50:47 2019 +0000

description:
py-qt5: updated to 5.13.1

PyQt v5.13.1 and PyQtWebEngine v5.13.1 have been released. These are minor functional releases. The wheels of other PyQt-based packages have been updated to Qt v5.13.1.
* Added the (temporary) pyqt5_enable_new_onexit_scheme() to allow experimentation with the new on-exit clean-up scheme.
* Added the missing QObject.disconnect(QMetaObject.Connection) overload.
* Deprecated PYQT_CONFIGURATION.

diffstat:

 x11/py-qt5/Makefile |   4 ++--
 x11/py-qt5/PLIST    |   3 ++-
 x11/py-qt5/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (47 lines):

diff -r 9e6689ed9253 -r 7e1463672c63 x11/py-qt5/Makefile
--- a/x11/py-qt5/Makefile       Mon Sep 16 19:49:44 2019 +0000
+++ b/x11/py-qt5/Makefile       Mon Sep 16 19:50:47 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2019/08/22 18:29:02 adam Exp $
+# $NetBSD: Makefile,v 1.46 2019/09/16 19:50:47 adam Exp $
 
-DISTNAME=      PyQt5_gpl-5.13.0
+DISTNAME=      PyQt5_gpl-5.13.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/PyQt5_gpl/qt5/}
 CATEGORIES=    x11 python
 MASTER_SITES=  https://www.riverbankcomputing.com/static/Downloads/PyQt5/${PKGVERSION_NOREV}/
diff -r 9e6689ed9253 -r 7e1463672c63 x11/py-qt5/PLIST
--- a/x11/py-qt5/PLIST  Mon Sep 16 19:49:44 2019 +0000
+++ b/x11/py-qt5/PLIST  Mon Sep 16 19:50:47 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2019/08/22 18:29:02 adam Exp $
+@comment $NetBSD: PLIST,v 1.12 2019/09/16 19:50:47 adam Exp $
 bin/pylupdate5
 bin/pyrcc5
 bin/pyuic5
@@ -226,6 +226,7 @@
 share/sip/PyQt5/QtCore/qpoint.sip
 share/sip/PyQt5/QtCore/qprocess.sip
 share/sip/PyQt5/QtCore/qpropertyanimation.sip
+share/sip/PyQt5/QtCore/qpycore_onexit.sip
 share/sip/PyQt5/QtCore/qpycore_qhash.sip
 share/sip/PyQt5/QtCore/qpycore_qlist.sip
 share/sip/PyQt5/QtCore/qpycore_qmap.sip
diff -r 9e6689ed9253 -r 7e1463672c63 x11/py-qt5/distinfo
--- a/x11/py-qt5/distinfo       Mon Sep 16 19:49:44 2019 +0000
+++ b/x11/py-qt5/distinfo       Mon Sep 16 19:50:47 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.12 2019/08/22 18:29:02 adam Exp $
+$NetBSD: distinfo,v 1.13 2019/09/16 19:50:47 adam Exp $
 
-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 (PyQt5_gpl-5.13.1.tar.gz) = 7be4319ca785305677509a928dd29a484cd5873a
+RMD160 (PyQt5_gpl-5.13.1.tar.gz) = 3b68fe4e6c86e666145e71925e0226f4e2ab672a
+SHA512 (PyQt5_gpl-5.13.1.tar.gz) = 7b7001b16a8c730d7ff2d340fa1dd118868b53519e8f75e8c2ce00b44e3637ac6a31b41a7456fc610df11ff3928b924cb54c0c3712f22ed4df5058fd8bc77281
+Size (PyQt5_gpl-5.13.1.tar.gz) = 3162737 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