diff --git a/python-storpool.spec b/python-storpool.spec index a3e88c860d3fb058153fb2dd7bb6efad1082ebb3..84745bc501a9b27060f83a8b1fce828e728e3936 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: 7.0.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/73/eb/45b852565c385228a4a337ea3993021e48bb4120adfff422fbfd32e780fb/storpool-7.0.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 +* Mon May 30 2022 OpenStack_SIG - 7.0.0-1 +- Upgrade package python3-storpool to version 7.0.0 + * Fri Jul 30 2021 chenyanpanHW - 5.5.0-2 - DESC: delete -S git from %autosetup 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 diff --git a/storpool-7.0.0.tar.gz b/storpool-7.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f2b57d826f62df48665d015ee4589904b0544b88 Binary files /dev/null and b/storpool-7.0.0.tar.gz differ