Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python3-pyside2 for openSUSE:Factory checked in at 2021-07-20 15:39:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python3-pyside2 (Old) and /work/SRC/openSUSE:Factory/.python3-pyside2.new.2632 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-pyside2" Tue Jul 20 15:39:05 2021 rev:15 rq:907070 version:5.15.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python3-pyside2/python3-pyside2.changes 2021-06-29 22:42:56.214848074 +0200 +++ /work/SRC/openSUSE:Factory/.python3-pyside2.new.2632/python3-pyside2.changes 2021-07-20 15:39:44.185501603 +0200 @@ -17,0 +18,45 @@ +Tue Mar 30 11:01:31 UTC 2021 - John Vandenberg <jay...@gmail.com> + +- Enable test suite, ignoring two extra test failures +- Update to v5.15.2 + * Projects generating bindings for Qt-based code no longer need to include + pyside2_global.h for the property and signal/slot annotations to work. + * [PYSIDE-487] Some missing enumerations and classes were added. + * [PYSIDE-644] QNetworkCookie was added to WebEngineCore. + * [PYSIDE-665] A crash when reimplementing QLayout.takeAt() was fixed. + * [PYSIDE-807] setup.py was rewritten to properly show options + the in command help. + * [PYSIDE-972] Launching PySide2 from paths with non-ASCII Latin1 + characters was fixed. + * [PYSIDE-1019] feature_select: Qt Properties are now represented as + Python properties. + * [PYSIDE-1070] A crash when overriding QUiLoader::createWidget() + in QUiLoader was fixed. + * [PYSIDE-1082] A crash when creating QMimeData from + Q(Plain)TextEdit::createMimeDataFromSelection() was fixed. + * [PYSIDE-1202] More classes from QtConcurrent were added. + * [PYSIDE-1224] The namespace QColorConstants was added. + * [PYSIDE-1326] Operators for QFlags on hidden top level namespace + are now generated. + * [PYSIDE-1354] Slots being invoked from the wrong thread were fixed. + * [PYSIDE-1381] The dependency of the QtQml module header on + internal header pysideqmlregistertype.h was removed. + * [PYSIDE-1385] Deprecated wheel.pep425tags imports were removed. + * [PYSIDE-1390] setup.py: The build_rst_docs command was added to + build rst documentation only + * [PYSIDE-1397] Functions taking a smart pointer now accept smart + pointers to base classes. + * [PYSIDE-1410] QAxBase::dynamicCall() was fixed. + * [PYSIDE-841] The documentation on modifications was restructured. + * [PYSIDE-904] An attribute for generating "using namespace" was added. + * [PYSIDE-1019] A way of specifying properties for non-Qt classes + in typesystem XML was added. + * [PYSIDE-1075] Functions from invisible namespaces are now generated + into their parent namespaces. + * [PYSIDE-1224] Variables in namespaces are now generated. + * [PYSIDE-1366] The order of overloads may now be specified to work + around problems with the order generated by the overload decisor. + * [PYSIDE-1388] Final classes with protected methods when disabling + the protected hack are now correctly generated. + +------------------------------------------------------------------- Old: ---- pyside-setup-opensource-src-5.15.1.tar.xz New: ---- pyside-setup-opensource-src-5.15.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-pyside2.spec ++++++ --- /var/tmp/diff_new_pack.TNuDJQ/_old 2021-07-20 15:39:45.649504221 +0200 +++ /var/tmp/diff_new_pack.TNuDJQ/_new 2021-07-20 15:39:45.653504229 +0200 @@ -16,7 +16,7 @@ # -%bcond_with tests +%bcond_without tests # QML imports created and used by examples %global __requires_exclude qmlimport\\((Charts|TextBalloonPlugin) @@ -25,7 +25,7 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools Name: python3-pyside2 -Version: 5.15.1 +Version: 5.15.2 Release: 0 Summary: Python bindings for Qt # Legal: @@ -99,6 +99,10 @@ BuildRequires: python3-idna BuildRequires: python3-urllib3 BuildRequires: python3-wheel +%if %{with tests} +BuildRequires: xvfb-run +BuildRequires: Mesa-dri +%endif %description The PySide2 project provides Python bindings for the Qt @@ -132,6 +136,14 @@ %patch0 -p1 %endif +# Test expects depth of 32 +printf '[QtGui::qdatastream_gui_operators_test]\n linux\n' >> build_history/blacklist.txt + +# bug_307 fails on armv7l only +%ifarch %{arm} +printf '[QtWidgets::bug_307]\n linux\n' >> build_history/blacklist.txt +%endif + %build export LLVM_INSTALL_DIR=%{_prefix} # Workaround for PYSIDE-880 @@ -177,10 +189,12 @@ rm -Rf %{buildroot}%{_datadir}/PySide2/typesystems/typesystem_*_win.xml %fdupes %{buildroot}%{_datadir}/PySide2/examples/ +%fdupes %{buildroot}%{_libdir}/cmake/ +%fdupes %{buildroot}%{python_sitearch}/shiboken2/ %check %if %{with tests} -%{mypython} testrunner.py test +xvfb-run -s "-screen 0 1600x1200x16 -ac +extension GLX +render -noreset" %{mypython} testrunner.py test %endif %post -p /sbin/ldconfig ++++++ pyside-setup-opensource-src-5.15.1.tar.xz -> pyside-setup-opensource-src-5.15.2.tar.xz ++++++ ++++ 19143 lines of diff (skipped)