Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python3-pyside6 for openSUSE:Factory checked in at 2023-04-26 17:24:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python3-pyside6 (Old) and /work/SRC/openSUSE:Factory/.python3-pyside6.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-pyside6" Wed Apr 26 17:24:32 2023 rev:18 rq:1082791 version:6.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python3-pyside6/python3-pyside6.changes 2023-04-22 22:04:05.958521776 +0200 +++ /work/SRC/openSUSE:Factory/.python3-pyside6.new.1533/python3-pyside6.changes 2023-04-26 17:25:09.105549853 +0200 @@ -1,0 +2,5 @@ +Mon Apr 24 09:45:54 UTC 2023 - Frederic Crozat <fcro...@suse.com> + +- Generate egg-info. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-pyside6.spec ++++++ --- /var/tmp/diff_new_pack.DVQ3Y6/_old 2023-04-26 17:25:09.677553190 +0200 +++ /var/tmp/diff_new_pack.DVQ3Y6/_new 2023-04-26 17:25:09.681553214 +0200 @@ -188,6 +188,11 @@ mv %{buildroot}%{_prefix}/plugins/designer/libPySidePlugin.so %{buildroot}%{_qt6_pluginsdir}/designer %endif +# Install egg-info +# qtpaths is needed +export PATH="%{_qt6_bindir}:$PATH" +python3 setup.py egg_info --build-type=%{pyside_flavor} +cp -r *.egg-info %{buildroot}%{python_sitearch} %fdupes -s %{buildroot}%{_libdir}/cmake @@ -252,6 +257,7 @@ %{_qt6_pluginsdir}/designer/libPySidePlugin.so %{python_sitearch}/PySide6/ %endif +%{python_sitearch}/*.egg-info %files devel %if "%{pyside_flavor}" == "shiboken6"