diff --git a/apache-libcloud-3.4.1.tar.gz b/apache-libcloud-3.4.1.tar.gz deleted file mode 100644 index f1ca56b..0000000 Binary files a/apache-libcloud-3.4.1.tar.gz and /dev/null differ diff --git a/apache-libcloud-3.7.0.tar.gz b/apache-libcloud-3.7.0.tar.gz new file mode 100644 index 0000000..9935d9e Binary files /dev/null and b/apache-libcloud-3.7.0.tar.gz differ diff --git a/python-apache-libcloud.spec b/python-apache-libcloud.spec index 78f6b12..7a66e92 100644 --- a/python-apache-libcloud.spec +++ b/python-apache-libcloud.spec @@ -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 - 3.7.0-1 +- Upgrade package to version 3.7.0 + * Thu Nov 18 2021 Python_Bot - 3.4.1-1 - Package Spec generated