Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-base58 for openSUSE:Factory checked in at 2025-06-04 20:30:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-base58 (Old) and /work/SRC/openSUSE:Factory/.python-base58.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-base58" Wed Jun 4 20:30:18 2025 rev:7 rq:1282838 version:2.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-base58/python-base58.changes 2025-05-14 17:01:14.895345033 +0200 +++ /work/SRC/openSUSE:Factory/.python-base58.new.16005/python-base58.changes 2025-06-04 20:30:31.953904320 +0200 @@ -1,0 +2,5 @@ +Wed Jun 4 15:14:58 UTC 2025 - Felix Stegmeier <felix.stegme...@suse.com> + +- fix usage of libalternatives + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-base58.spec ++++++ --- /var/tmp/diff_new_pack.r4dip1/_old 2025-06-04 20:30:32.377921902 +0200 +++ /var/tmp/diff_new_pack.r4dip1/_new 2025-06-04 20:30:32.381922068 +0200 @@ -16,6 +16,7 @@ # +%bcond_without libalternatives %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-base58 @@ -32,10 +33,10 @@ BuildRequires: %{python_module pytest-benchmark} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} +BuildRequires: alts BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires(post): alts -Requires(postun): alts +Requires: alts BuildArch: noarch %python_subpackages @@ -56,11 +57,9 @@ %check %pytest -%post -%python_install_alternative base58 - -%postun -%python_uninstall_alternative base58 +%pre +# Removing old update-alternatives entries. +%python_libalternatives_reset_alternative base58 %files %{python_files} %doc README.md