|
|
@ -7,7 +7,7 @@
|
|
|
|
%global pypi_name boto3
|
|
|
|
%global pypi_name boto3
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-%{pypi_name}
|
|
|
|
Name: python-%{pypi_name}
|
|
|
|
Version: 1.7.41
|
|
|
|
Version: 1.9.15
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: The AWS SDK for Python
|
|
|
|
Summary: The AWS SDK for Python
|
|
|
|
|
|
|
|
|
|
|
@ -37,7 +37,7 @@ BuildRequires: python2-s3transfer
|
|
|
|
Requires: python2-botocore >= 1.10.41
|
|
|
|
Requires: python2-botocore >= 1.10.41
|
|
|
|
Requires: python2-jmespath >= 0.7.1
|
|
|
|
Requires: python2-jmespath >= 0.7.1
|
|
|
|
Requires: python2-s3transfer >= 0.1.10
|
|
|
|
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}}
|
|
|
|
%{?python_provide:%python_provide python2-%{pypi_name}}
|
|
|
|
%{?el6:Provides: python-%{pypi_name}}
|
|
|
|
%{?el6:Provides: python-%{pypi_name}}
|
|
|
|
|
|
|
|
|
|
|
@ -111,6 +111,9 @@ rm -rf tests/integration
|
|
|
|
%endif # with python3
|
|
|
|
%endif # with python3
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
* 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)
|
|
|
|
- Upstream 1.7.41 (Fix compat with botocore 1.10.41)
|
|
|
|
|
|
|
|
|
|
|
|