|
|
@ -7,8 +7,8 @@
|
|
|
|
%global pypi_name botocore
|
|
|
|
%global pypi_name botocore
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-%{pypi_name}
|
|
|
|
Name: python-%{pypi_name}
|
|
|
|
Version: 1.12.87
|
|
|
|
Version: 1.12.91
|
|
|
|
Release: %{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Low-level, data-driven core of boto 3
|
|
|
|
Summary: Low-level, data-driven core of boto 3
|
|
|
|
|
|
|
|
|
|
|
|
License: ASL 2.0
|
|
|
|
License: ASL 2.0
|
|
|
@ -89,6 +89,13 @@ nosetests-3 --with-coverage --cover-erase --cover-package botocore --with-xunit
|
|
|
|
%endif # with docs
|
|
|
|
%endif # with docs
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Feb 10 2019 David Duncan <davdunc@amazon.com> - 1.12.91
|
|
|
|
|
|
|
|
- resolves #1667630
|
|
|
|
|
|
|
|
- Update to latest models
|
|
|
|
|
|
|
|
- api-change:``discovery``: Update discovery client to latest version
|
|
|
|
|
|
|
|
- api-change:``ecs``: Update ecs client to latest version
|
|
|
|
|
|
|
|
- api-change:``dlm``: Update dlm client to latest version
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 04 2019 David Duncan <davdunc@amazon.com> - 1.12.87
|
|
|
|
* Mon Feb 04 2019 David Duncan <davdunc@amazon.com> - 1.12.87
|
|
|
|
- Update to latest models
|
|
|
|
- Update to latest models
|
|
|
|
- Improve event stream parser tests
|
|
|
|
- Improve event stream parser tests
|
|
|
|