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: Mon Sep 16 19:50:47 UTC 2019
Modified Files:
pkgsrc/x11/py-qt5: Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/x11/py-qt5/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/py-qt5/PLIST
cvs rdiff -u -r1.12 -r1.13 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.45 pkgsrc/x11/py-qt5/Makefile:1.46
--- pkgsrc/x11/py-qt5/Makefile:1.45 Thu Aug 22 18:29:02 2019
+++ pkgsrc/x11/py-qt5/Makefile Mon Sep 16 19:50:47 2019
@@ -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}/
Index: pkgsrc/x11/py-qt5/PLIST
diff -u pkgsrc/x11/py-qt5/PLIST:1.11 pkgsrc/x11/py-qt5/PLIST:1.12
--- pkgsrc/x11/py-qt5/PLIST:1.11 Thu Aug 22 18:29:02 2019
+++ pkgsrc/x11/py-qt5/PLIST Mon Sep 16 19:50:47 2019
@@ -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/qpluginloader.sip
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
Index: pkgsrc/x11/py-qt5/distinfo
diff -u pkgsrc/x11/py-qt5/distinfo:1.12 pkgsrc/x11/py-qt5/distinfo:1.13
--- pkgsrc/x11/py-qt5/distinfo:1.12 Thu Aug 22 18:29:02 2019
+++ pkgsrc/x11/py-qt5/distinfo Mon Sep 16 19:50:47 2019
@@ -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