Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-kubernetes for 
openSUSE:Factory checked in at 2023-05-17 10:52:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-kubernetes (Old)
 and      /work/SRC/openSUSE:Factory/.python-kubernetes.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-kubernetes"

Wed May 17 10:52:43 2023 rev:22 rq:1087388 version:26.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-kubernetes/python-kubernetes.changes      
2023-05-06 22:08:32.452499352 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-kubernetes.new.1533/python-kubernetes.changes
    2023-05-17 10:52:46.235230901 +0200
@@ -1,0 +2,10 @@
+Tue May 16 10:22:32 UTC 2023 - Priyanka Saggu <priyanka.sa...@suse.com>
+
+- changes to fix unresolvable/failing package build for SLE-15-SP4, 
https://build.suse.de/request/show/297283 :
+  * added: `BuildRequires:  %{python_module Sphinx >= 1.3.1}`
+  * reverted below changes from `Wed May 3 09:53:22 UTC 2023`
+    ** reverted: `%python_build` ->  `%pyproject_wheel`  and `%python_install` 
-> `%pyproject_install`
+    ** reverted:  `BuildRequires:  %{python_module pip}`
+    ** reverted:  `BuildRequires:  %{python_module wheel}`
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-kubernetes.spec ++++++
--- /var/tmp/diff_new_pack.gVIfUl/_old  2023-05-17 10:52:46.667233227 +0200
+++ /var/tmp/diff_new_pack.gVIfUl/_new  2023-05-17 10:52:46.671233249 +0200
@@ -26,9 +26,9 @@
 # Source tar - https://pypi.org/project/kubernetes/#files
 Source:         
https://files.pythonhosted.org/packages/source/k/kubernetes/kubernetes-%{version}.tar.gz
 BuildRequires:  %{python_module PyYAML >= 5.4.1}
+BuildRequires:  %{python_module Sphinx >= 1.3.1}
 BuildRequires:  %{python_module certifi >= 14.05.14}
 BuildRequires:  %{python_module google-auth >= 1.0.1}
-BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pluggy}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module python-dateutil >= 2.5.3}
@@ -39,7 +39,6 @@
 BuildRequires:  %{python_module six >= 1.9.0}
 BuildRequires:  %{python_module urllib3 >= 1.24.2}
 BuildRequires:  %{python_module websocket-client >= 0.32.0}
-BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-PyYAML >= 5.4.1
@@ -62,10 +61,10 @@
 %autosetup -p1 -n kubernetes-%{version}
 
 %build
-%pyproject_wheel
+%python_build
 
 %install
-%pyproject_install
+%python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check

Reply via email to