Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nanopb for openSUSE:Factory checked in at 2024-02-14 23:19:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nanopb (Old) and /work/SRC/openSUSE:Factory/.nanopb.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nanopb" Wed Feb 14 23:19:51 2024 rev:13 rq:1146589 version:0.4.8 Changes: -------- --- /work/SRC/openSUSE:Factory/nanopb/nanopb.changes 2023-11-17 20:51:23.729219742 +0100 +++ /work/SRC/openSUSE:Factory/.nanopb.new.1815/nanopb.changes 2024-02-14 23:20:03.931122848 +0100 @@ -1,0 +2,7 @@ +Wed Feb 14 14:22:26 UTC 2024 - Dominique Leuenberger <dims...@opensuse.org> + +- Drop generator/nanopb_generator.py2 which is the only python2 + based script. The script's content itself mentions this is for + compatibility only and should not be used (boo#1219928). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nanopb.spec ++++++ --- /var/tmp/diff_new_pack.LiGewR/_old 2024-02-14 23:20:04.447141451 +0100 +++ /var/tmp/diff_new_pack.LiGewR/_new 2024-02-14 23:20:04.447141451 +0100 @@ -1,7 +1,7 @@ # # spec file for package nanopb # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -77,6 +77,9 @@ # Install source code mkdir -p %{buildroot}%{src_install_dir} tar -xf %{SOURCE0} --strip-components=1 -C %{buildroot}%{src_install_dir} +# drop the only py2 script which is only for compatibility +rm %{buildroot}%{src_install_dir}/generator/nanopb_generator.py2 + find %{buildroot}%{src_install_dir} -name ".*" -exec rm -rfv \{\} + # Fix env-script-interpreter rpmlint error files=$(grep -rl '#!/usr/bin/env python' %{buildroot}%{src_install_dir}) && echo $files | xargs sed -i 's|#!/usr/bin/env python|#!%{_bindir}/python|'