Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-softlayer for
openSUSE:Factory checked in at 2025-11-21 16:56:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-softlayer (Old)
and /work/SRC/openSUSE:Factory/.python-softlayer.new.2061 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-softlayer"
Fri Nov 21 16:56:03 2025 rev:25 rq:1318756 version:6.2.7
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-softlayer/python-softlayer.changes
2025-09-11 14:43:23.350069463 +0200
+++
/work/SRC/openSUSE:Factory/.python-softlayer.new.2061/python-softlayer.changes
2025-11-21 16:56:55.642989939 +0100
@@ -1,0 +2,6 @@
+Thu Nov 20 03:43:39 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Skip some tests broken by Click 8.3.
+- Clean up {Build,}Requires.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-softlayer.spec ++++++
--- /var/tmp/diff_new_pack.qohOFu/_old 2025-11-21 16:56:56.423022810 +0100
+++ /var/tmp/diff_new_pack.qohOFu/_new 2025-11-21 16:56:56.423022810 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-softlayer
#
-# Copyright (c) 2025 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
@@ -35,7 +35,6 @@
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module softlayer-zeep >= 5.0.0}
BuildRequires: %{python_module testtools}
-BuildRequires: %{python_module typing_extensions}
BuildRequires: %{python_module urllib3 >= 1.24}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
@@ -46,10 +45,8 @@
Requires: python-pygments >= 2.0.0
Requires: python-requests >= 2.20.0
Requires: python-rich >= 12.5.1
-Requires: python-setuptools
-Requires: python-softlayer-zeep >= 5.0.0
-Requires: python-typing_extensions
Requires: python-urllib3 >= 1.24
+Suggests: python-softlayer-zeep >= 5.0.0
Requires(post): update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch
@@ -73,7 +70,11 @@
%check
# We do not want TKinter
-%pytest -k 'not test_getpass_issues1436 and not TestSoapAPICall'
+donttest="test_getpass_issues1436 or TestSoapAPICall"
+# Broken with Click 8.3+, re-enable on upgrade
+donttest+=" or test_list_hw_search_noargs or test_create_like "
+donttest+=" or test_list_vs_search_noargs"
+%pytest -k "not ($donttest)"
%post
%python_install_alternative slcli