[Lunar-commits] <moonbase> PyQt4: version bumped to 4.8.

Florin Braescu florin at lunar-linux.org
Sat Oct 23 19:10:23 CEST 2010


commit 6cb5e48579e7dccb2b97493f77b5a6b766443f2b
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sat Oct 23 20:10:23 2010 +0300

    PyQt4: version bumped to 4.8.
    
    Qt 4.7 is now supported.
    pyqtProperty() can now be used as a method decorator in the same way
    that the standard Python property type can be used. Unbound signals
    can now be subscripted in the same way that bound signals can.
    The missing << operator was added 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. lightmaps.py and stardelegate.py examples were added. The
    --assume-shared option was added to configure.py
---
 python/PyQt4/DETAILS |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/python/PyQt4/DETAILS b/python/PyQt4/DETAILS
index 9f83e08..990a0ad 100644
--- a/python/PyQt4/DETAILS
+++ b/python/PyQt4/DETAILS
@@ -1,16 +1,16 @@
           MODULE=PyQt4
            EXTRA=x11-gpl
-         VERSION=4.7.4
+         VERSION=4.8
           SOURCE=PyQt-$EXTRA-$VERSION.tar.gz
    SOURCE_URL[0]=$MIRROR_URL
    SOURCE_URL[1]=http://www.riverbankcomputing.co.uk/static/Downloads/$MODULE
    SOURCE_URL[2]=http://spacehopper.org/mirrors
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/PyQt-$EXTRA-$VERSION
-      SOURCE_VFY=sha1:dd1d9eb22f9780c54e3811c8958512847eacc302
+      SOURCE_VFY=sha1:c6154128a07161e5cea3ae51c4cc1a5b8a193213
    MODULE_PREFIX=${QT4_PREFIX:-/usr}
         WEB_SITE=http://www.riverbankcomputing.co.uk/news
          ENTERED=20080102
-         UPDATED=20101006
+         UPDATED=20101023
            SHORT="A set of Python bindings for the Qt 4.x toolkit"
 
 cat << EOF


More information about the Lunar-commits mailing list