Update to 1.9.15

Resolves: rhbz#1537514
i9ce
Charalampos Stratakis 6 years ago
parent 03d846ea67
commit 2982a5a785

1
.gitignore vendored

@ -14,3 +14,4 @@
/boto3-1.5.19.tar.gz
/boto3-1.6.1.tar.gz
/boto3-1.7.41.tar.gz
/boto3-1.9.15.tar.gz

@ -7,7 +7,7 @@
%global pypi_name boto3
Name: python-%{pypi_name}
Version: 1.7.41
Version: 1.9.15
Release: 1%{?dist}
Summary: The AWS SDK for Python
@ -37,7 +37,7 @@ BuildRequires: python2-s3transfer
Requires: python2-botocore >= 1.10.41
Requires: python2-jmespath >= 0.7.1
Requires: python2-s3transfer >= 0.1.10
RequireS: python2-futures >= 2.2.0
Requires: python2-futures >= 2.2.0
%{?python_provide:%python_provide python2-%{pypi_name}}
%{?el6:Provides: python-%{pypi_name}}
@ -111,6 +111,9 @@ rm -rf tests/integration
%endif # with python3
%changelog
* Tue Oct 02 2018 Charalampos Stratakis <cstratak@redhat.com> - 1.9.15-1
- Update to 1.9.15
* Wed Jul 18 2018 Haïkel Guémar <hguemar@fedoraproject.org> - 1.7.41-1
- Upstream 1.7.41 (Fix compat with botocore 1.10.41)

@ -1 +1 @@
SHA512 (boto3-1.7.41.tar.gz) = 438bd7afddd7df6ac033052fc179da7a1e824af061d1affcd77b3dc58da602a984759076661bc050682acc4ba6e2c0e3de8c692d4c8b8b7f5abfa0af09a9b1cc
SHA512 (boto3-1.9.15.tar.gz) = 4518ec4609dc876b98ea057fd2bb21accb6b29af27bd2955f11dd9edec9dae9efacb55eccd2e9537a166142638488f49c00ab307a31bc409d86dabf540d5b3cb

Loading…
Cancel
Save