[Python-modules-commits] [pyqt5] branch debian/master updated (246efcc -> 4678b01)

Dmitry Shachnev mitya57 at moszumanska.debian.org
Thu Nov 9 13:01:52 UTC 2017


This is an automated email from the git hooks/post-receive script.

mitya57 pushed a change to branch debian/master
in repository pyqt5.

      from  246efcc   Release to unstable.
       new  2f5427a   New upstream version 5.9.1+dfsg
       new  9f361b0   Update upstream source from tag 'upstream/5.9.1+dfsg'
       new  74bc121   New upstream release.
       new  054788b   Bump sip build-dependencies to 4.19.4, following configure.py.
       new  4678b01   Update pyrcc5 manpage for -name option removal.

The 5 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                                          | 153 +++++
 NEWS                                               |   6 +
 config-tests/cfgtest_QtCore.cpp                    |   6 +
 configure.py                                       | 141 ++--
 debian/changelog                                   |   8 +
 debian/control                                     |   4 +-
 debian/manpages/pyrcc5.1                           |   3 -
 examples/ipc/sharedmemory/sharedmemory.py          |   2 +-
 pyrcc/pyrcc_main.py                                |  11 -
 pyrcc/pyrccmod.sip                                 |   1 -
 pyuic/uic/uiparser.py                              |  24 +-
 qpy/QtCore/qpycore_enums_flags.cpp                 |   2 +-
 qpy/QtCore/qpycore_event_handlers.cpp              |   4 +-
 qpy/QtCore/qpycore_pyqtboundsignal.cpp             |   6 +-
 qpy/QtCore/qpycore_pyqtsignal.cpp                  |  11 +-
 qpy/QtCore/qpycore_qjsonvalue.cpp                  |  11 +-
 qpy/QtCore/qpycore_qmessagelogger.cpp              |   3 +-
 qpy/QtGui/qpyopengl_value_array.cpp                |  19 +-
 qpy/QtQml/qpyqml_qjsvalue.cpp                      |  12 +-
 qpy/QtQml/qpyqmllistproperty.cpp                   |   4 +-
 qpy/pyrcc/rcc.h                                    |   5 +-
 sip/QtBluetooth/qpybluetooth_qlist.sip             |   2 +
 sip/QtCore/QtCoremod.sip                           |   2 +-
 sip/QtCore/qcryptographichash.sip                  |  12 +
 sip/QtCore/qglobal.sip                             |   4 +-
 sip/QtCore/qjsonarray.sip                          |   1 +
 sip/QtCore/qoperatingsystemversion.sip             |   5 +
 sip/QtCore/qpycore_qhash.sip                       |  10 +-
 sip/QtCore/qpycore_qlist.sip                       |  43 +-
 sip/QtCore/qpycore_qmap.sip                        |  10 +-
 sip/QtCore/qpycore_qpair.sip                       |  30 +-
 sip/QtCore/qpycore_qset.sip                        |   2 +
 sip/QtCore/qpycore_qvector.sip                     |  13 +-
 sip/QtCore/qstringlist.sip                         |   1 +
 sip/QtCore/qthreadpool.sip                         |  16 +-
 sip/QtCore/qurl.sip                                |  24 +-
 sip/QtGui/qpygui_qlist.sip                         |   8 +-
 sip/QtGui/qpygui_qpair.sip                         |  12 +-
 sip/QtGui/qpygui_qvector.sip                       |   4 +
 sip/QtMultimedia/qpymultimedia_qlist.sip           |  28 +-
 sip/QtNetwork/qpynetwork_qhash.sip                 |   8 +-
 sip/QtPrintSupport/qpyprintsupport_qlist.sip       |  16 +-
 sip/QtWebEngineWidgets/qwebenginepage.sip          |   2 +-
 sip/QtWidgets/qpywidgets_qlist.sip                 |   7 +-
 sip/QtWidgets/qtabbar.sip                          |   4 +
 sip/_QOpenGLFunctions_ES2/qopenglfunctions_es2.sip | 751 +++++++++++++++++++++
 sip/pyrcc/pyrcc_main.py                            |  11 -
 sip/pyrcc/pyrccmod.sip                             |   1 -
 48 files changed, 1246 insertions(+), 217 deletions(-)

-- 
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