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:           Tue Sep 15 19:30:53 UTC 2020

Modified Files:
        pkgsrc/x11/py-qt5: Makefile PLIST distinfo

Log Message:
py-qt5: updated to 5.15.1

v5.15.1
- Added the QtTextToSpeech module.
- None is now interpreted as a null QJsonValue.
- Bound signals can now be compared for equality.
- Q_CLASSINFO, Q_ENUM, Q_ENUMS, Q_FLAG and Q_FLAGS are not implemented when
  using PyPy.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/x11/py-qt5/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/py-qt5/PLIST
cvs rdiff -u -r1.16 -r1.17 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.61 pkgsrc/x11/py-qt5/Makefile:1.62
--- pkgsrc/x11/py-qt5/Makefile:1.61     Tue Aug 18 17:58:18 2020
+++ pkgsrc/x11/py-qt5/Makefile  Tue Sep 15 19:30:53 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.61 2020/08/18 17:58:18 leot Exp $
+# $NetBSD: Makefile,v 1.62 2020/09/15 19:30:53 adam Exp $
 
-DISTNAME=      PyQt5-5.15.0
+DISTNAME=      PyQt5-5.15.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/PyQt5/qt5/}
-PKGREVISION=   2
 CATEGORIES=    x11 python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/PyQt5/}
 

Index: pkgsrc/x11/py-qt5/PLIST
diff -u pkgsrc/x11/py-qt5/PLIST:1.18 pkgsrc/x11/py-qt5/PLIST:1.19
--- pkgsrc/x11/py-qt5/PLIST:1.18        Sun Aug  2 00:25:20 2020
+++ pkgsrc/x11/py-qt5/PLIST     Tue Sep 15 19:30:53 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2020/08/02 00:25:20 tnn Exp $
+@comment $NetBSD: PLIST,v 1.19 2020/09/15 19:30:53 adam Exp $
 bin/pylupdate5-${PYVERSSUFFIX}
 bin/pyrcc5-${PYVERSSUFFIX}
 bin/pyuic5-${PYVERSSUFFIX}
@@ -769,6 +769,9 @@ share/sip${PYVERSSUFFIX}/PyQt5/QtTest/qt
 share/sip${PYVERSSUFFIX}/PyQt5/QtTest/qtestmouse.sip
 share/sip${PYVERSSUFFIX}/PyQt5/QtTest/qtestsystem.sip
 share/sip${PYVERSSUFFIX}/PyQt5/QtTest/qtesttouch.sip
+share/sip${PYVERSSUFFIX}/PyQt5/QtTextToSpeech/QtTextToSpeechmod.sip
+share/sip${PYVERSSUFFIX}/PyQt5/QtTextToSpeech/qtexttospeech.sip
+share/sip${PYVERSSUFFIX}/PyQt5/QtTextToSpeech/qvoice.sip
 share/sip${PYVERSSUFFIX}/PyQt5/QtWebChannel/QtWebChannelmod.sip
 share/sip${PYVERSSUFFIX}/PyQt5/QtWebChannel/qwebchannel.sip
 share/sip${PYVERSSUFFIX}/PyQt5/QtWebChannel/qwebchannelabstracttransport.sip

Index: pkgsrc/x11/py-qt5/distinfo
diff -u pkgsrc/x11/py-qt5/distinfo:1.16 pkgsrc/x11/py-qt5/distinfo:1.17
--- pkgsrc/x11/py-qt5/distinfo:1.16     Thu Jun 11 14:50:33 2020
+++ pkgsrc/x11/py-qt5/distinfo  Tue Sep 15 19:30:53 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.16 2020/06/11 14:50:33 adam Exp $
+$NetBSD: distinfo,v 1.17 2020/09/15 19:30:53 adam Exp $
 
-SHA1 (PyQt5-5.15.0.tar.gz) = 928746291aca68a3bb9f1e56053728a942887ab8
-RMD160 (PyQt5-5.15.0.tar.gz) = 065cebf73a5ee6fd3dfcaeec022cdea4264e6dd7
-SHA512 (PyQt5-5.15.0.tar.gz) = 35bcfef4d7ccfee04c1c4409d2af3d862f1e8e46d6ce743bfcfbaf43d2046bc58317824b0840f3db460ad280d1b7e896812268b36225198e916a1d9ea86823a9
-Size (PyQt5-5.15.0.tar.gz) = 3262004 bytes
+SHA1 (PyQt5-5.15.1.tar.gz) = ebb3c137cecaf3eba1804cc6a951281057ca9f0c
+RMD160 (PyQt5-5.15.1.tar.gz) = 0c60076e79906a8db28316430fef7d7d6e5e4495
+SHA512 (PyQt5-5.15.1.tar.gz) = a7378dd53337c58f5ba7e9f7510b57fe4affe578b68975ce1dd7ba5c2a1c77d08d51d11078ce782aab09509df934eb3e4d0588de87391f74ad99f9624644cc4e
+Size (PyQt5-5.15.1.tar.gz) = 3264559 bytes
 SHA1 (patch-configure.py) = 72d5e418b3eb81225ab8f6338874ce8d6bacff82
 SHA1 (patch-designer_designer.pro-in) = 8b7d885c4a5c5336dbdbead2bd88a4da02026ee2
 SHA1 (patch-qmlscene_qmlscene.pro-in) = 055ad9670d9d67dd8fca2f293a0b8b8c71512a4d



Home | Main Index | Thread Index | Old Index