|
|
|
@ -7,7 +7,7 @@
|
|
|
|
|
%global pypi_name boto3
|
|
|
|
|
|
|
|
|
|
Name: python-%{pypi_name}
|
|
|
|
|
Version: 1.4.3
|
|
|
|
|
Version: 1.4.4
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: The AWS SDK for Python
|
|
|
|
|
|
|
|
|
@ -15,26 +15,6 @@ License: ASL 2.0
|
|
|
|
|
URL: https://github.com/boto/boto3
|
|
|
|
|
Source0: https://pypi.io/packages/source/b/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
BuildRequires: python2-devel
|
|
|
|
|
BuildRequires: python-setuptools
|
|
|
|
|
BuildRequires: python-nose
|
|
|
|
|
BuildRequires: python-mock
|
|
|
|
|
BuildRequires: python-wheel
|
|
|
|
|
BuildRequires: python2-botocore
|
|
|
|
|
BuildRequires: python2-jmespath
|
|
|
|
|
BuildRequires: python-futures
|
|
|
|
|
BuildRequires: python2-s3transfer
|
|
|
|
|
%if %{with python3}
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
|
BuildRequires: python3-nose
|
|
|
|
|
BuildRequires: python3-mock
|
|
|
|
|
BuildRequires: python3-wheel
|
|
|
|
|
BuildRequires: python3-botocore
|
|
|
|
|
BuildRequires: python3-jmespath
|
|
|
|
|
BuildRequires: python3-s3transfer
|
|
|
|
|
%endif # with python3
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Boto3 is the Amazon Web Services (AWS) Software Development
|
|
|
|
@ -44,7 +24,17 @@ and Amazon EC2.
|
|
|
|
|
|
|
|
|
|
%package -n python2-%{pypi_name}
|
|
|
|
|
Summary: The AWS SDK for Python
|
|
|
|
|
Requires: python2-botocore >= 1.4.1
|
|
|
|
|
|
|
|
|
|
BuildRequires: python2-devel
|
|
|
|
|
BuildRequires: python-setuptools
|
|
|
|
|
BuildRequires: python-nose
|
|
|
|
|
BuildRequires: python-mock
|
|
|
|
|
BuildRequires: python-wheel
|
|
|
|
|
BuildRequires: python2-botocore
|
|
|
|
|
BuildRequires: python2-jmespath
|
|
|
|
|
BuildRequires: python-futures
|
|
|
|
|
BuildRequires: python2-s3transfer
|
|
|
|
|
Requires: python2-botocore >= 1.5.0
|
|
|
|
|
Requires: python2-jmespath >= 0.7.1
|
|
|
|
|
Requires: python2-s3transfer >= 0.1.10
|
|
|
|
|
RequireS: python-futures >= 2.2.0
|
|
|
|
@ -60,7 +50,16 @@ and Amazon EC2.
|
|
|
|
|
%if %{with python3}
|
|
|
|
|
%package -n python3-%{pypi_name}
|
|
|
|
|
Summary: The AWS SDK for Python
|
|
|
|
|
Requires: python3-botocore >= 1.4.1
|
|
|
|
|
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
|
BuildRequires: python3-nose
|
|
|
|
|
BuildRequires: python3-mock
|
|
|
|
|
BuildRequires: python3-wheel
|
|
|
|
|
BuildRequires: python3-botocore
|
|
|
|
|
BuildRequires: python3-jmespath
|
|
|
|
|
BuildRequires: python3-s3transfer
|
|
|
|
|
Requires: python3-botocore >= 1.5.0
|
|
|
|
|
Requires: python3-jmespath >= 0.7.1
|
|
|
|
|
Requires: python3-s3transfer >= 0.1.10
|
|
|
|
|
%{?python_provide:%python_provide python3-%{pypi_name}}
|
|
|
|
@ -112,6 +111,9 @@ rm -rf tests/integration
|
|
|
|
|
%endif # with python3
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jan 20 2017 Fabio Alessandro Locati <fale@fedoraproject.org> 1.4.4-1
|
|
|
|
|
- Update to 1.4.4
|
|
|
|
|
|
|
|
|
|
* Wed Dec 28 2016 Fabio Alessandro Locati <fale@fedoraproject.org> 1.4.3-1
|
|
|
|
|
- Update to 1.4.3
|
|
|
|
|
|
|
|
|
|