Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-QtPy for openSUSE:Factory checked in at 2022-08-19 17:53:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-QtPy (Old) and /work/SRC/openSUSE:Factory/.python-QtPy.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-QtPy" Fri Aug 19 17:53:45 2022 rev:20 rq:998092 version:2.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-QtPy/python-QtPy.changes 2022-06-04 23:27:19.968773822 +0200 +++ /work/SRC/openSUSE:Factory/.python-QtPy.new.2083/python-QtPy.changes 2022-08-19 17:54:58.535911375 +0200 @@ -1,0 +2,27 @@ +Thu Aug 18 13:23:53 UTC 2022 - Ben Greiner <c...@bnavigator.de> + +- Update to 2.2.0 + * Add workaround for mode argument in QTextCursor.movePosition + (PySide6) by @rear1019 in #346 + * Add missing imports and modules by @DaelonSuzuka in #344 + * Restore WEBENGINE constant in QtWebEngineWidgets by @ccordoba12 + in #350 + * Add note to readme about use with Pyright by @CAM-Gerlach in + #353 + * Add wrapper around sip/shiboken isdeleted/isvalid (compat.py) + by @zjp in #354 + * Fix PyQt6 typing import for Qt by @tlambert03 in #358 + * Add initial Methods, helpers and QtPy namespace specifics + section to the README by @dalthviz in #357 +- Revert last change: Removing Python2 from build requirements of + libqt5-qtwebengine and crippling the testsuite of a package not + even in ring1 are orthogonal to each other. +- Enable PySide6 tests: Segfaults are gone. + +------------------------------------------------------------------- +Mon Aug 8 12:12:04 UTC 2022 - Stephan Kulow <co...@suse.com> + +- Disable Qt5 bindings as they require python2 (for chromium within + qtwebengine) and we want to get rid of it in ring1 + +------------------------------------------------------------------- Old: ---- QtPy-2.1.0.tar.gz New: ---- QtPy-2.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-QtPy.spec ++++++ --- /var/tmp/diff_new_pack.C5B1C6/_old 2022-08-19 17:54:59.631913672 +0200 +++ /var/tmp/diff_new_pack.C5B1C6/_new 2022-08-19 17:54:59.635913680 +0200 @@ -29,16 +29,15 @@ %bcond_without pyqt6 %ifnarch %power64 s390x %bcond_without pyside2 +%bcond_without pyside6 %else %bcond_with pyside2 -%endif -# unfortunately we get a segfault in the other backends when pyside6 is installed at the same time (!?) -# test locally: osc build -M test --with pyside6 --without pyside2 --without pyqt5 --without pyqt6 --define "pythons python3" %bcond_with pyside6 +%endif %define skip_python2 1 Name: python-QtPy%{psuffix} -Version: 2.1.0 +Version: 2.2.0 Release: 0 Summary: Abstraction layer on top of Qt bindings License: MIT @@ -109,7 +108,7 @@ sed -i 's/\r$//' LICENSE.txt *.md # qtcharts is present in our PyQt sed -i '/skipif.*not PYSIDE2/ d' qtpy/tests/test_qtcharts.py -sed -i '/addopts/ s/--cov=.*//' pytest.ini +sed -i '/addopts/ {s/--cov=.*//; s/--color=yes//}' pytest.ini %build %python_build @@ -146,7 +145,7 @@ %if %{with pyqt6} %ifarch %{ix86} %{arm} %{power64} s390x # QtWebEngine 6.3.0 ceased support for 32-bit -# No QtWebengine (PyQt5 or PyqQt6 on ppc and s390x +# No QtWebengine on ppc and s390x donttest_pyqt6=" or test_qtwebengine" %endif export QT_API=pyqt6 FORCE_QT_API=1 ++++++ QtPy-2.1.0.tar.gz -> QtPy-2.2.0.tar.gz ++++++ ++++ 5382 lines of diff (skipped)