Update to version 1.12.87 resolves #1671894
This commit is contained in:
parent
0c8750fc1e
commit
04bff2fd69
1
.gitignore
vendored
1
.gitignore
vendored
@ -54,3 +54,4 @@
|
|||||||
/botocore-1.12.47.tar.gz
|
/botocore-1.12.47.tar.gz
|
||||||
/botocore-1.12.65.tar.gz
|
/botocore-1.12.65.tar.gz
|
||||||
/botocore-1.12.75.tar.gz
|
/botocore-1.12.75.tar.gz
|
||||||
|
/botocore-1.12.87.tar.gz
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
%global pypi_name botocore
|
%global pypi_name botocore
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.12.75
|
Version: 1.12.87
|
||||||
Release: 4%{?dist}
|
Release: %{?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
|
||||||
@ -41,6 +41,7 @@ BuildRequires: python3-urllib3
|
|||||||
%endif # with tests
|
%endif # with tests
|
||||||
%{?python_provide:%python_provide python3-%{pypi_name}}
|
%{?python_provide:%python_provide python3-%{pypi_name}}
|
||||||
|
|
||||||
|
|
||||||
%description -n python3-%{pypi_name}
|
%description -n python3-%{pypi_name}
|
||||||
A low-level interface to a growing number of Amazon Web Services. The
|
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.
|
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
|
%endif # with docs
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.75-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
1
sources
1
sources
@ -2,3 +2,4 @@ SHA512 (botocore-1.12.18.tar.gz) = 1411078afbb6f011bab914c881e592f0096f6f0ee7704
|
|||||||
SHA512 (botocore-1.12.47.tar.gz) = 799af3b2c02094dd8eacfb2a1ff6ef317fc25548e3b1dae04bcd2c0199c18306123f4d679b6c5ebafaf1fe192a45af5d6206b0ff45c2435c65f2978b9e1017d2
|
SHA512 (botocore-1.12.47.tar.gz) = 799af3b2c02094dd8eacfb2a1ff6ef317fc25548e3b1dae04bcd2c0199c18306123f4d679b6c5ebafaf1fe192a45af5d6206b0ff45c2435c65f2978b9e1017d2
|
||||||
SHA512 (botocore-1.12.65.tar.gz) = 1913051864553320e626703c349b0a4db52dd5e8ea820763f2d15d3c67659ec9efde8640365771a0d36f9e5b68915b4508e616fe3655c8dc0669edf550cfedec
|
SHA512 (botocore-1.12.65.tar.gz) = 1913051864553320e626703c349b0a4db52dd5e8ea820763f2d15d3c67659ec9efde8640365771a0d36f9e5b68915b4508e616fe3655c8dc0669edf550cfedec
|
||||||
SHA512 (botocore-1.12.75.tar.gz) = 69e68ab4c9dfd0a19f645bc67a88a579bd056d89d9bba336b54d27eb5170ddb9983e7514f335485437dbbaa08d70f4e1abce91a0aa1ab89629150bf1582733cd
|
SHA512 (botocore-1.12.75.tar.gz) = 69e68ab4c9dfd0a19f645bc67a88a579bd056d89d9bba336b54d27eb5170ddb9983e7514f335485437dbbaa08d70f4e1abce91a0aa1ab89629150bf1582733cd
|
||||||
|
SHA512 (botocore-1.12.87.tar.gz) = d78da18d182c87377ff7f7c01a85c4c232d79225bf8eacc5c86bc8162b9e3aad31c8a69d86a01d7bbec2814a2ce2f4c3ec90e944cdc897191643004fd99d5c17
|
||||||
|
Loading…
Reference in New Issue
Block a user