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 2024-11-05 15:40:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-kubernetes (Old)
and /work/SRC/openSUSE:Factory/.python-kubernetes.new.2020 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-kubernetes"
Tue Nov 5 15:40:42 2024 rev:29 rq:1221322 version:30.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-kubernetes/python-kubernetes.changes
2024-10-29 14:32:54.187932308 +0100
+++
/work/SRC/openSUSE:Factory/.python-kubernetes.new.2020/python-kubernetes.changes
2024-11-05 15:40:58.381954642 +0100
@@ -1,0 +2,15 @@
+Mon Nov 4 04:42:43 UTC 2024 - Priyanka Saggu <[email protected]>
+
+- version update to 30.1.0
+ * please refer to the changelog at
https://github.com/kubernetes-client/python/blob/v30.1.0/CHANGELOG.md#v3010
+
+- remove patch: - kubernetes-client-python-pr2178-assertEqual-py312.patch
+ gh#kubernetes-client/python#2178 - merged upstream and released.
+
+-------------------------------------------------------------------
+Mon Oct 28 13:05:22 UTC 2024 - Priyanka Saggu <[email protected]>
+
+- version update to 29.0.0
+ * please refer to the changelog at
https://github.com/kubernetes-client/python/blob/v29.0.0/CHANGELOG.md#v2900
+
+-------------------------------------------------------------------
@@ -4 +19 @@
-- Fixed %{?sle15_python_module_pythons}
+- Fixed %{?sle15_python_module_pythons}, jsc#PED-8481
Old:
----
kubernetes-28.1.0.tar.gz
kubernetes-client-python-pr2178-assertEqual-py312.patch
New:
----
kubernetes-30.1.0.tar.gz
BETA DEBUG BEGIN:
Old:
- remove patch: - kubernetes-client-python-pr2178-assertEqual-py312.patch
gh#kubernetes-client/python#2178 - merged upstream and released.
BETA DEBUG END:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-kubernetes.spec ++++++
--- /var/tmp/diff_new_pack.h67Jix/_old 2024-11-05 15:40:58.961978960 +0100
+++ /var/tmp/diff_new_pack.h67Jix/_new 2024-11-05 15:40:58.961978960 +0100
@@ -15,21 +15,19 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+
%{?sle15_python_module_pythons}
Name: python-kubernetes
-Version: 28.1.0
+Version: 30.1.0
Release: 0
Summary: Kubernetes python client
License: Apache-2.0
URL: https://github.com/kubernetes-client/python
# Source tar - https://pypi.org/project/kubernetes/#files
Source:
https://files.pythonhosted.org/packages/source/k/kubernetes/kubernetes-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM kubernetes-client-python-pr2178-assertEqual-py312.patch
gh#kubernetes-client/python#2178
-Patch0: kubernetes-client-python-pr2178-assertEqual-py312.patch
BuildRequires: %{python_module PyYAML >= 5.4.1}
BuildRequires: %{python_module certifi >= 14.05.14}
BuildRequires: %{python_module google-auth >= 1.0.1}
-BuildRequires: %{python_module oauthlib >= 3.2.2}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module python-dateutil >= 2.5.3}
BuildRequires: %{python_module requests-oauthlib}
@@ -46,11 +44,15 @@
BuildRequires: %{python_module pluggy >= 0.3.1}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module recommonmark}
+%if 0%{?sle_version} && 0%{?sle_version} > 150400
+# Build python-kubernetes with oauthlib >=3.2.2, for sle_version > SLE-15-SP4
+BuildRequires: %{python_module oauthlib >= 3.2.2}
# /SECTION
+Requires: python-oauthlib >= 3.2.2
+%endif
Requires: python-PyYAML >= 5.4.1
Requires: python-certifi >= 14.05.14
Requires: python-google-auth >= 1.0.1
-Requires: python-oauthlib >= 3.2.2
Requires: python-python-dateutil >= 2.5.3
Requires: python-requests
Requires: python-requests-oauthlib
@@ -67,10 +69,24 @@
%autosetup -p1 -n kubernetes-%{version}
%build
+%if 0%{?sle_version} && 0%{?sle_version} >= 150500
+%bcond_without pyproject
+%else
+%bcond_with pyproject
+%endif
+
+%if %{with pyproject}
%pyproject_wheel
+%else
+%python_build
+%endif
%install
+%if %{with pyproject}
%pyproject_install
+%else
+%python_install
+%endif
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -84,5 +100,5 @@
%license LICENSE
%doc README.md CHANGELOG.md
%{python_sitelib}/kubernetes
-%{python_sitelib}/kubernetes-%{version}.dist-info
+%{python_sitelib}/kubernetes-%{version}*-info
++++++ kubernetes-28.1.0.tar.gz -> kubernetes-30.1.0.tar.gz ++++++
++++ 59488 lines of diff (skipped)