[Python-modules-commits] [pyqt5] branch master updated (359822a -> 59e0711)
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Fri Dec 30 21:23:55 UTC 2016
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a change to branch master
in repository pyqt5.
from 359822a Release to experimental.
new 6af41bd Import pyqt5_5.7.1+dfsg.orig.tar.gz
new c14d054 New upstream release (5.7.1).
new 59e0711 Bump sip build-dependencies to 4.19, following configure.py.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ChangeLog | 505 ++++++++++++++++++++-
NEWS | 9 +
configure.py | 42 +-
debian/.git-dpm | 14 +-
debian/changelog | 8 +
debian/control | 4 +-
debian/patches/bytes_conversion.diff | 28 --
debian/patches/series | 1 -
designer/pluginloader.cpp | 242 +++++-----
designer/pluginloader.h | 10 +
doc/sphinx/api/qopenglversionprofile.rst | 8 +
doc/sphinx/api/qquickwebengineprofile.rst | 8 +
doc/sphinx/api_metadata.cfg | 3 +
doc/sphinx/conf.py | 6 +-
doc/sphinx/deploy_commercial.rst | 2 +-
doc/sphinx/extension_api.rst | 2 +-
doc/sphinx/installation.rst | 26 +-
doc/sphinx/introduction.rst | 27 +-
doc/sphinx/pyqt4_differences.rst | 2 +-
pylupdate/pylupdate_main.py | 53 ++-
pylupdate/pylupdatemod.sip | 5 +-
pyrcc/pyrccmod.sip | 2 +-
pyuic/uic/objcreator.py | 28 +-
pyuic/uic/port_v2/invoke.py | 48 --
pyuic/uic/port_v2/load_plugin.py | 43 --
pyuic/uic/port_v3/invoke.py | 48 --
pyuic/uic/port_v3/load_plugin.py | 43 --
pyuic/uic/pyuic.py | 29 +-
pyuic/uic/uiparser.py | 14 +-
.../widget-plugins/{qscintilla.py => qtcharts.py} | 2 +-
.../{qaxcontainer.py => qtwebenginewidgets.py} | 2 +-
qpy/QtCore/qpycore_chimera.cpp | 50 +-
qpy/QtCore/qpycore_classinfo.cpp | 14 +-
qpy/QtCore/qpycore_decorators.cpp | 2 +-
qpy/QtCore/qpycore_enums_flags.cpp | 24 +-
qpy/QtCore/qpycore_init.cpp | 11 -
qpy/QtCore/qpycore_misc.cpp | 6 +-
qpy/QtCore/qpycore_objectified_strings.h | 5 +
qpy/QtCore/qpycore_post_init.cpp.in | 46 +-
qpy/QtCore/qpycore_public_api.cpp | 27 +-
qpy/QtCore/qpycore_pyqtboundsignal.cpp | 134 ++++--
qpy/QtCore/qpycore_pyqtboundsignal.h | 7 +-
qpy/QtCore/qpycore_pyqtconfigure.cpp | 2 +-
qpy/QtCore/qpycore_pyqtmethodproxy.cpp | 55 ++-
qpy/QtCore/qpycore_pyqtmethodproxy.h | 8 +-
qpy/QtCore/qpycore_pyqtproperty.cpp | 63 ++-
qpy/QtCore/qpycore_pyqtproperty.h | 9 +-
qpy/QtCore/qpycore_pyqtpyobject.cpp | 4 +-
qpy/QtCore/qpycore_pyqtsignal.cpp | 107 +++--
qpy/QtCore/qpycore_pyqtsignal.h | 7 +-
qpy/QtCore/qpycore_pyqtslot.cpp | 44 +-
qpy/QtCore/qpycore_qjsonvalue.cpp | 2 +-
qpy/QtCore/qpycore_qmessagelogger.cpp | 4 +-
qpy/QtCore/qpycore_qmetaobject.cpp | 6 +-
qpy/QtCore/qpycore_qmetaobject_helpers.cpp | 8 +-
qpy/QtCore/qpycore_qobject_getattr.cpp | 4 +-
qpy/QtCore/qpycore_qobject_helpers.cpp | 123 +++--
qpy/QtCore/qpycore_qstring.cpp | 48 +-
qpy/QtCore/qpycore_qvariant_value.cpp | 2 +-
qpy/QtCore/qpycore_types.cpp | 271 ++++-------
qpy/QtCore/qpycore_types.h | 30 +-
qpy/QtDBus/qpydbus_chimera_helpers.cpp | 4 +-
qpy/QtGui/qpyopengl_array_convertors.cpp | 10 +-
qpy/QtGui/qpyopengl_attribute_array.cpp | 20 +-
qpy/QtGui/qpyopengl_data_cache.cpp | 57 ++-
qpy/QtGui/qpyopengl_data_cache.h | 14 +-
qpy/QtGui/qpyopengl_init.cpp | 2 +-
.../qpycore_misc.h => QtGui/qpyopengl_misc.h} | 12 +-
qpy/QtGui/qpyopengl_uniform_value_array.cpp | 19 +-
qpy/QtGui/qpyopengl_value_array.cpp | 33 +-
qpy/QtGui/qpyopengl_version_functions.cpp | 2 +-
qpy/QtQml/qpyqml_post_init.cpp | 14 +-
qpy/QtQml/qpyqml_qjsvalue.cpp | 2 +-
qpy/QtQml/qpyqml_register_singleton_type.cpp | 2 +-
qpy/QtQml/qpyqml_register_type.cpp | 4 +-
qpy/QtQml/qpyqmllistproperty.cpp | 70 ++-
qpy/QtQml/qpyqmllistproperty.h | 7 +-
qpy/QtQml/qpyqmllistpropertywrapper.cpp | 81 +++-
qpy/QtQml/qpyqmllistpropertywrapper.h | 7 +-
qpy/QtQml/qpyqmlobject.cpp | 5 +-
qpy/QtQml/qpyqmlobject.h | 2 +-
qpy/QtQuick/qpyquick_chimera_helpers.cpp | 8 +-
qpy/pylupdate/merge.cpp | 5 +-
qpy/pylupdate/pylupdate.h | 3 +-
sip/Enginio/Enginiomod.sip | 2 +-
sip/QAxContainer/QAxContainermod.sip | 2 +-
sip/QAxContainer/qaxbase.sip | 4 +-
sip/QAxContainer/qaxobject.sip | 10 +-
sip/QtBluetooth/QtBluetoothmod.sip | 2 +-
sip/QtBluetooth/qpybluetooth_qlist.sip | 8 +-
sip/QtBluetooth/qpybluetooth_quint128.sip | 6 +-
sip/QtCore/QtCoremod.sip | 5 +-
sip/QtCore/qabstracttransition.sip | 13 +-
sip/QtCore/qbuffer.sip | 4 +-
sip/QtCore/qbytearray.sip | 13 +-
sip/QtCore/qchar.sip | 4 +-
sip/QtCore/qcoreapplication.sip | 26 +-
sip/QtCore/qdatetime.sip | 100 ++--
sip/QtCore/qglobal.sip | 4 +-
sip/QtCore/qiodevice.sip | 8 +-
sip/QtCore/qjsonarray.sip | 4 +-
sip/QtCore/qjsonobject.sip | 4 +-
sip/QtCore/qlocale.sip | 109 ++++-
sip/QtCore/qobject.sip | 24 +-
sip/QtCore/qpycore_qhash.sip | 12 +-
sip/QtCore/qpycore_qlist.sip | 44 +-
sip/QtCore/qpycore_qmap.sip | 10 +-
sip/QtCore/qpycore_qpair.sip | 16 +-
sip/QtCore/qpycore_qset.sip | 4 +-
sip/QtCore/qpycore_qvector.sip | 20 +-
sip/QtCore/qstatemachine.sip | 13 +-
sip/QtCore/qstring.sip | 2 +-
sip/QtCore/qstringlist.sip | 4 +-
sip/QtDBus/QtDBusmod.sip | 2 +-
sip/QtDesigner/QtDesignermod.sip | 2 +-
sip/QtGui/QtGuimod.sip | 2 +-
sip/QtGui/qdesktopservices.sip | 28 +-
sip/QtGui/qfontmetrics.sip | 6 +-
sip/QtGui/qmatrix4x4.sip | 2 +-
sip/QtGui/qpainter.sip | 40 +-
sip/QtGui/qpolygon.sip | 24 +-
sip/QtGui/qpygui_qlist.sip | 6 +-
sip/QtGui/qpygui_qpair.sip | 16 +-
sip/QtGui/qpygui_qvector.sip | 16 +-
sip/QtGui/qregion.sip | 8 +
sip/QtHelp/QtHelpmod.sip | 2 +-
sip/QtLocation/QtLocationmod.sip | 2 +-
sip/QtMacExtras/QtMacExtrasmod.sip | 3 +-
.../qtmac.sip} | 24 +-
sip/QtMultimedia/QtMultimediamod.sip | 2 +-
sip/QtMultimedia/qpymultimedia_qlist.sip | 16 +-
sip/QtMultimediaWidgets/QtMultimediaWidgetsmod.sip | 2 +-
sip/QtNetwork/QtNetworkmod.sip | 2 +-
sip/QtNetwork/qhostaddress.sip | 4 +-
sip/QtNetwork/qpynetwork_qhash.sip | 2 +-
sip/QtNetwork/qpynetwork_qmap.sip | 4 +-
sip/QtNfc/QtNfcmod.sip | 2 +-
sip/QtOpenGL/QtOpenGLmod.sip | 2 +-
sip/QtPositioning/QtPositioningmod.sip | 2 +-
sip/QtPrintSupport/QtPrintSupportmod.sip | 2 +-
sip/QtPrintSupport/qpyprintsupport_qlist.sip | 8 +-
sip/QtQml/QtQmlmod.sip | 2 +-
sip/QtQml/qpyqmllistproperty.sip | 2 +-
sip/QtQuick/QtQuickmod.sip | 2 +-
sip/QtQuick/qsggeometry.sip | 6 +-
sip/QtQuick/qsgmaterial.sip | 20 +-
sip/QtQuickWidgets/QtQuickWidgetsmod.sip | 2 +-
sip/QtSensors/QtSensorsmod.sip | 2 +-
sip/QtSerialPort/QtSerialPortmod.sip | 2 +-
sip/QtSql/QtSqlmod.sip | 2 +-
sip/QtSvg/QtSvgmod.sip | 2 +-
sip/QtTest/QtTestmod.sip | 2 +-
sip/QtWebChannel/QtWebChannelmod.sip | 2 +-
.../QtWebEnginemod.sip} | 12 +-
.../qquickwebengineprofile.sip} | 81 ++--
.../qtwebengineglobal.sip} | 12 +-
sip/QtWebEngineCore/QtWebEngineCoremod.sip | 2 +-
sip/QtWebEngineCore/qwebengineurlschemehandler.sip | 2 +-
sip/QtWebEngineWidgets/QtWebEngineWidgetsmod.sip | 2 +-
.../qwebenginecertificateerror.sip | 3 +
sip/QtWebEngineWidgets/qwebenginepage.sip | 2 +-
sip/QtWebKit/QtWebKitmod.sip | 2 +-
sip/QtWebKitWidgets/QtWebKitWidgetsmod.sip | 2 +-
sip/QtWebSockets/QtWebSocketsmod.sip | 2 +-
sip/QtWidgets/QtWidgetsmod.sip | 2 +-
sip/QtWidgets/qfiledialog.sip | 2 +-
sip/QtWidgets/qpywidgets_qlist.sip | 4 +-
sip/QtWinExtras/QtWinExtrasmod.sip | 2 +-
sip/QtX11Extras/QtX11Extrasmod.sip | 2 +-
sip/QtXml/QtXmlmod.sip | 2 +-
sip/QtXmlPatterns/QtXmlPatternsmod.sip | 2 +-
sip/QtXmlPatterns/qxmlquery.sip | 10 +
.../_QOpenGLFunctions_2_0mod.sip | 2 +-
sip/_QOpenGLFunctions_2_0/qopenglfunctions_2_0.sip | 2 +-
.../_QOpenGLFunctions_2_1mod.sip | 2 +-
sip/_QOpenGLFunctions_2_1/qopenglfunctions_2_1.sip | 2 +-
.../_QOpenGLFunctions_4_1_Coremod.sip | 2 +-
.../qopenglfunctions_4_1_core.sip | 2 +-
.../_QOpenGLFunctions_ES2mod.sip | 2 +-
sip/_QOpenGLFunctions_ES2/qopenglfunctions_es2.sip | 2 +-
sip/pylupdate/pylupdate_main.py | 53 ++-
sip/pylupdate/pylupdatemod.sip | 5 +-
sip/pyrcc/pyrccmod.sip | 2 +-
183 files changed, 2253 insertions(+), 1495 deletions(-)
delete mode 100644 debian/patches/bytes_conversion.diff
delete mode 100644 debian/patches/series
create mode 100644 doc/sphinx/api/qopenglversionprofile.rst
create mode 100644 doc/sphinx/api/qquickwebengineprofile.rst
delete mode 100644 pyuic/uic/port_v2/invoke.py
delete mode 100644 pyuic/uic/port_v2/load_plugin.py
delete mode 100644 pyuic/uic/port_v3/invoke.py
delete mode 100644 pyuic/uic/port_v3/load_plugin.py
copy pyuic/uic/widget-plugins/{qscintilla.py => qtcharts.py} (97%)
copy pyuic/uic/widget-plugins/{qaxcontainer.py => qtwebenginewidgets.py} (96%)
copy qpy/{QtCore/qpycore_misc.h => QtGui/qpyopengl_misc.h} (74%)
copy sip/{QtGui/qopenglversionfunctions.sip => QtMacExtras/qtmac.sip} (71%)
copy sip/{QtSerialPort/QtSerialPortmod.sip => QtWebEngine/QtWebEnginemod.sip} (84%)
copy sip/{QtWebEngineWidgets/qwebengineprofile.sip => QtWebEngine/qquickwebengineprofile.sip} (60%)
copy sip/{Enginio/enginioidentity.sip => QtWebEngine/qtwebengineglobal.sip} (81%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyqt5.git
More information about the Python-modules-commits
mailing list