Update package to version 7.1.0

This commit is contained in:
jxy_git 2022-12-08 15:41:12 +08:00
parent c4a19823fc
commit a8a09b9da2
3 changed files with 9 additions and 2 deletions

View File

@ -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 <jiangxinyu@kylinos.cn> - 7.1.0-1
- Update package to version 7.1.0
* Mon May 30 2022 OpenStack_SIG <openstack@openeuler.org> - 7.0.0-1
- Upgrade package python3-storpool to version 7.0.0

Binary file not shown.

BIN
storpool-7.1.0.tar.gz Normal file

Binary file not shown.