[Lunar-commits] <moonbase> PyQt4: version bumped to 4.4.4.
Florin Braescu
florin at lunar-linux.org
Tue Nov 18 14:13:14 CET 2008
commit 2649cfcd2155fbc329f2faa7defa82542ae17a8c
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Nov 18 15:13:14 2008 +0200
PyQt4: version bumped to 4.4.4.
Changes:
- QVariant.toPyObject() will now handle any Python object. The way in which
QVariant wraps objects has subtlely changed in that the name returned by
typeName() may now be different, but is now more consistent.
- Added the data() method to the QPolygon, QPolygonF and QXmlAttributes
classes.
- Added the --no-designer-plugin option to configure.py to disable the
building of the Python plugin for Qt Designer.
---
python/PyQt4/DETAILS | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/python/PyQt4/DETAILS b/python/PyQt4/DETAILS
index 02075b3..510d0d1 100644
--- a/python/PyQt4/DETAILS
+++ b/python/PyQt4/DETAILS
@@ -1,14 +1,14 @@
MODULE=PyQt4
EXTRA=x11-gpl
- VERSION=4.4.3
+ VERSION=4.4.4
SOURCE=PyQt-$EXTRA-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/PyQt-$EXTRA-$VERSION
SOURCE_URL=http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4
- SOURCE_VFY=sha1:24d6c5d6e7fca9f51eb00a1809ee9d674760239d
+ SOURCE_VFY=sha1:6b91a8020de10e807fa0d3db6b7a92029a17cf0b
MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4}
WEB_SITE=http://www.riverbankcomputing.co.uk/news
ENTERED=20080102
- UPDATED=20080914
+ UPDATED=20081118
SHORT="A set of Python bindings for the Qt 4.x toolkit"
cat << EOF
More information about the Lunar-commits
mailing list