diff options
author | CoprDistGit <infra@openeuler.org> | 2023-07-04 14:03:04 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-07-04 14:03:04 +0000 |
commit | 5e5d59148b7413f259bc115c134827894f0a997b (patch) | |
tree | 42dd580812a438904de7e6002be97324b5534f4e | |
parent | c6ebfe0a64e326c34847c8ab9c79c0453b0b5300 (diff) |
automatic import of python-boto3openeuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-boto3.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /boto3-1.26.162.tar.gz +/boto3-1.27.0.tar.gz diff --git a/python-boto3.spec b/python-boto3.spec index 75bded1..5738545 100644 --- a/python-boto3.spec +++ b/python-boto3.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-boto3 -Version: 1.26.162 +Version: 1.27.0 Release: 1 Summary: The AWS SDK for Python License: Apache License 2.0 URL: https://github.com/boto/boto3 -Source0: https://mirrors.aliyun.com/pypi/web/packages/4c/09/6271886f8779ed3234cc8e672c9cf16546cd67542326d1858507e1c1c662/boto3-1.26.162.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/8b/0d/60483004c7ef78aba8784a169813f4f84252e5056574b193f4522ab6af76/boto3-1.27.0.tar.gz BuildArch: noarch Requires: python3-botocore @@ -32,7 +32,7 @@ Provides: python3-boto3-doc %prep -%autosetup -n boto3-1.26.162 +%autosetup -n boto3-1.27.0 %build %py3_build @@ -72,5 +72,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed Jun 28 2023 Python_Bot <Python_Bot@openeuler.org> - 1.26.162-1 +* Tue Jul 04 2023 Python_Bot <Python_Bot@openeuler.org> - 1.27.0-1 - Package Spec generated @@ -1 +1 @@ -11a484d74d8921858fc3d055acbbb9ae boto3-1.26.162.tar.gz +c5227eb1810d764b2dc8d7db998d3796 boto3-1.27.0.tar.gz |