diff --git a/python-storpool.spec b/python-storpool.spec index 84745bc..5e7ac95 100644 --- a/python-storpool.spec +++ b/python-storpool.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-storpool -Version: 7.0.0 +Version: 7.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/73/eb/45b852565c385228a4a337ea3993021e48bb4120adfff422fbfd32e780fb/storpool-7.0.0.tar.gz +Source0: https://files.pythonhosted.org/packages/89/02/2ffad378d417e15bb12835a424e6ab804280e472475c847f5392ebcbb079/storpool-7.1.0.tar.gz BuildArch: noarch %description Bindings for the StorPool distributed storage API @@ -19,6 +19,10 @@ BuildRequires: python3-setuptools BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel +#for test +BuildRequires: python3-ddt +BuildRequires: python3-mock +BuildRequires: python3-pytest # General requires BuildRequires: python3-confget # General requires @@ -77,6 +81,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Dec 08 2022 jiangxinyu - 7.1.0-1 +- Update package to version 7.1.0 + * Mon May 30 2022 OpenStack_SIG - 7.0.0-1 - Upgrade package python3-storpool to version 7.0.0 diff --git a/storpool-7.0.0.tar.gz b/storpool-7.0.0.tar.gz deleted file mode 100644 index f2b57d8..0000000 Binary files a/storpool-7.0.0.tar.gz and /dev/null differ diff --git a/storpool-7.1.0.tar.gz b/storpool-7.1.0.tar.gz new file mode 100644 index 0000000..93e3f31 Binary files /dev/null and b/storpool-7.1.0.tar.gz differ