Update to 1.4.4
This commit is contained in:
parent
6862e59eae
commit
6a5bd49632
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/boto3-1.4.1.tar.gz
|
||||
/boto3-1.4.2.tar.gz
|
||||
/boto3-1.4.3.tar.gz
|
||||
/boto3-1.4.4.tar.gz
|
||||
|
@ -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
|
||||
|
||||
@ -16,6 +16,15 @@ URL: https://github.com/boto/boto3
|
||||
Source0: https://pypi.io/packages/source/b/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
Boto3 is the Amazon Web Services (AWS) Software Development
|
||||
Kit (SDK) for Python, which allows Python developers to
|
||||
write software that makes use of services like Amazon S3
|
||||
and Amazon EC2.
|
||||
|
||||
%package -n python2-%{pypi_name}
|
||||
Summary: The AWS SDK for Python
|
||||
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: python-nose
|
||||
@ -25,26 +34,7 @@ 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
|
||||
Kit (SDK) for Python, which allows Python developers to
|
||||
write software that makes use of services like Amazon S3
|
||||
and Amazon EC2.
|
||||
|
||||
%package -n python2-%{pypi_name}
|
||||
Summary: The AWS SDK for Python
|
||||
Requires: python2-botocore >= 1.4.1
|
||||
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
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (boto3-1.4.3.tar.gz) = dba1dc4a610bf17799fd0c87900f2d2144877923580ef8675f819b0d04682bc0376cd1f6a04a9c7a64b400c37d9e0608a4232caddfd0fa5724bc581682abd791
|
||||
SHA512 (boto3-1.4.4.tar.gz) = 7b0ffdf5ff07c8497ce3a2f12c700f76aefd206e4a277fee51924cbad4175f2cd3de203a58635f297a2e97483f6fbd328f682298d62fc2168b4400fd7b0ef116
|
||||
|
Loading…
Reference in New Issue
Block a user