diff --git a/python-cinderclient-7.4.0.tar.gz b/python-cinderclient-7.4.0.tar.gz deleted file mode 100644 index 9f82f4e357b087f626a9399a77606909308cd7c1..0000000000000000000000000000000000000000 Binary files a/python-cinderclient-7.4.0.tar.gz and /dev/null differ diff --git a/python-cinderclient-8.3.0.tar.gz b/python-cinderclient-8.3.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..08c5eef6c78dff82163978411a9f22a0ee0b5bad Binary files /dev/null and b/python-cinderclient-8.3.0.tar.gz differ diff --git a/python-cinderclient.spec b/python-cinderclient.spec index d31ea5e32794601f1446f51e840f113a96c22280..ef36608f698da158c6c0aa3b1f4a21719f313c6d 100644 --- a/python-cinderclient.spec +++ b/python-cinderclient.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-cinderclient -Version: 7.4.0 -Release: 2 +Version: 8.3.0 +Release: 1 Summary: OpenStack Block Storage API Client Library License: Apache-2.0 URL: https://docs.openstack.org/python-cinderclient/latest/ -Source0: https://files.pythonhosted.org/packages/83/d2/4bde089484ebe1125fd71f7a41da498a67a1344263187f4f10adda06d149/python-cinderclient-7.4.0.tar.gz +Source0: https://files.pythonhosted.org/packages/54/05/2ae3d26e8e29cb041c557dc38111687120b47053b31d51af2c1a2bfea23a/python-cinderclient-8.3.0.tar.gz BuildArch: noarch %description the OpenStack Cinder API This is a client for the OpenStack Cinder API. There's @@ -49,7 +49,7 @@ the OpenStack Cinder API This is a client for the OpenStack Cinder API. There's a Python API (the cinderclient module), and a command-line script (cinder). %prep -%autosetup -n python-cinderclient-7.4.0 -p1 +%autosetup -n python-cinderclient-%{version} %build %py3_build @@ -85,13 +85,15 @@ mv %{buildroot}/doclist.lst . %files -n python3-cinderclient -f filelist.lst - %dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog +* Thu Jul 14 2022 OpenStack_SIG - 8.3.0-1 +- Upgrade package python3-cinderclient to version 8.3.0 + * Fri Jul 30 2021 chenyanpanHW - 7.4.0-2 - DESC: delete -S git from %autosetup