diff --git a/SPECS/python-kubernetes.spec b/SPECS/python-kubernetes.spec index 04d43e7..f8a9c09 100644 --- a/SPECS/python-kubernetes.spec +++ b/SPECS/python-kubernetes.spec @@ -18,7 +18,7 @@ Name: python-%{library} Epoch: 1 Version: 31.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python client for the kubernetes API. # Automatically converted from old format: ASL 2.0 - review is highly recommended. License: Apache-2.0 @@ -101,6 +101,8 @@ sed -i 's/^nose.*//g' test-requirements.txt sed -i 's/websocket-client.*/websocket-client>=0.43.0/g' requirements.txt %endif +sed -i 's/oauthlib.*/oauthlib/g' requirements.txt + %build %py3_build @@ -147,6 +149,9 @@ cp -pr kubernetes/e2e_test %{buildroot}%{python3_sitelib}/%{library}/ %{python3_sitelib}/%{library}/e2e_test %changelog +* Thu Nov 14 2024 Joel Capitao - 1:31.0.0-2 +- Uncap oauthlib version + * Tue Nov 05 2024 Jason Montleon