Update to 1.4.58

This commit is contained in:
Fabio Alessandro Locati 2016-10-02 19:52:37 +01:00
parent 61b233973e
commit 2d0195a34a
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <fale@redhat.com> - 1.4.58-1
- Update to 1.4.58
- Add python-six dependency
* Wed Sep 28 2016 Fabio Alessandro Locati <fale@redhat.com> - 1.4.57-1
- Update to 1.4.57

View File

@ -1 +1 @@
423f1134f07f9eaaa49444fa02c106e9 botocore-1.4.57.tar.gz
5795965788d87ae0865791502b8fa200 botocore-1.4.58.tar.gz