Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-XlsxWriter for openSUSE:Factory checked in at 2023-10-17 20:25:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-XlsxWriter (Old) and /work/SRC/openSUSE:Factory/.python-XlsxWriter.new.20540 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-XlsxWriter" Tue Oct 17 20:25:36 2023 rev:15 rq:1118298 version:3.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-XlsxWriter/python-XlsxWriter.changes 2022-09-27 20:13:04.581713966 +0200 +++ /work/SRC/openSUSE:Factory/.python-XlsxWriter.new.20540/python-XlsxWriter.changes 2023-10-17 20:25:55.833240040 +0200 @@ -1,0 +2,6 @@ +Tue Oct 17 11:26:58 UTC 2023 - Daniel Garcia Moreno <daniel.gar...@suse.com> + +- Split the call to %python_install in different lines to do not feed + other commands as possible macro options. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-XlsxWriter.spec ++++++ --- /var/tmp/diff_new_pack.Qp25UX/_old 2023-10-17 20:25:56.549265106 +0200 +++ /var/tmp/diff_new_pack.Qp25UX/_new 2023-10-17 20:25:56.549265106 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-XlsxWriter # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -55,9 +55,11 @@ %python_build %install -%{python_expand %$python_install && \ - mv %{buildroot}%{_bindir}/vba_extract.py \ - %{buildroot}%{_bindir}/vba_extract-%$python_bin_suffix} +%{python_expand # +%{$python_install} +mv %{buildroot}%{_bindir}/vba_extract.py \ + %{buildroot}%{_bindir}/vba_extract-%{$python_bin_suffix} +} %python_expand %fdupes %{buildroot}%{$python_sitelib} %prepare_alternative vba_extract