update version to 1.26.30

This commit is contained in:
liqiuyu123 2022-12-15 16:01:41 +08:00
parent c5721b6ebd
commit 41d86c6a7c
3 changed files with 10 additions and 4 deletions

BIN
boto3-1.26.30.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-boto3
Version: 1.26.6
Version: 1.26.30
Release: 1
Summary: The AWS SDK for Python
License: Apache-2.0
URL: https://github.com/boto/boto3
Source0: https://files.pythonhosted.org/packages/2c/fa/cbbf6102b6ff9ba59f4220be7c0bed58ab31570a98b93f2cc4058c44eb73/boto3-1.26.6.tar.gz
Source0: https://files.pythonhosted.org/packages/fb/62/9920814ada419367cfea333fd440f8e7951ef5b0404325e66a6ad3d56b40/boto3-1.26.30.tar.gz
BuildArch: noarch
%description
Boto3 is the Amazon Web Services (AWS) Software Development
@ -15,7 +15,7 @@ and Amazon EC2.
%package -n python3-boto3
Summary: The AWS SDK for Python
Provides: python-boto3
Provides: python-boto3 = %{version}-%{release}
BuildRequires: python3-devel
BuildRequires: python3-s3transfer
BuildRequires: python3-jmespath
@ -31,7 +31,10 @@ and Amazon EC2.
Summary: Development documents and examples for boto3
Provides: python3-boto3-doc
%description help
Boto3 is the Amazon Web Services (AWS) Software Development
Kit (SDK) for Python, which allows Python developers to
write software that makes use of services like Amazon S3
and Amazon EC2.
%prep
%autosetup -n boto3-%{version}
@ -74,6 +77,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Thu Dec 15 2022 liqiuyu <liqiuyu@kylinos.cn> - 1.26.30-1
- Update package to version 1.26.30
* Thu Nov 10 2022 liqiuyu <liqiuyu@kylinos.cn> - 1.26.6-1
- Upgrade package to version 1.26.6