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.5.1. Changes since 4.5:
details: https://anonhg.NetBSD.org/pkgsrc/rev/0af279276b09
branches: trunk
changeset: 394856:0af279276b09
user: hasso <hasso%pkgsrc.org@localhost>
date: Wed Jun 17 07:57:49 2009 +0000
description:
Update to 4.5.1. Changes since 4.5:
* Only convert exact dicts to a QVariantMap and back and not dict
sub-classes.
* Removed an assertion when building dynamic meta-objects, instead just
ignore the attribute if it doesn't have the expected type.
* Fixed the handling of QWizard by pyuic.
* Changed the SIP dependency to v4.8.1 (not necessary but we don't want it
to survive in the wild).
* Changed the roadmap to show how incompatible APIs will be selected.
* Fixed __str__ for QByteArray for Python v3 so it is consistent with
Python v2.
* Reverted the roadmap change about __hash__ being an incompatibile change.
The issue isn't that the hash function has changed (which isn't considered
a compatibility problem) it's that different objects that previously had a
different hash value (based on their id()) now might have the same hash
value.
* Updated the roadmap to show that the __hash__ additions (including QUrl)
are not now considered incompatible changes.
* Removed the Python v3 buffer protocol support for QString.
* Improved the implementation of the Python v3 buffer protocol for QByteArray.
* Fixed a pyuic problem with Python v3 when setting the tab order.
* Added /Transfer/ to QComboBox.setLineEdit().
* Added /KeepReference/ to setValidator() and setCompleter() for QLineEdit
and QComboBox.
* Added the missing setCoordinateMode() and coordinateMode() methods from
QGradient.
diffstat:
x11/py-qt4/Makefile | 6 +++---
x11/py-qt4/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (37 lines):
diff -r 60bd121dec3a -r 0af279276b09 x11/py-qt4/Makefile
--- a/x11/py-qt4/Makefile Wed Jun 17 07:11:03 2009 +0000
+++ b/x11/py-qt4/Makefile Wed Jun 17 07:57:49 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2009/06/13 12:15:42 hasso Exp $
+# $NetBSD: Makefile,v 1.9 2009/06/17 07:57:49 hasso Exp $
#
PKGNAME= ${PYPKGPREFIX}-qt4-${PYQT_VERSION}
-PYQT_VERSION= 4.5
+PYQT_VERSION= 4.5.1
CATEGORIES= x11 python
MASTER_SITES= http://www.riverbankcomputing.com/static/Downloads/PyQt4/
@@ -54,7 +54,7 @@
(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
${PYTHONBIN} configure.py ${CONFIGURE_ARGS})
-BUILDLINK_API_DEPENDS.py-sip+= ${PYPKGPREFIX}-sip>=4.8
+BUILDLINK_API_DEPENDS.py-sip+= ${PYPKGPREFIX}-sip>=4.8.1
.include "../../x11/py-sip/buildlink3.mk"
.include "../../sysutils/dbus/buildlink3.mk"
.include "../../sysutils/py-dbus/buildlink3.mk"
diff -r 60bd121dec3a -r 0af279276b09 x11/py-qt4/distinfo
--- a/x11/py-qt4/distinfo Wed Jun 17 07:11:03 2009 +0000
+++ b/x11/py-qt4/distinfo Wed Jun 17 07:57:49 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2009/06/13 12:15:42 hasso Exp $
+$NetBSD: distinfo,v 1.3 2009/06/17 07:57:49 hasso Exp $
-SHA1 (PyQt-x11-gpl-4.5.tar.gz) = 0c66f55d93c6fbb0c6fe5ae31be57037c1a829e0
-RMD160 (PyQt-x11-gpl-4.5.tar.gz) = bf90e4597faa4f117fc217620a706efbf28065b1
-Size (PyQt-x11-gpl-4.5.tar.gz) = 6941757 bytes
+SHA1 (PyQt-x11-gpl-4.5.1.tar.gz) = b50b58c3e6f9a15e0986fe63d978eb85db363a46
+RMD160 (PyQt-x11-gpl-4.5.1.tar.gz) = ef0ace225b66d21aa83106364850cfa960e67705
+Size (PyQt-x11-gpl-4.5.1.tar.gz) = 6942490 bytes
SHA1 (patch-aa) = 9ba0e372d817bda27282da3632db71869cf2a6d6
Home |
Main Index |
Thread Index |
Old Index