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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3913d6785dd4
branches:  trunk
changeset: 439270:3913d6785dd4
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Sep 15 19:30:53 2020 +0000

description:
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.

diffstat:

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

diffs (51 lines):

diff -r 688f55b0c50d -r 3913d6785dd4 x11/py-qt5/Makefile
--- a/x11/py-qt5/Makefile       Tue Sep 15 19:30:03 2020 +0000
+++ b/x11/py-qt5/Makefile       Tue Sep 15 19:30:53 2020 +0000
@@ -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/}
 
diff -r 688f55b0c50d -r 3913d6785dd4 x11/py-qt5/PLIST
--- a/x11/py-qt5/PLIST  Tue Sep 15 19:30:03 2020 +0000
+++ b/x11/py-qt5/PLIST  Tue Sep 15 19:30:53 2020 +0000
@@ -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/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
diff -r 688f55b0c50d -r 3913d6785dd4 x11/py-qt5/distinfo
--- a/x11/py-qt5/distinfo       Tue Sep 15 19:30:03 2020 +0000
+++ b/x11/py-qt5/distinfo       Tue Sep 15 19:30:53 2020 +0000
@@ -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