diff --git a/.gitignore b/.gitignore index bce4451..0120d3f 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /botocore-1.4.50.tar.gz /botocore-1.4.52.tar.gz /botocore-1.4.57.tar.gz +/botocore-1.4.58.tar.gz diff --git a/python-botocore.spec b/python-botocore.spec index 2988c28..3869884 100644 --- a/python-botocore.spec +++ b/python-botocore.spec @@ -13,7 +13,7 @@ %global with_docs 0 Name: python-%{pypi_name} -Version: 1.4.57 +Version: 1.4.58 Release: 1%{?dist} Summary: Low-level, data-driven core of boto 3 @@ -65,6 +65,7 @@ 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 0%{?fix_dateutil} Requires: python-dateutil >= 1.4 @@ -82,6 +83,7 @@ botocore package is the foundation for the AWS CLI as well as boto3. %if 0%{?with_python3} %package -n python3-%{pypi_name} Summary: Low-level, data-driven core of boto 3 +Requires: python3-six Requires: python3-jmespath >= 0.7.1 %if 0%{?fix_dateutil} Requires: python3-dateutil >= 1.4 @@ -165,6 +167,10 @@ nosetests-3.5 --with-coverage --cover-erase --cover-package botocore --with-xuni %endif # with_docs %changelog +* Sun Oct 02 2016 Fabio Alessandro Locati - 1.4.58-1 +- Update to 1.4.58 +- Add python-six dependency + * Wed Sep 28 2016 Fabio Alessandro Locati - 1.4.57-1 - Update to 1.4.57 diff --git a/sources b/sources index 28d1c57..e434d31 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -423f1134f07f9eaaa49444fa02c106e9 botocore-1.4.57.tar.gz +5795965788d87ae0865791502b8fa200 botocore-1.4.58.tar.gz