Update to 1.9.101

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
i9ce
Igor Gnatenko 6 years ago
parent 9302d7ffe1
commit 375cb44bec
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -16,3 +16,4 @@
/boto3-1.7.41.tar.gz /boto3-1.7.41.tar.gz
/boto3-1.9.15.tar.gz /boto3-1.9.15.tar.gz
/boto3-1.9.96.tar.gz /boto3-1.9.96.tar.gz
/boto3-1.9.101.tar.gz

@ -2,7 +2,7 @@
%global pypi_name boto3 %global pypi_name boto3
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 1.9.96 Version: 1.9.101
Release: 1%{?dist} Release: 1%{?dist}
Summary: The AWS SDK for Python Summary: The AWS SDK for Python
@ -14,7 +14,7 @@ BuildArch: noarch
%description %description
Boto3 is the Amazon Web Services (AWS) Software Development Boto3 is the Amazon Web Services (AWS) Software Development
Kit (SDK) for Python, which allows Python developers to Kit (SDK) for Python, which allows Python developers to
write software that makes use of services like Amazon S3 write software that makes use of services like Amazon S3
and Amazon EC2. and Amazon EC2.
%package -n python3-%{pypi_name} %package -n python3-%{pypi_name}
@ -33,7 +33,7 @@ BuildRequires: python3dist(s3transfer)
%description -n python3-%{pypi_name} %description -n python3-%{pypi_name}
Boto3 is the Amazon Web Services (AWS) Software Development Boto3 is the Amazon Web Services (AWS) Software Development
Kit (SDK) for Python, which allows Python developers to Kit (SDK) for Python, which allows Python developers to
write software that makes use of services like Amazon S3 write software that makes use of services like Amazon S3
and Amazon EC2. and Amazon EC2.
%prep %prep
@ -51,13 +51,16 @@ rm -rf tests/integration
%check %check
%{__python3} setup.py test %{__python3} setup.py test
%files -n python3-%{pypi_name} %files -n python3-%{pypi_name}
%doc README.rst %doc README.rst
%license LICENSE %license LICENSE
%{python3_sitelib}/%{pypi_name}/ %{python3_sitelib}/%{pypi_name}/
%{python3_sitelib}/%{pypi_name}-%{version}-*.egg-info/ %{python3_sitelib}/%{pypi_name}-%{version}-*.egg-info/
%changelog %changelog
* Sat Feb 23 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.9.101-1
- Update to 1.9.101
* Fri Feb 15 2019 Kevin Fenzi <kevin@scrye.com> - 1.9.96-1 * Fri Feb 15 2019 Kevin Fenzi <kevin@scrye.com> - 1.9.96-1
- Update to 1.9.96. Fixes bug #1667629 - Update to 1.9.96. Fixes bug #1667629

@ -1 +1 @@
SHA512 (boto3-1.9.96.tar.gz) = 4e6c943bd8b43a13b48893782d35c3376602be7fe7b868fe64455f7dcfb72b37c3b73c410de8f276d9f0d02a17f2108ebb87ae4b07c00408e47b19fcc991a484 SHA512 (boto3-1.9.101.tar.gz) = c85732a251076357c71970387471e5442d327cc524722b8e0d4b3d891cc7b7cab9825e96cd58cf92b36fa91532aebb540444670e85304734240a0213380e7e9c

Loading…
Cancel
Save