!5 Update package

From: @liqiuyu123 
Reviewed-by: @jxy_git 
Signed-off-by: @jxy_git
This commit is contained in:
openeuler-ci-bot 2022-12-08 09:42:37 +00:00 committed by Gitee
commit ca44f556b3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 9 additions and 13 deletions

Binary file not shown.

BIN
kubernetes-25.3.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,14 +1,12 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-kubernetes Name: python-kubernetes
Version: 21.7.0 Version: 25.3.0
Release: 1 Release: 1
Summary: Kubernetes python client Summary: Kubernetes python client
License: Apache-2.0 License: Apache-2.0
URL: https://github.com/kubernetes-client/python URL: https://github.com/kubernetes-client/python
Source0: https://files.pythonhosted.org/packages/9b/e4/de04b848035d92acdd84d99278f021975d2beb81e393fa9cbffbffca42ad/kubernetes-21.7.0.tar.gz Source0: https://files.pythonhosted.org/packages/e5/c7/cc2b5e62216f5e18c8e27b1ae672684ce147e34b2738a4b251023dc4e9bb/kubernetes-25.3.0.tar.gz
Patch0: 0001-fix-illegal-char-for-0.42.patch
Patch1: 0001-fix-illegal-char-for-0.42.patch
BuildArch: noarch BuildArch: noarch
Requires: python3-certifi Requires: python3-certifi
@ -27,28 +25,23 @@ Requires: python3-adal
%description %description
Python client for kubernetes http://kubernetes.io/ Python client for kubernetes http://kubernetes.io/
%package -n python3-kubernetes %package -n python3-kubernetes
Summary: Kubernetes python client Summary: Kubernetes python client
Provides: python-kubernetes Provides: python-kubernetes = %{version}-%{release}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
%description -n python3-kubernetes %description -n python3-kubernetes
Python client for kubernetes http://kubernetes.io/ Python client for kubernetes http://kubernetes.io/
%package help %package help
Summary: Development documents and examples for kubernetes Summary: Development documents and examples for kubernetes
Provides: python3-kubernetes-doc Provides: python3-kubernetes-doc
%description help %description help
Python client for kubernetes http://kubernetes.io/ Python client for kubernetes http://kubernetes.io/
%prep %prep
%autosetup -n kubernetes-21.7.0 %setup -n kubernetes-%{version}
%patch0 -p1
%build %build
%py3_build %py3_build
@ -88,5 +81,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Dec 02 2022 liqiuyu <liqiuyu@kylinos.cn> - 25.3.0-1
- Update package to version 25.3.0
* Thu Feb 10 2022 Python_Bot <Python_Bot@openeuler.org> - 21.7.0-1 * Thu Feb 10 2022 Python_Bot <Python_Bot@openeuler.org> - 21.7.0-1
- Package Spec generated - Package Spec generated