Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-breathe for openSUSE:Factory checked in at 2025-08-13 16:22:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-breathe (Old) and /work/SRC/openSUSE:Factory/.python-breathe.new.1085 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-breathe" Wed Aug 13 16:22:43 2025 rev:28 rq:1298886 version:4.36.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-breathe/python-breathe.changes 2025-06-18 19:29:58.109636975 +0200 +++ /work/SRC/openSUSE:Factory/.python-breathe.new.1085/python-breathe.changes 2025-08-13 16:22:48.497188557 +0200 @@ -1,0 +2,5 @@ +Mon Aug 11 14:53:24 UTC 2025 - Markéta Machová <[email protected]> + +- Make the libalternatives transition conditional + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-breathe.spec ++++++ --- /var/tmp/diff_new_pack.3CYwpS/_old 2025-08-13 16:22:54.869456463 +0200 +++ /var/tmp/diff_new_pack.3CYwpS/_new 2025-08-13 16:22:54.889457304 +0200 @@ -16,7 +16,11 @@ # +%if 0%{?suse_version} > 1500 %bcond_without libalternatives +%else +%bcond_with libalternatives +%endif %{?sle15_python_module_pythons} Name: python-breathe Version: 4.36.0 @@ -31,10 +35,15 @@ BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} -BuildRequires: alts BuildRequires: fdupes BuildRequires: python-rpm-macros +%if %{with libalternatives} +BuildRequires: alts Requires: alts +%else +Requires(post): update-alternatives +Requires(postun): update-alternatives +%endif Requires: python-Sphinx >= 7.2 Provides: python-sphinxcontrib-breathe = %{version} Obsoletes: python-sphinxcontrib-breathe < %{version} @@ -62,6 +71,12 @@ %pre %python_libalternatives_reset_alternative breathe-apidoc +%post +%python_install_alternative breathe-apidoc + +%postun +%python_uninstall_alternative breathe-apidoc + %files %{python_files} %doc README.rst %license LICENSE
