From 61aa223527690a253e1cf7b4b9dc2a4d2507677b Mon Sep 17 00:00:00 2001 From: dirkmueller <> Date: Jun 20 2022 13:45:37 +0000 Subject: Update python-kubernetes to version 23.6.0 / rev 16 via SR 983725 https://build.opensuse.org/request/show/983725 by user dirkmueller + dimstar_suse - update to 23.6.0: * Omits alpha-level enums from the static openapi file captured in api/openapi-spec * Fixes a regression in v1beta1 PodDisruptionBudget handling of "strategic merge patch"-type API requests for the `selector` field. Prior to 1.21, these requests would merge `matchLabels` content and replace `matchExpressions` content. In 1.21, patch requests touching the `selector` field started replacing the entire selector. This is consistent with server-side apply and the v1 PodDisruptionBudget behavior, but should not have been changed for v1beta1. --- diff --git a/.files b/.files index 7d3fdfd..228d9a9 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 823feaa..b8edc55 100644 --- a/.rev +++ b/.rev @@ -177,4 +177,20 @@ </comment> <requestid>974767</requestid> </revision> + <revision rev="16" vrev="1"> + <srcmd5>53598cb49e9a22f7cf7cb36d54f8888a</srcmd5> + <version>23.6.0</version> + <time>1655732222</time> + <user>dimstar_suse</user> + <comment>- update to 23.6.0: + * Omits alpha-level enums from the static openapi file captured in api/openapi-spec + * Fixes a regression in v1beta1 PodDisruptionBudget handling of "strategic + merge patch"-type API requests for the `selector` field. Prior to 1.21, + these requests would merge `matchLabels` content and replace + `matchExpressions` content. In 1.21, patch requests touching the `selector` + field started replacing the entire selector. This is consistent with + server-side apply and the v1 PodDisruptionBudget behavior, but should not + have been changed for v1beta1.</comment> + <requestid>983725</requestid> + </revision> </revisionlist> diff --git a/kubernetes-23.3.0.tar.gz b/kubernetes-23.3.0.tar.gz deleted file mode 120000 index abd7a90..0000000 --- a/kubernetes-23.3.0.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeif46ij3ybr6yd6woazkczhlfp4hjrkekmylfarjnpy3cqudxjw5uq \ No newline at end of file diff --git a/kubernetes-23.6.0.tar.gz b/kubernetes-23.6.0.tar.gz new file mode 120000 index 0000000..ad743e3 --- /dev/null +++ b/kubernetes-23.6.0.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeihuzmsx2hy7jwe5qu2z4ea5k7p57ji254wyrmx65cmzlpo2oecauu \ No newline at end of file diff --git a/python-kubernetes.changes b/python-kubernetes.changes index cf249a1..477381f 100644 --- a/python-kubernetes.changes +++ b/python-kubernetes.changes @@ -1,4 +1,17 @@ ------------------------------------------------------------------- +Sun Jun 19 17:41:17 UTC 2022 - Dirk Müller <dmueller@suse.com> + +- update to 23.6.0: + * Omits alpha-level enums from the static openapi file captured in api/openapi-spec + * Fixes a regression in v1beta1 PodDisruptionBudget handling of "strategic + merge patch"-type API requests for the `selector` field. Prior to 1.21, + these requests would merge `matchLabels` content and replace + `matchExpressions` content. In 1.21, patch requests touching the `selector` + field started replacing the entire selector. This is consistent with + server-side apply and the v1 PodDisruptionBudget behavior, but should not + have been changed for v1beta1. + +------------------------------------------------------------------- Tue May 3 06:28:36 UTC 2022 - pgajdos@suse.com - version update to 23.3.0 diff --git a/python-kubernetes.spec b/python-kubernetes.spec index 94ef158..5eebc89 100644 --- a/python-kubernetes.spec +++ b/python-kubernetes.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-kubernetes -Version: 23.3.0 +Version: 23.6.0 Release: 0 Summary: Kubernetes python client License: Apache-2.0