Update to 1.4.58
This commit is contained in:
parent
61b233973e
commit
2d0195a34a
1
.gitignore
vendored
1
.gitignore
vendored
@ -27,3 +27,4 @@
|
|||||||
/botocore-1.4.50.tar.gz
|
/botocore-1.4.50.tar.gz
|
||||||
/botocore-1.4.52.tar.gz
|
/botocore-1.4.52.tar.gz
|
||||||
/botocore-1.4.57.tar.gz
|
/botocore-1.4.57.tar.gz
|
||||||
|
/botocore-1.4.58.tar.gz
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
%global with_docs 0
|
%global with_docs 0
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.4.57
|
Version: 1.4.58
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Low-level, data-driven core of boto 3
|
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}
|
%package -n python2-%{pypi_name}
|
||||||
Summary: Low-level, data-driven core of boto 3
|
Summary: Low-level, data-driven core of boto 3
|
||||||
|
Requires: python-six
|
||||||
Requires: python-jmespath >= 0.7.1
|
Requires: python-jmespath >= 0.7.1
|
||||||
%if 0%{?fix_dateutil}
|
%if 0%{?fix_dateutil}
|
||||||
Requires: python-dateutil >= 1.4
|
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}
|
%if 0%{?with_python3}
|
||||||
%package -n python3-%{pypi_name}
|
%package -n python3-%{pypi_name}
|
||||||
Summary: Low-level, data-driven core of boto 3
|
Summary: Low-level, data-driven core of boto 3
|
||||||
|
Requires: python3-six
|
||||||
Requires: python3-jmespath >= 0.7.1
|
Requires: python3-jmespath >= 0.7.1
|
||||||
%if 0%{?fix_dateutil}
|
%if 0%{?fix_dateutil}
|
||||||
Requires: python3-dateutil >= 1.4
|
Requires: python3-dateutil >= 1.4
|
||||||
@ -165,6 +167,10 @@ nosetests-3.5 --with-coverage --cover-erase --cover-package botocore --with-xuni
|
|||||||
%endif # with_docs
|
%endif # with_docs
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Sep 28 2016 Fabio Alessandro Locati <fale@redhat.com> - 1.4.57-1
|
||||||
- Update to 1.4.57
|
- Update to 1.4.57
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user