Upstream 1.7.41 (Fix compat with botocore 1.10.41)
This commit is contained in:
parent
a2bc6953ff
commit
c6a2fe31ae
@ -7,8 +7,8 @@
|
|||||||
%global pypi_name boto3
|
%global pypi_name boto3
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.6.1
|
Version: 1.7.41
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The AWS SDK for Python
|
Summary: The AWS SDK for Python
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -34,7 +34,7 @@ BuildRequires: python2-botocore
|
|||||||
BuildRequires: python2-jmespath
|
BuildRequires: python2-jmespath
|
||||||
BuildRequires: python2-futures
|
BuildRequires: python2-futures
|
||||||
BuildRequires: python2-s3transfer
|
BuildRequires: python2-s3transfer
|
||||||
Requires: python2-botocore >= 1.5.0
|
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
|
||||||
@ -59,7 +59,7 @@ BuildRequires: python3-wheel
|
|||||||
BuildRequires: python3-botocore
|
BuildRequires: python3-botocore
|
||||||
BuildRequires: python3-jmespath
|
BuildRequires: python3-jmespath
|
||||||
BuildRequires: python3-s3transfer
|
BuildRequires: python3-s3transfer
|
||||||
Requires: python3-botocore >= 1.5.0
|
Requires: python3-botocore >= 1.10.41
|
||||||
Requires: python3-jmespath >= 0.7.1
|
Requires: python3-jmespath >= 0.7.1
|
||||||
Requires: python3-s3transfer >= 0.1.10
|
Requires: python3-s3transfer >= 0.1.10
|
||||||
%{?python_provide:%python_provide python3-%{pypi_name}}
|
%{?python_provide:%python_provide python3-%{pypi_name}}
|
||||||
@ -111,6 +111,9 @@ rm -rf tests/integration
|
|||||||
%endif # with python3
|
%endif # with python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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)
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-4
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user