Update to 1.5.3
This commit is contained in:
parent
f49ef56e76
commit
8de666ee24
1
.gitignore
vendored
1
.gitignore
vendored
@ -34,3 +34,4 @@
|
||||
/botocore-1.4.81.tar.gz
|
||||
/botocore-1.4.85.tar.gz
|
||||
/botocore-1.4.91.tar.gz
|
||||
/botocore-1.5.3.tar.gz
|
||||
|
@ -14,7 +14,7 @@
|
||||
%global pypi_name botocore
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.4.91
|
||||
Version: 1.5.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Low-level, data-driven core of boto 3
|
||||
|
||||
@ -24,6 +24,12 @@ Source0: https://pypi.io/packages/source/b/%{pypi_name}/%{pypi_name}-%{ve
|
||||
Patch0: botocore-1.4.52-fix_dateutil_version.patch
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
A low-level interface to a growing number of Amazon Web Services. The
|
||||
botocore package is the foundation for the AWS CLI as well as boto3.
|
||||
|
||||
%package -n python2-%{pypi_name}
|
||||
Summary: Low-level, data-driven core of boto 3
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python-setuptools
|
||||
%if %{with docs}
|
||||
@ -41,32 +47,6 @@ BuildRequires: python-docutils
|
||||
BuildRequires: python-dateutil
|
||||
BuildRequires: python2-jmespath
|
||||
%endif # with tests
|
||||
%if %{with python3}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
%if %{with docs}
|
||||
BuildRequires: python3-sphinx
|
||||
BuildRequires: python3-guzzle_sphinx_theme
|
||||
%endif # with docs
|
||||
%if %{with tests}
|
||||
%{?fc24:BuildRequires: python3-behave}
|
||||
BuildRequires: python3-mock
|
||||
BuildRequires: python3-nose
|
||||
BuildRequires: python3-six
|
||||
BuildRequires: python3-wheel
|
||||
BuildRequires: python3-docutils
|
||||
BuildRequires: python3-dateutil
|
||||
BuildRequires: python3-jmespath
|
||||
%endif # with tests
|
||||
%endif # with python3
|
||||
|
||||
%description
|
||||
A low-level interface to a growing number of Amazon Web Services. The
|
||||
botocore package is the foundation for the AWS CLI as well as boto3.
|
||||
|
||||
%package -n python2-%{pypi_name}
|
||||
Summary: Low-level, data-driven core of boto 3
|
||||
Requires: python-six
|
||||
Requires: python-jmespath >= 0.7.1
|
||||
%if %{with fix_dateutil}
|
||||
Requires: python-dateutil >= 1.4
|
||||
@ -84,7 +64,22 @@ botocore package is the foundation for the AWS CLI as well as boto3.
|
||||
%if %{with python3}
|
||||
%package -n python3-%{pypi_name}
|
||||
Summary: Low-level, data-driven core of boto 3
|
||||
Requires: python3-six
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
%if %{with docs}
|
||||
BuildRequires: python3-sphinx
|
||||
BuildRequires: python3-guzzle_sphinx_theme
|
||||
%endif # with docs
|
||||
%if %{with tests}
|
||||
%{?fc24:BuildRequires: python3-behave}
|
||||
BuildRequires: python3-mock
|
||||
BuildRequires: python3-nose
|
||||
BuildRequires: python3-six
|
||||
BuildRequires: python3-wheel
|
||||
BuildRequires: python3-docutils
|
||||
BuildRequires: python3-dateutil
|
||||
BuildRequires: python3-jmespath
|
||||
%endif # with tests
|
||||
Requires: python3-jmespath >= 0.7.1
|
||||
%if %{with fix_dateutil}
|
||||
Requires: python3-dateutil >= 1.4
|
||||
@ -170,6 +165,9 @@ nosetests-3.5 --with-coverage --cover-erase --cover-package botocore --with-xuni
|
||||
%endif # with docs
|
||||
|
||||
%changelog
|
||||
* Fri Jan 20 2017 Fabio Alessandro Locati <fale@fedoraproject.org> - 1.5.3-1
|
||||
- Update to 1.5.3
|
||||
|
||||
* Wed Dec 28 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 1.4.91-1
|
||||
- Update to 1.4.91
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (botocore-1.4.91.tar.gz) = 7a6587ae78e9a7787b59ff3e5f53d5c777d3d37c6941904a9d0db334a50de61ef19f3eeffb480ed5144e839a74688835d47d13651a33df60e417a30b5b3a8326
|
||||
SHA512 (botocore-1.5.3.tar.gz) = 768b4499797c03580f3a9bfef4b608c03749c46e5347f8165593b012dcf69a8fd58ad2354a28e1fd3eba2f26acc7ad3ceb40ceac3e2d96fda6e135138b68ddc6
|
||||
|
Loading…
Reference in New Issue
Block a user