|
|
|
@ -7,8 +7,8 @@
|
|
|
|
|
%global pypi_name botocore
|
|
|
|
|
|
|
|
|
|
Name: python-%{pypi_name}
|
|
|
|
|
Version: 1.12.75
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Version: 1.12.87
|
|
|
|
|
Release: %{?dist}
|
|
|
|
|
Summary: Low-level, data-driven core of boto 3
|
|
|
|
|
|
|
|
|
|
License: ASL 2.0
|
|
|
|
@ -41,6 +41,7 @@ BuildRequires: python3-urllib3
|
|
|
|
|
%endif # with tests
|
|
|
|
|
%{?python_provide:%python_provide python3-%{pypi_name}}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n python3-%{pypi_name}
|
|
|
|
|
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.
|
|
|
|
@ -88,6 +89,11 @@ nosetests-3 --with-coverage --cover-erase --cover-package botocore --with-xunit
|
|
|
|
|
%endif # with docs
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Feb 04 2019 David Duncan <davdunc@amazon.com> - 1.12.87
|
|
|
|
|
- Update to latest models
|
|
|
|
|
- Improve event stream parser tests
|
|
|
|
|
- resolves #1667630
|
|
|
|
|
|
|
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.75-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|