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 2022-08-09 15:29:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-pyside2 (Old)
and /work/SRC/openSUSE:Factory/.python3-pyside2.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-pyside2"
Tue Aug 9 15:29:13 2022 rev:19 rq:994106 version:5.15.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-pyside2/python3-pyside2.changes
2022-07-01 14:11:06.844968517 +0200
+++
/work/SRC/openSUSE:Factory/.python3-pyside2.new.1521/python3-pyside2.changes
2022-08-09 15:29:35.945838918 +0200
@@ -1,0 +2,7 @@
+Tue Aug 9 08:25:41 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Fix the dist-info folder name with python3-setuptools 63
+ The dist-info folder created with recent setuptools already
+ contains the version.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-pyside2.spec ++++++
--- /var/tmp/diff_new_pack.bOHHkm/_old 2022-08-09 15:29:36.485840461 +0200
+++ /var/tmp/diff_new_pack.bOHHkm/_new 2022-08-09 15:29:36.489840473 +0200
@@ -178,7 +178,11 @@
for d in *.dist-info; do
# the commands were copied verbatim, not wrapped by entry-points.
rm -f $d/entry_points.txt
+%if %{pkg_vcmp python3-setuptools < 63}
cp -r $d
%{buildroot}%{python3_sitearch}/${d/.dist-info/-%{version}.dist-info}
+%else
+ cp -r $d %{buildroot}%{python3_sitearch}/${d}
+%endif
done
# Examples must be installed manually