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 2025-06-11 16:19:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-argcomplete (Old) and /work/SRC/openSUSE:Factory/.python-argcomplete.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-argcomplete" Wed Jun 11 16:19:51 2025 rev:41 rq:1284723 version:3.5.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-argcomplete/python-argcomplete.changes 2025-06-10 08:57:03.531011625 +0200 +++ /work/SRC/openSUSE:Factory/.python-argcomplete.new.19631/python-argcomplete.changes 2025-06-11 16:20:21.229025122 +0200 @@ -1,0 +2,5 @@ +Wed Jun 11 08:32:32 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Remove executable bit on files installed outside of the path. (bsc#1244435) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-argcomplete.spec ++++++ --- /var/tmp/diff_new_pack.SZSPqG/_old 2025-06-11 16:20:21.821049798 +0200 +++ /var/tmp/diff_new_pack.SZSPqG/_new 2025-06-11 16:20:21.821049798 +0200 @@ -31,7 +31,6 @@ Release: 0 Summary: Bash tab completion for argparse License: Apache-2.0 -Group: Development/Languages/Python URL: https://github.com/kislyuk/argcomplete Source: https://files.pythonhosted.org/packages/source/a/argcomplete/argcomplete-%{version}.tar.gz BuildRequires: %{python_module base >= 3.8} @@ -83,7 +82,7 @@ %python_clone -a %{buildroot}%{_bindir}/register-python-argcomplete %python_clone -a %{buildroot}%{_bindir}/python-argcomplete-check-easy-install-script %python_expand %fdupes %{buildroot}%{$python_sitelib} -%python_expand %python3_fix_shebang_path %{buildroot}%{$python_sitelib}/argcomplete/scripts/* +%python_expand chmod -x %{buildroot}%{$python_sitelib}/argcomplete/scripts/*.py %endif %check