Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pproxy for openSUSE:Factory checked in at 2026-04-28 11:55:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pproxy (Old) and /work/SRC/openSUSE:Factory/.python-pproxy.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pproxy" Tue Apr 28 11:55:45 2026 rev:7 rq:1349426 version:2.7.8 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pproxy/python-pproxy.changes 2025-06-03 17:57:19.911040933 +0200 +++ /work/SRC/openSUSE:Factory/.python-pproxy.new.11940/python-pproxy.changes 2026-04-28 11:59:41.265770512 +0200 @@ -1,0 +2,5 @@ +Sun Apr 26 19:18:09 UTC 2026 - Dirk Müller <[email protected]> + +- reset alternative for TW + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pproxy.spec ++++++ --- /var/tmp/diff_new_pack.YfxWuG/_old 2026-04-28 11:59:41.809793364 +0200 +++ /var/tmp/diff_new_pack.YfxWuG/_new 2026-04-28 11:59:41.809793364 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pproxy # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,6 +16,12 @@ # +%if 0%{?suse_version} > 1500 +%bcond_without libalternatives +%else +%bcond_with libalternatives +%endif + %{?sle15_python_module_pythons} Name: python-pproxy Version: 2.7.8 @@ -44,6 +50,13 @@ BuildRequires: %{python_module python-daemon >= 2.2.3} BuildRequires: %{python_module uvloop >= 0.13.0} # /SECTION +%if %{with libalternatives} +BuildRequires: alts +Requires: alts +%else +Requires(post): update-alternatives +Requires(postun): update-alternatives +%endif %python_subpackages %description @@ -63,6 +76,9 @@ %python_clone -a %{buildroot}%{_bindir}/pproxy %python_expand %fdupes %{buildroot}%{$python_sitelib} +%pre +%python_reset_alternative pproxy + %post %python_install_alternative pproxy
