diff options
author | adam <adam@pkgsrc.org> | 2010-11-15 13:07:24 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-11-15 13:07:24 +0000 |
commit | ce656474e164fee86800d789d3ed8fbc3021bb07 (patch) | |
tree | 13e0c085c932e3c0d446d6be5ec6cada0c1a91b3 /x11/py-qt4/distinfo | |
parent | ad3d9765f44c3df9f7d9eb1d92e0237ef12d8eb2 (diff) | |
download | pkgsrc-ce656474e164fee86800d789d3ed8fbc3021bb07.tar.gz |
Changes 4.8.1:
* Support for the QT_BEGIN_NAMESPACE and QT_END_NAMESPACE macros to allow
PyQt to be built against Qt built with namespace support.
* Bug fixes.
Changes 4.8:
* Added support for Qt v4.7 including the new QtDeclarative module.
* pyqtProperty() can now be used as a method decorator in the same way that
the standard Python property type can be used.
* Added the notify argument to pyqtProperty().
* Unbound signals can now be subscripted in the same way that bound signals
can.
* Added the missing << operator to QPolygon, QPolygonF and
QXmlStreamAttributes.
* PyQt will now automatically keep a reference to objects set with some sort
of setter method when Qt expects the underlying C++ instance to stay valid
but does not take ownership of it.
* Added the lightmaps.py and stardelegate.py examples from Hans-Peter Jansen.
* Added the --assume-shared option to configure.py.
* The QtAssistant module is no longer built with Qt v4.7 and later.
Diffstat (limited to 'x11/py-qt4/distinfo')
-rw-r--r-- | x11/py-qt4/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/py-qt4/distinfo b/x11/py-qt4/distinfo index faf7dafcfc0..f83f2c0fe34 100644 --- a/x11/py-qt4/distinfo +++ b/x11/py-qt4/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2010/09/07 16:36:02 drochner Exp $ +$NetBSD: distinfo,v 1.16 2010/11/15 13:07:24 adam Exp $ -SHA1 (PyQt-x11-gpl-4.7.6.tar.gz) = 79170b33e3c4ee5716c48e131dafd30147b01c7c -RMD160 (PyQt-x11-gpl-4.7.6.tar.gz) = ed9fdbee4989ab12a6bf8107468c04d333038f1f -Size (PyQt-x11-gpl-4.7.6.tar.gz) = 7817245 bytes +SHA1 (PyQt-x11-gpl-4.8.1.tar.gz) = e064ed38817bafde72f2a57679d80d40c7015afb +RMD160 (PyQt-x11-gpl-4.8.1.tar.gz) = e5ba0d98359ce315432f479a5f44b2c1ae69b77a +Size (PyQt-x11-gpl-4.8.1.tar.gz) = 9409175 bytes SHA1 (patch-aa) = 2313842ad3dd2650bc89d06e88b5cd75e5affdbd |