diff --git a/python-ibmcclient-0.2.2.tar.gz b/python-ibmcclient-0.2.2.tar.gz deleted file mode 100644 index 6bb9906..0000000 Binary files a/python-ibmcclient-0.2.2.tar.gz and /dev/null differ diff --git a/python-ibmcclient-0.2.5.1.tar.gz b/python-ibmcclient-0.2.5.1.tar.gz new file mode 100644 index 0000000..c9848a3 Binary files /dev/null and b/python-ibmcclient-0.2.5.1.tar.gz differ diff --git a/python-ibmcclient.spec b/python-ibmcclient.spec index 19b6341..e880526 100644 --- a/python-ibmcclient.spec +++ b/python-ibmcclient.spec @@ -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 - 0.2.5.1-1 +- Update package to version 0.2.5.1 + * Mon Aug 09 2021 OpenStack_SIG - 0.2.2-1 - Package Spec generate