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.
This commit is contained in:
parent
80a68a6000
commit
8c0ad4480a
3 changed files with 9 additions and 8 deletions
|
@ -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}/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue