pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/py-qt4 Update to 4.6.1:
details: https://anonhg.NetBSD.org/pkgsrc/rev/a38db726b7d8
branches: trunk
changeset: 567477:a38db726b7d8
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Nov 18 16:39:22 2009 +0000
description:
Update to 4.6.1:
4.6.1:
Bugfix release.
4.6.0:
* alternate, more Pythonic, APIs have been defined for QDate,
QDateTime, QString, QTextStream, QTime, QUrl and QVariant.
Applications may select a particular API. By default Python v3
uses the new versions and Python v2 uses the old versions
* Qt properties can be initialised using keyword arguments passed
when creating an instance
* signals can be connected using keyword arguments passed when
creating an instance
* the QObject.pyqtConfigure() method has been added to set Qt
properties and connect signals using keyword arguments at any
time
* Python v2.6 and later allow a Python bytearray to be used whenever
a QByteArray is expected
* the getOpenFileNameAndFilter(), getOpenFileNamesAndFilter() and
getSaveFileNameAndFilter() static methods have been added to
QFileDialog
* a QLatin1String can be passed whenever a QString is expected
* the compileUiDir() function has been added to the uic module.
diffstat:
x11/py-qt4/Makefile | 5 ++---
x11/py-qt4/PLIST.common | 3 +--
x11/py-qt4/distinfo | 8 ++++----
3 files changed, 7 insertions(+), 9 deletions(-)
diffs (46 lines):
diff -r abb0bbf37e42 -r a38db726b7d8 x11/py-qt4/Makefile
--- a/x11/py-qt4/Makefile Wed Nov 18 15:00:12 2009 +0000
+++ b/x11/py-qt4/Makefile Wed Nov 18 16:39:22 2009 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2009/09/23 09:54:46 tron Exp $
+# $NetBSD: Makefile,v 1.15 2009/11/18 16:39:22 wiz Exp $
#
PKGNAME= ${PYPKGPREFIX}-qt4-${PYQT_VERSION}
-PYQT_VERSION= 4.5.4
-PKGREVISION= 1
+PYQT_VERSION= 4.6.1
CATEGORIES= x11 python
MASTER_SITES= http://www.riverbankcomputing.com/static/Downloads/PyQt4/
diff -r abb0bbf37e42 -r a38db726b7d8 x11/py-qt4/PLIST.common
--- a/x11/py-qt4/PLIST.common Wed Nov 18 15:00:12 2009 +0000
+++ b/x11/py-qt4/PLIST.common Wed Nov 18 16:39:22 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.common,v 1.6 2009/07/30 11:34:18 drochner Exp $
+@comment $NetBSD: PLIST.common,v 1.7 2009/11/18 16:39:22 wiz Exp $
bin/pylupdate4
bin/pyrcc4
bin/pyuic4
@@ -55,7 +55,6 @@
${PYSITELIB}/PyQt4/uic/widget-plugins/qaxcontainer.py
${PYSITELIB}/PyQt4/uic/widget-plugins/qscintilla.py
${PYSITELIB}/PyQt4/uic/widget-plugins/qtwebkit.py
-${PYSITELIB}/PyQt4/uic/widget-plugins/qwt.py
${PYSITELIB}/dbus/mainloop/qt.so
qt4/plugins/designer/libpythonplugin.la
share/sip${PYVERSSUFFIX}/Qt/Qtmod.sip
diff -r abb0bbf37e42 -r a38db726b7d8 x11/py-qt4/distinfo
--- a/x11/py-qt4/distinfo Wed Nov 18 15:00:12 2009 +0000
+++ b/x11/py-qt4/distinfo Wed Nov 18 16:39:22 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2009/07/29 19:47:24 drochner Exp $
+$NetBSD: distinfo,v 1.6 2009/11/18 16:39:22 wiz Exp $
-SHA1 (PyQt-x11-gpl-4.5.4.tar.gz) = be8b01b8b2343a6a85f18d16f10bc549e88265d6
-RMD160 (PyQt-x11-gpl-4.5.4.tar.gz) = 0f7a48edb65116c8fb23357f66d164ff1fe48684
-Size (PyQt-x11-gpl-4.5.4.tar.gz) = 6970552 bytes
+SHA1 (PyQt-x11-gpl-4.6.1.tar.gz) = a1ef956ff2f3fbdada98032c1332d77a2fc89f37
+RMD160 (PyQt-x11-gpl-4.6.1.tar.gz) = 6f0b70dc2b23809a7bbd7c3ab53b48e4e52be2ea
+Size (PyQt-x11-gpl-4.6.1.tar.gz) = 6979314 bytes
SHA1 (patch-aa) = ff6010dec03d1e17e2023d2f6d4418a03bf21bcc
Home |
Main Index |
Thread Index |
Old Index