python-ibmcclient

This commit is contained in:
sunhui 2023-08-14 11:15:24 +08:00
parent 7e90479929
commit 8374059988
3 changed files with 6 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-ibmcclient
Version: 0.2.2
Version: 0.2.5.1
Release: 1
Summary: HUAWEI iBMC client
License: Apache-2.0
URL: https://github.com/IamFive/python-ibmcclient
Source0: https://files.pythonhosted.org/packages/f4/38/cfc6462811a4baae0f534a3cb708345ca2016d27e1a14094acd0bcaafe9e/python-ibmcclient-0.2.2.tar.gz
Source0: https://files.pythonhosted.org/packages/5a/cf/90b37bb162ea3cb0e1d367b907b6d830ed5ee05d503e4c33e47e87aabd36/python-ibmcclient-0.2.5.1.tar.gz
BuildArch: noarch
%description
python-ibmcclient is a Python library to communicate with HUAWEI iBMC based systems.
@ -30,7 +30,7 @@ Provides: python3-ibmcclient-doc
python-ibmcclient is a Python library to communicate with HUAWEI iBMC based systems.
%prep
%autosetup -n python-ibmcclient-0.2.2
%autosetup -n python-ibmcclient-0.2.5.1
%build
%py3_build
@ -75,5 +75,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Mon Aug 14 2023 sunhui <sunhui@kylinos.cn> - 0.2.5.1-1
- Update package to version 0.2.5.1
* Mon Aug 09 2021 OpenStack_SIG <openstack@openeuler.org> - 0.2.2-1
- Package Spec generate