Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-coveralls-check for openSUSE:Factory checked in at 2025-06-04 20:30:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-coveralls-check (Old) and /work/SRC/openSUSE:Factory/.python-coveralls-check.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-coveralls-check" Wed Jun 4 20:30:07 2025 rev:10 rq:1282809 version:1.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-coveralls-check/python-coveralls-check.changes 2025-05-20 09:37:55.044899074 +0200 +++ /work/SRC/openSUSE:Factory/.python-coveralls-check.new.16005/python-coveralls-check.changes 2025-06-04 20:30:24.749605592 +0200 @@ -1,0 +2,5 @@ +Wed Jun 4 14:37:43 UTC 2025 - Felix Stegmeier <felix.stegme...@suse.com> + +- Fix usage of libalternatives + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-coveralls-check.spec ++++++ --- /var/tmp/diff_new_pack.OwBIAj/_old 2025-06-04 20:30:25.241625995 +0200 +++ /var/tmp/diff_new_pack.OwBIAj/_new 2025-06-04 20:30:25.241625995 +0200 @@ -16,6 +16,7 @@ # +%bcond_without libalternatives %{?sle15_python_module_pythons} Name: python-coveralls-check Version: 1.2.1 @@ -30,13 +31,13 @@ BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} +BuildRequires: alts BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: alts Requires: python-backoff Requires: python-requests Requires: python-setuptools -Requires(post): alts -Requires(postun): alts BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module backoff} @@ -65,11 +66,9 @@ %check %pytest tests.py -%post -%python_install_alternative coveralls-check - -%postun -%python_uninstall_alternative coveralls-check +%pre +# Removing old update-alternatives entries. +%python_libalternatives_reset_alternative coveralls-check %files %{python_files} %doc README.rst