Upgrade package to version 3.7.0

This commit is contained in:
lyn1001 2023-04-07 10:54:33 +08:00
parent 626aeab67f
commit aff8c1a4e7
3 changed files with 6 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-apache-libcloud
Version: 3.4.1
Version: 3.7.0
Release: 1
Summary: A standard Python library that abstracts away differences among multiple cloud provider APIs.
License: Apache-2.0
URL: https://libcloud.apache.org/
Source0: https://files.pythonhosted.org/packages/08/91/0b0dab1e41ce2e17eae9ac98c51e92418b3811c16efffc9bd80e7f451f37/apache-libcloud-3.4.1.tar.gz
Source0: https://files.pythonhosted.org/packages/ee/33/1cc39b29f392154765c9c86446892066275363c6f3cea6a5b1834d9c4301/apache-libcloud-3.7.0.tar.gz
BuildArch: noarch
Requires: python3-requests
@ -34,7 +34,7 @@ cloud provider APIs and allows you to manage different cloud resources
through a unified and easy to use API.
%prep
%autosetup -n apache-libcloud-3.4.1
%autosetup -n apache-libcloud-%{version}
%build
%py3_build
@ -74,5 +74,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Fri Apr 7 2023 liyanan <thistleslyn@163.com> - 3.7.0-1
- Upgrade package to version 3.7.0
* Thu Nov 18 2021 Python_Bot <Python_Bot@openeuler.org> - 3.4.1-1
- Package Spec generated