Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-argcomplete for openSUSE:Factory checked in at 2023-02-02 18:07:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-argcomplete (Old) and /work/SRC/openSUSE:Factory/.python-argcomplete.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-argcomplete" Thu Feb 2 18:07:06 2023 rev:20 rq:1062354 version:2.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-argcomplete/python-argcomplete.changes 2022-07-13 15:40:07.457747923 +0200 +++ /work/SRC/openSUSE:Factory/.python-argcomplete.new.32243/python-argcomplete.changes 2023-02-02 18:31:46.236711489 +0100 @@ -1,0 +2,5 @@ +Tue Jan 31 23:49:21 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- fix substitution on tests/test.py to test the current python flavor + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-argcomplete.spec ++++++ --- /var/tmp/diff_new_pack.SiNGkw/_old 2023-02-02 18:31:46.652714049 +0100 +++ /var/tmp/diff_new_pack.SiNGkw/_new 2023-02-02 18:31:46.656714073 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-argcomplete # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2013 Darin Perusich. # # All modifications and additions to the file contributed by third parties @@ -80,7 +80,7 @@ # https://github.com/kislyuk/argcomplete/issues/256 # https://github.com/kislyuk/argcomplete/issues/299 sed -i -e "1s|#!.*python.*|#!%{_bindir}/$python|" test/prog scripts/* - sed -i -e "s|python |$python |g" test/test.py + sed -i -e "s|python3 |$python |g" test/test.py PYTHONPATH=%{buildroot}%{$python_sitelib} $python -m unittest discover -v }