diff --git a/python-storpool.spec b/python-storpool.spec index 5e7ac95bcb8bab82beb18bd194ef88bb3202b7e8..947000e7375e8f3ed0bd630127c32a3b24b45eb6 100644 --- a/python-storpool.spec +++ b/python-storpool.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-storpool -Version: 7.1.0 +Version: 7.3.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/89/02/2ffad378d417e15bb12835a424e6ab804280e472475c847f5392ebcbb079/storpool-7.1.0.tar.gz +Source0: https://files.pythonhosted.org/packages/89/02/2ffad378d417e15bb12835a424e6ab804280e472475c847f5392ebcbb079/storpool-%{version}.tar.gz BuildArch: noarch %description Bindings for the StorPool distributed storage API @@ -81,6 +81,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Mar 13 2024 wangqiang - 7.3.0-1 +- Update package to version 7.3.0 + * Thu Dec 08 2022 jiangxinyu - 7.1.0-1 - Update package to version 7.1.0 diff --git a/python-storpool.yaml b/python-storpool.yaml new file mode 100644 index 0000000000000000000000000000000000000000..041a59fdd014956b75a72e28659714a0df2b42b9 --- /dev/null +++ b/python-storpool.yaml @@ -0,0 +1,4 @@ +version_control: pypi +src_repo: storpool +tag_prefix: ^v +separator: . diff --git a/storpool-7.1.0.tar.gz b/storpool-7.1.0.tar.gz deleted file mode 100644 index 93e3f31d8e44079f72ebf6c319f33b02297f64b2..0000000000000000000000000000000000000000 Binary files a/storpool-7.1.0.tar.gz and /dev/null differ diff --git a/storpool-7.3.0.tar.gz b/storpool-7.3.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..1eb96763fb57dee6b74bdf6fcf0dc3992f8b7fb1 Binary files /dev/null and b/storpool-7.3.0.tar.gz differ