diff --git a/python-scciclient-0.15.0.tar.gz b/python-scciclient-0.15.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a9c1a85137f5e52e0f07143cf244e7a527f5f08d Binary files /dev/null and b/python-scciclient-0.15.0.tar.gz differ diff --git a/python-scciclient-0.8.1.tar.gz b/python-scciclient-0.8.1.tar.gz deleted file mode 100644 index 74b312c580e98791c6f5f074a20ed7f1c68a89af..0000000000000000000000000000000000000000 Binary files a/python-scciclient-0.8.1.tar.gz and /dev/null differ diff --git a/python-scciclient.spec b/python-scciclient.spec index 037ee1e7429be007ec663b4f2fe29556ca2ce360..af94db4572a9ad5998ea9999e51ffcc51fcaf62c 100644 --- a/python-scciclient.spec +++ b/python-scciclient.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-scciclient -Version: 0.8.1 -Release: 3 +Version: 0.15.0 +Release: 1 Summary: Python ServerView Common Command Interface (SCCI) Client Library License: Apache-2.0 URL: https://opendev.org/x/python-scciclient -Source0: https://files.pythonhosted.org/packages/f5/2b/32fb677bbf9d08ea8c0b52b05c42d760cc5c947d55649d097eff954747d0/python-scciclient-0.8.1.tar.gz +Source0: https://files.pythonhosted.org/packages/f5/2b/32fb677bbf9d08ea8c0b52b05c42d760cc5c947d55649d097eff954747d0/python-scciclient-%{version}.tar.gz BuildArch: noarch Requires: python3-pbr @@ -24,6 +24,7 @@ Summary: Python ServerView Common Command Interface (SCCI) Client Library Provides: python-python-scciclient BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-wheel BuildRequires: python3-pip BuildRequires: python3-pbr %description -n python3-scciclient @@ -38,7 +39,7 @@ Python ServerView Common Command Interface (SCCI) Client Library %prep -%autosetup -n python-scciclient-0.8.1 +%autosetup -n %{name}-%{version} %build %py3_build @@ -78,7 +79,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Jan 28 2021 zhangy +* Thu Mar 14 2024 wangqiang - 0.15.0-1 +- Update package to version 0.15.0 + +* Thu Jan 28 2021 zhangy - 0.8.0-2 - Add buildrequires -* Mon Jan 04 2021 Python_Bot + +* Mon Jan 04 2021 Python_Bot - 0.8.0-1 - Package Spec generated