Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-qt5 for openSUSE:Factory checked in at 2023-02-10 14:33:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-qt5 (Old) and /work/SRC/openSUSE:Factory/.python-qt5.new.1848 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-qt5" Fri Feb 10 14:33:40 2023 rev:62 rq:1063978 version:5.15.9 Changes: -------- --- /work/SRC/openSUSE:Factory/python-qt5/python-qt5.changes 2023-02-01 16:53:27.594431723 +0100 +++ /work/SRC/openSUSE:Factory/.python-qt5.new.1848/python-qt5.changes 2023-02-10 14:33:44.325353488 +0100 @@ -1,0 +2,7 @@ +Thu Feb 9 10:17:53 UTC 2023 - Ben Greiner <c...@bnavigator.de> + +- Update to v5.15.9 + * Fix the order in which modules are built so that the composite + Qt module is built after everything it depends on. + +------------------------------------------------------------------- Old: ---- PyQt5-5.15.8.tar.gz New: ---- PyQt5-5.15.9.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-qt5.spec ++++++ --- /var/tmp/diff_new_pack.cbbrN9/_old 2023-02-10 14:33:45.293359273 +0100 +++ /var/tmp/diff_new_pack.cbbrN9/_new 2023-02-10 14:33:45.297359296 +0100 @@ -29,7 +29,7 @@ %define oldpython python %define mname qt5 Name: python-%{mname} -Version: 5.15.8 +Version: 5.15.9 Release: 0 Summary: Python bindings for Qt 5 License: SUSE-GPL-2.0-with-FLOSS-exception OR GPL-3.0-only OR NonFree ++++++ PyQt5-5.15.8.tar.gz -> PyQt5-5.15.9.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt5-5.15.8/ChangeLog new/PyQt5-5.15.9/ChangeLog --- old/PyQt5-5.15.8/ChangeLog 2023-01-22 18:43:03.351211300 +0100 +++ new/PyQt5-5.15.9/ChangeLog 2023-02-04 13:33:28.439005400 +0100 @@ -1,5 +1,16 @@ +2023-01-31 Phil Thompson <p...@riverbankcomputing.com> + + * NEWS, lib/project.py: + Fix the order in which modules are built so that the composite Qt + module is built after everything it depends on. + [c8aba8cdb7c0] [5.15.9] <5.15-maint> + 2023-01-22 Phil Thompson <p...@riverbankcomputing.com> + * .hgtags: + Added tag 5.15.8 for changeset f3d5a635ec21 + [255d4467683f] <5.15-maint> + * lib/pyproject.toml, rb-product.toml: Ensure the PyQt-Qt5 dependency is correct. [f3d5a635ec21] [5.15.8] <5.15-maint> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt5-5.15.8/NEWS new/PyQt5-5.15.9/NEWS --- old/PyQt5-5.15.8/NEWS 2023-01-22 17:58:48.291965000 +0100 +++ new/PyQt5-5.15.9/NEWS 2023-02-04 12:54:40.392166000 +0100 @@ -1,3 +1,6 @@ +v5.15.9 31st January 2023 + - Bug fixes. + v5.15.8 22nd January 2023 - Added the missing QLocale.Language.NigerianPidgin member (Qt v5.15.2 and later). diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt5-5.15.8/PKG-INFO new/PyQt5-5.15.9/PKG-INFO --- old/PyQt5-5.15.8/PKG-INFO 2023-01-22 18:43:15.299635600 +0100 +++ new/PyQt5-5.15.9/PKG-INFO 2023-02-04 13:33:42.292993500 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: PyQt5 -Version: 5.15.8 +Version: 5.15.9 Requires-Python: >=3.7 Summary: Python bindings for the Qt cross platform application toolkit Home-Page: https://www.riverbankcomputing.com/software/pyqt/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt5-5.15.8/configure.py new/PyQt5-5.15.9/configure.py --- old/PyQt5-5.15.8/configure.py 2023-01-22 18:43:03.369095800 +0100 +++ new/PyQt5-5.15.9/configure.py 2023-02-04 13:33:28.454483300 +0100 @@ -28,7 +28,7 @@ # Initialise the constants. -PYQT_VERSION_STR = "5.15.8" +PYQT_VERSION_STR = "5.15.9" SIP_MIN_VERSION = '@MinimumSipVersion@' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt5-5.15.8/project.py new/PyQt5-5.15.9/project.py --- old/PyQt5-5.15.8/project.py 2023-01-22 18:43:03.375798200 +0100 +++ new/PyQt5-5.15.9/project.py 2023-02-04 13:33:28.460979700 +0100 @@ -46,17 +46,16 @@ 'pyuic5 = PyQt5.uic.pyuic:main']) # Each set of bindings must appear after any set they depend on. - self.bindings_factories = [Qt, QtCore, QtNetwork, QtGui, QtWidgets, - QtQml, QAxContainer, QtAndroidExtras, QtBluetooth, QtDBus, - QtDesigner, Enginio, QtHelp, QtMacExtras, QtMultimedia, - QtMultimediaWidgets, QtNfc, QtOpenGL, QtPositioning, QtLocation, - QtPrintSupport, QtQuick, QtQuick3D, QtQuickWidgets, - QtRemoteObjects, QtSensors, QtSerialPort, QtSql, QtSvg, QtTest, - QtTextToSpeech, QtWebChannel, QtWebKit, QtWebKitWidgets, - QtWebSockets, QtWinExtras, QtX11Extras, QtXml, QtXmlPatterns, - _QOpenGLFunctions_2_0, _QOpenGLFunctions_2_1, - _QOpenGLFunctions_4_1_Core, _QOpenGLFunctions_ES2, pylupdate, - pyrcc] + self.bindings_factories = [QtCore, QtNetwork, QtGui, QtWidgets, QtQml, + QAxContainer, QtAndroidExtras, QtBluetooth, QtDBus, QtDesigner, + Enginio, QtHelp, QtMacExtras, QtMultimedia, QtMultimediaWidgets, + QtNfc, QtOpenGL, QtPositioning, QtLocation, QtPrintSupport, + QtQuick, QtQuick3D, QtQuickWidgets, QtRemoteObjects, QtSensors, + QtSerialPort, QtSql, QtSvg, QtTest, QtTextToSpeech, QtWebChannel, + QtWebKit, QtWebKitWidgets, QtWebSockets, QtWinExtras, QtX11Extras, + QtXml, QtXmlPatterns, Qt, _QOpenGLFunctions_2_0, + _QOpenGLFunctions_2_1, _QOpenGLFunctions_4_1_Core, + _QOpenGLFunctions_ES2, pylupdate, pyrcc] def apply_user_defaults(self, tool): """ Set default values where needed. """ @@ -195,7 +194,7 @@ # Add the composite module. if 'Qt' in self.bindings: - self._add_composite_module(tool) + self._add_composite_module() # Always install the uic module. installable = Installable('uic', target_subdir='PyQt5') @@ -226,7 +225,7 @@ if self.dbus_python: self._add_dbus(others_debug) - def _add_composite_module(self, tool): + def _add_composite_module(self): """ Add the bindings for the composite module. """ sip_file = os.path.join(self.build_dir, 'Qt.sip') diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt5-5.15.8/pyproject.toml new/PyQt5-5.15.9/pyproject.toml --- old/PyQt5-5.15.8/pyproject.toml 2023-01-22 18:43:03.376322500 +0100 +++ new/PyQt5-5.15.9/pyproject.toml 2023-02-04 13:33:28.461527000 +0100 @@ -6,7 +6,7 @@ # Specify the PEP 566 metadata for the project. [tool.sip.metadata] name = "PyQt5" -version = "5.15.8" +version = "5.15.9" summary = "Python bindings for the Qt cross platform application toolkit" home-page = "https://www.riverbankcomputing.com/software/pyqt/" author = "Riverbank Computing Limited" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt5-5.15.8/sip/QtCore/qglobal.sip new/PyQt5-5.15.9/sip/QtCore/qglobal.sip --- old/PyQt5-5.15.8/sip/QtCore/qglobal.sip 2023-01-22 18:43:13.559070800 +0100 +++ new/PyQt5-5.15.9/sip/QtCore/qglobal.sip 2023-02-04 13:33:37.942022300 +0100 @@ -29,8 +29,8 @@ const char *PYQT_VERSION_STR; %ModuleCode -static int PYQT_VERSION = 0x050f08; -static const char *PYQT_VERSION_STR = "5.15.8"; +static int PYQT_VERSION = 0x050f09; +static const char *PYQT_VERSION_STR = "5.15.9"; %End const int QT_VERSION; const char *QT_VERSION_STR;