Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-huey for openSUSE:Factory checked in at 2025-01-22 16:38:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-huey (Old) and /work/SRC/openSUSE:Factory/.python-huey.new.5589 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-huey" Wed Jan 22 16:38:39 2025 rev:3 rq:1239489 version:2.5.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-huey/python-huey.changes 2024-10-30 17:37:49.268764418 +0100 +++ /work/SRC/openSUSE:Factory/.python-huey.new.5589/python-huey.changes 2025-01-22 16:38:43.911891514 +0100 @@ -1,0 +2,5 @@ +Wed Jan 22 11:03:56 UTC 2025 - Daniel Garcia <daniel.gar...@suse.com> + +- Fix shebang for $python_sitelib/huey/bin/huey_consumer.py + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-huey.spec ++++++ --- /var/tmp/diff_new_pack.KukzCn/_old 2025-01-22 16:38:44.579919177 +0100 +++ /var/tmp/diff_new_pack.KukzCn/_new 2025-01-22 16:38:44.579919177 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-huey # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -50,8 +50,12 @@ %pyproject_install %python_clone -a %{buildroot}%{_bindir}/huey_consumer.py %python_clone -a %{buildroot}%{_bindir}/huey_consumer -%python_expand sed -i 's/env python/python/' %{buildroot}%{$python_sitelib}/huey/bin/huey_consumer.py -%python_expand chmod 755 %{buildroot}%{$python_sitelib}/huey/bin/huey_consumer.py + +%{python_expand # +chmod 755 %{buildroot}%{$python_sitelib}/huey/bin/huey_consumer.py +%{$python_fix_shebang_path %{buildroot}%{$python_sitelib}/huey/bin/huey_consumer.py} +} + %python_expand %fdupes %{buildroot}%{$python_sitelib} # all checks need a running REDIS instance