commit python-qt4 for openSUSE:Factory
Hello community, here is the log from the commit of package python-qt4 for openSUSE:Factory checked in at Fri Sep 3 14:21:38 CEST 2010. -------- --- python-qt4/python-qt4.changes 2010-06-08 16:53:37.000000000 +0200 +++ python-qt4/python-qt4.changes 2010-09-01 10:46:24.000000000 +0200 @@ -1,0 +2,23 @@ +Wed Sep 1 10:45:09 CEST 2010 - dmueller@suse.de + +- update to 4.7.5: + - Added 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(). + - Added the --from-imports command line argument to pyuic4 and the + from_imports argument to PyQt4.uic.compileUi(). + - Added support for Python v3.2. + - The Windows installer now includes qcollectiongenerator.exe and + qhelpgenerator.exe. + - Any class with a count() method now supports the len() builtin. + - Added the missing == and != operators to QItemSelection. + - Added readQVariantHash(), readQVariantList(), readQVariantMap, + writeQVariantHash(), writeQVariantList() and writeQVariantMap() to + QDataStream. + - Added the ErrorPageExtensionOption and ErrorPageExtensionReturn classes, + and the ErrorDomain enum to QWebPage. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- PyQt-x11-gpl-4.7.3.tar.bz2 New: ---- PyQt-x11-gpl-4.7.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-qt4.spec ++++++ --- /var/tmp/diff_new_pack.P0y7cw/_old 2010-09-03 14:20:05.000000000 +0200 +++ /var/tmp/diff_new_pack.P0y7cw/_new 2010-09-03 14:20:05.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package python-qt4 (Version 4.7.3) +# spec file for package python-qt4 (Version 4.7.5) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -33,7 +33,7 @@ License: GPLv2 Group: Development/Libraries/Python Summary: PyQt - python bindings for Qt 4 -Version: 4.7.3 +Version: 4.7.5 Release: 1 %define rversion %version Url: http://www.riverbankcomputing.com/software/pyqt/intro ++++++ PyQt-x11-gpl-4.7.3.tar.bz2 -> PyQt-x11-gpl-4.7.5.tar.bz2 ++++++ python-qt4/PyQt-x11-gpl-4.7.3.tar.bz2 python-qt4/PyQt-x11-gpl-4.7.5.tar.bz2 differ: char 11, line 1 ++++++ build-compare.diff ++++++ --- /var/tmp/diff_new_pack.P0y7cw/_old 2010-09-03 14:20:05.000000000 +0200 +++ /var/tmp/diff_new_pack.P0y7cw/_new 2010-09-03 14:20:05.000000000 +0200 @@ -1,8 +1,6 @@ -Index: pyuic/uic/__init__.py -=================================================================== ---- pyuic/uic/__init__.py.orig +--- pyuic/uic/__init__.py +++ pyuic/uic/__init__.py -@@ -7,8 +7,7 @@ _header = """# -*- coding: utf-8 -*- +@@ -7,8 +7,7 @@ # Form implementation generated from reading ui file '%s' # @@ -12,12 +10,12 @@ # # WARNING! All changes made in this file will be lost! -@@ -123,7 +122,7 @@ def compileUi(uifile, pyfile, execute=Fa +@@ -125,7 +124,7 @@ indenter.indentwidth = indent - pyfile.write(_header % (uifname, ctime(), PYQT_VERSION_STR)) + pyfile.write(_header % (uifname, PYQT_VERSION_STR)) - winfo = compiler.UICompiler().compileUi(uifile, pyfile) + winfo = compiler.UICompiler().compileUi(uifile, pyfile, from_imports) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de