update version to 25.3.0

This commit is contained in:
liqiuyu123 2022-12-02 14:28:40 +08:00
parent 235187ecac
commit 30704e88b9
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
Name: python-kubernetes
Version: 21.7.0
Version: 25.3.0
Release: 1
Summary: Kubernetes python client
License: Apache-2.0
URL: https://github.com/kubernetes-client/python
Source0: https://files.pythonhosted.org/packages/9b/e4/de04b848035d92acdd84d99278f021975d2beb81e393fa9cbffbffca42ad/kubernetes-21.7.0.tar.gz
Patch1: 0001-fix-illegal-char-for-0.42.patch
Source0: https://files.pythonhosted.org/packages/e5/c7/cc2b5e62216f5e18c8e27b1ae672684ce147e34b2738a4b251023dc4e9bb/kubernetes-25.3.0.tar.gz
Patch0: 0001-fix-illegal-char-for-0.42.patch
BuildArch: noarch
Requires: python3-certifi
@ -27,28 +25,23 @@ Requires: python3-adal
%description
Python client for kubernetes http://kubernetes.io/
%package -n python3-kubernetes
Summary: Kubernetes python client
Provides: python-kubernetes
Provides: python-kubernetes = %{version}-%{release}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%description -n python3-kubernetes
Python client for kubernetes http://kubernetes.io/
%package help
Summary: Development documents and examples for kubernetes
Provides: python3-kubernetes-doc
%description help
Python client for kubernetes http://kubernetes.io/
%prep
%autosetup -n kubernetes-21.7.0
%setup -n kubernetes-%{version}
%patch0 -p1
%build
%py3_build
@ -88,5 +81,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%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
- Package Spec generated