[Lunar-commits] <moonbase> PyQt4: version bumped to 4.7.5.
Florin Braescu
florin at lunar-linux.org
Wed Sep 1 09:17:55 CEST 2010
commit a65f5dcaf997bcb12b9ee2caac109f2e6a3471ef
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed Sep 1 10:17:55 2010 +0300
PyQt4: version bumped to 4.7.5.
This release adds QStringRef.__str__() and QStringRef.__unicode__() to
the QString v1 API. The destruction by Qt of internally constructed
QObject instances is now automatically detected. A signal defined with
pyqtSignal() can now be used with methods that make an internal call to
QObject::connect(), e.g. QTimer.singleShot(). The --from-imports command
line argument has been added to pyuic4, and the from_imports argument to
PyQt4.uic.compileUi().
---
python/PyQt4/DETAILS | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/python/PyQt4/DETAILS b/python/PyQt4/DETAILS
index edae019..d003f38 100644
--- a/python/PyQt4/DETAILS
+++ b/python/PyQt4/DETAILS
@@ -1,14 +1,14 @@
MODULE=PyQt4
EXTRA=x11-gpl
- VERSION=4.7.4
+ VERSION=4.7.5
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:dd1d9eb22f9780c54e3811c8958512847eacc302
+ SOURCE_VFY=sha1:0c7c96872b8dfc1822618fbaacae735e91d8405f
MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4}
WEB_SITE=http://www.riverbankcomputing.co.uk/news
ENTERED=20080102
- UPDATED=20100713
+ UPDATED=20100901
SHORT="A set of Python bindings for the Qt 4.x toolkit"
cat << EOF
More information about the Lunar-commits
mailing list