Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-cogapp for openSUSE:Factory checked in at 2023-12-06 23:49:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-cogapp (Old) and /work/SRC/openSUSE:Factory/.python-cogapp.new.25432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cogapp" Wed Dec 6 23:49:22 2023 rev:7 rq:1131360 version:3.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-cogapp/python-cogapp.changes 2023-05-29 22:48:14.266453406 +0200 +++ /work/SRC/openSUSE:Factory/.python-cogapp.new.25432/python-cogapp.changes 2023-12-06 23:50:03.159269248 +0100 @@ -1,0 +2,5 @@ +Tue Dec 5 14:29:56 UTC 2023 - Joan Torres <joan.tor...@suse.com> + +- Add .py suffix to avoid conflicts with the cog browser package. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-cogapp.spec ++++++ --- /var/tmp/diff_new_pack.sidjcQ/_old 2023-12-06 23:50:03.831294012 +0100 +++ /var/tmp/diff_new_pack.sidjcQ/_new 2023-12-06 23:50:03.831294012 +0100 @@ -50,23 +50,24 @@ %install %pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} -mv %{buildroot}%{_bindir}/cog.py %{buildroot}%{_bindir}/cog -%python_clone -a %{buildroot}%{_bindir}/cog +%python_clone -a %{buildroot}%{_bindir}/cog.py +# remove redundant binary +rm %{buildroot}%{_bindir}/cog %check # reverse -q from addopts in setup.cfg %pytest -v %post -%python_install_alternative cog +%python_install_alternative cog.py %postun -%python_uninstall_alternative cog +%python_uninstall_alternative cog.py %files %{python_files} %license LICENSE.txt %doc README.rst -%python_alternative %{_bindir}/cog +%python_alternative %{_bindir}/cog.py %{python_sitelib}/cogapp %{python_sitelib}/cogapp-%{version}*-info