|
|
|
@ -7,7 +7,7 @@
|
|
|
|
|
%global pypi_name botocore
|
|
|
|
|
|
|
|
|
|
Name: python-%{pypi_name}
|
|
|
|
|
Version: 1.12.135
|
|
|
|
|
Version: 1.12.157
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Low-level, data-driven core of boto 3
|
|
|
|
|
|
|
|
|
@ -88,6 +88,11 @@ nosetests-3 --with-coverage --cover-erase --cover-package botocore --with-xunit
|
|
|
|
|
%endif # with docs
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue May 28 2019 David Duncan <davdunc@amazon.com> - 1.12.157-1
|
|
|
|
|
- Bumping to version 1.12.157
|
|
|
|
|
- resolves #1677950
|
|
|
|
|
- update to latest endpoints and models
|
|
|
|
|
|
|
|
|
|
* Wed Apr 24 2019 David Duncan <dadvunc@amazon.com> - 1.12.135-1
|
|
|
|
|
- Bumping version to 1.12.135
|
|
|
|
|
- add support for ap-east-1
|
|
|
|
|