Update to 1.13.21
This commit is contained in:
parent
a3eef1f927
commit
02dc64aeca
1
.gitignore
vendored
1
.gitignore
vendored
@ -76,3 +76,4 @@
|
||||
/botocore-1.12.243.tar.gz
|
||||
/botocore-1.12.253.tar.gz
|
||||
/botocore-1.13.2.tar.gz
|
||||
/botocore-1.13.21.tar.gz
|
||||
|
@ -7,8 +7,8 @@
|
||||
%global pypi_name botocore
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.13.2
|
||||
Release: 2%{?dist}
|
||||
Version: 1.13.21
|
||||
Release: 1%{?dist}
|
||||
Summary: Low-level, data-driven core of boto 3
|
||||
|
||||
License: ASL 2.0
|
||||
@ -54,8 +54,6 @@ Summary: Documentation for %{name}
|
||||
|
||||
%prep
|
||||
%setup -q -n %{pypi_name}-%{version}
|
||||
sed -i -e '1 d' botocore/vendored/requests/packages/chardet/chardetect.py
|
||||
sed -i -e '1 d' botocore/vendored/requests/certs.py
|
||||
rm -rf %{pypi_name}.egg-info
|
||||
# Remove online tests
|
||||
rm -rf tests/integration
|
||||
@ -88,6 +86,9 @@ nosetests-3 --with-coverage --cover-erase --cover-package botocore --with-xunit
|
||||
%endif # with docs
|
||||
|
||||
%changelog
|
||||
* Tue Nov 19 2019 Orion Poplawski <orion@nwra.com> - 1.13.21-1
|
||||
- Update to 1.13.21
|
||||
|
||||
* Mon Oct 28 2019 David Duncan <davdunc@amazon.com> - 1.13.2-1
|
||||
- Merge changes from 1.13.2 release. (#1677950)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (botocore-1.13.2.tar.gz) = ef48ae18c61c83b43ac435c9b9e3e7c69963c19cc79bb34c7541d5d823f952c022b1b7e4eb1dfa33dd9fe5c14c87f7cf72d0e9d17012984c9f10c06abe27d279
|
||||
SHA512 (botocore-1.13.21.tar.gz) = 7c6f20f9ecf97ff6236cbaa41165290067f610622ec82b0c819ab3e7cf5d8111e36a70f76b20087b25b6a4d564b4f2c40ce9b9d48e3794021cd336ec87fa37b7
|
||||
|
Loading…
Reference in New Issue
Block a user