Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pyspnego for openSUSE:Factory
checked in at 2025-08-25 20:39:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyspnego (Old)
and /work/SRC/openSUSE:Factory/.python-pyspnego.new.30751 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyspnego"
Mon Aug 25 20:39:22 2025 rev:19 rq:1301254 version:0.11.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyspnego/python-pyspnego.changes
2024-11-12 19:22:42.258691810 +0100
+++
/work/SRC/openSUSE:Factory/.python-pyspnego.new.30751/python-pyspnego.changes
2025-08-25 20:41:33.812801686 +0200
@@ -1,0 +2,5 @@
+Mon Aug 25 11:40:09 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to libalternatives on SLE-16-based and newer systems
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pyspnego.spec ++++++
--- /var/tmp/diff_new_pack.ijZ3jk/_old 2025-08-25 20:41:34.396826152 +0200
+++ /var/tmp/diff_new_pack.ijZ3jk/_new 2025-08-25 20:41:34.400826321 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-pyspnego
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 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,11 @@
#
+%if 0%{?suse_version} > 1500
+%bcond_without libalternatives
+%else
+%bcond_with libalternatives
+%endif
%{?sle15_python_module_pythons}
Name: python-pyspnego
Version: 0.11.2
@@ -28,23 +33,28 @@
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
+BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Requires: python-cryptography
+Suggests: python-gssapi >= 1.5.0
+Suggests: python-ruamel.yaml
+BuildArch: noarch
# SECTION test requirements
-BuildRequires: %{python_module dataclasses if %python-base < 3.7}
BuildRequires: %{python_module cryptography}
+BuildRequires: %{python_module dataclasses if %python-base < 3.7}
BuildRequires: %{python_module pytest-mock}
BuildRequires: %{python_module pytest}
# /SECTION
-BuildRequires: fdupes
-Requires: python-cryptography
%if 0%{python_version_nodots} < 37
Requires: python-dataclasses
%endif
+%if %{with libalternatives}
+BuildRequires: alts
+Requires: alts
+%else
Requires(post): update-alternatives
Requires(postun): update-alternatives
-Suggests: python-gssapi >= 1.5.0
-Suggests: python-ruamel.yaml
-BuildArch: noarch
+%endif
%python_subpackages
%description
@@ -70,6 +80,9 @@
%postun
%python_uninstall_alternative pyspnego-parse
+%pre
+%python_libalternatives_reset_alternative pyspnego-parse
+
%check
%pytest