From c9bccb292c43df6b1b2c794c9989eefc47835b09 Mon Sep 17 00:00:00 2001
From: psaggu <>
Date: May 06 2023 20:15:17 +0000
Subject: Update python-kubernetes to version 26.1.0 / rev 21 via SR 1084957


https://build.opensuse.org/request/show/1084957
by user psaggu + dimstar_suse

---

diff --git a/.files b/.files
index 15feac7..38dea63 100644
Binary files a/.files and b/.files differ
diff --git a/.rev b/.rev
index 602f5ec..d08d1a3 100644
--- a/.rev
+++ b/.rev
@@ -225,4 +225,12 @@
     <comment></comment>
     <requestid>1084308</requestid>
   </revision>
+  <revision rev="21" vrev="4">
+    <srcmd5>b446602eac9d55664a583044b7737365</srcmd5>
+    <version>26.1.0</version>
+    <time>1683403709</time>
+    <user>dimstar_suse</user>
+    <comment></comment>
+    <requestid>1084957</requestid>
+  </revision>
 </revisionlist>
diff --git a/python-kubernetes.changes b/python-kubernetes.changes
index 64104d7..d3832e3 100644
--- a/python-kubernetes.changes
+++ b/python-kubernetes.changes
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Fri May  5 07:16:45 UTC 2023 - Priyanka Saggu <priyanka.saggu@suse.com>
+
+- included missing changelog entries from "Tue Oct  8 15:24:14 UTC 2019 - Can Bayburt <cbbayburt@suse.com>"
+  to even the diversion with the existing `SUSE:SLE-15-SP4:Update` package
+- removed patch: base64-padding-fix.patch
+  * changes introduced by patch are included in upstream
+
+-------------------------------------------------------------------
 Wed May  3 09:55:30 UTC 2023 - Priyanka Saggu <priyanka.saggu@suse.com>
 
 - added: `%{python_sitelib}/kubernetes` and `%{python_sitelib}/kubernetes-%{version}*-info` under %files
@@ -323,6 +331,16 @@ Thu Jan  2 12:52:07 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
 - Update dependencies to match up what is in requirements.txt
 
 -------------------------------------------------------------------
+Tue Oct  8 15:24:14 UTC 2019 - Can Bayburt <cbbayburt@suse.com>
+
+- python-ipaddress is only required for building on Python2
+  (on Python3 is part of the standard library)
+- Backport fix for base64 padding in kubeconfig (bsc#1151481)
+  https://github.com/kubernetes-client/python-base/issues/65
+- Added:
+  * base64-padding-fix.patch
+
+-------------------------------------------------------------------
 Tue Aug 13 06:35:14 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
 
 - update to 10.0.1:
diff --git a/python-kubernetes.spec b/python-kubernetes.spec
index 5fc76e3..f49fdce 100644
--- a/python-kubernetes.spec
+++ b/python-kubernetes.spec
@@ -25,7 +25,6 @@ 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
-# https://github.com/kubernetes-client/python/issues/1790
 BuildRequires:  %{python_module PyYAML >= 5.4.1}
 BuildRequires:  %{python_module certifi >= 14.05.14}
 BuildRequires:  %{python_module google-auth >= 1.0.1}