diff --git a/python-storpool.spec b/python-storpool.spec index a3e88c860d3fb058153fb2dd7bb6efad1082ebb3..5fbe216eeba173fd8d26b1d4012ca796c286c352 100644 --- a/python-storpool.spec +++ b/python-storpool.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-storpool -Version: 5.5.0 -Release: 2 +Version: 5.1.0 +Release: 1 Summary: Bindings for the StorPool distributed storage API License: Apache-2.0 URL: http://www.storpool.com/ -Source0: https://files.pythonhosted.org/packages/d1/19/29a0ca6faeb9ca3543fcf7d7eb89ca39f657f92b0a5d5e80b60651d908ce/storpool-5.5.0.tar.gz +Source0: https://files.pythonhosted.org/packages/30/a2/10b07664c42f42013895e0146c5c8dbf7a21cf0fccffd21c0c3b5e1c11d8/storpool-5.1.0.tar.gz BuildArch: noarch %description Bindings for the StorPool distributed storage API @@ -19,9 +19,6 @@ BuildRequires: python3-setuptools BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel -BuildRequires: python3-mock -BuildRequires: python3-ddt -BuildRequires: python3-pytest # General requires BuildRequires: python3-confget # General requires @@ -36,7 +33,7 @@ Provides: python3-storpool-doc Bindings for the StorPool distributed storage API %prep -%autosetup -n storpool-5.5.0 -p1 +%autosetup -n storpool-%{version} %build %py3_build @@ -74,13 +71,15 @@ mv %{buildroot}/doclist.lst . %{__python3} setup.py test %files -n python3-storpool -f filelist.lst - %dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog +* Thu Oct 28 2021 OpenStack_SIG - 5.1.0-1 +- Upgrade package python3-storpool to version 5.1.0 + * Fri Jul 30 2021 chenyanpanHW - 5.5.0-2 - DESC: delete -S git from %autosetup diff --git a/storpool-5.1.0.tar.gz b/storpool-5.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..52eff2b370adb5477a9d5f74f4901c509eb62f2d Binary files /dev/null and b/storpool-5.1.0.tar.gz differ diff --git a/storpool-5.5.0.tar.gz b/storpool-5.5.0.tar.gz deleted file mode 100644 index b354fe03940a0c2a753ec4e894b352aca20c3fb3..0000000000000000000000000000000000000000 Binary files a/storpool-5.5.0.tar.gz and /dev/null differ