|
|
@ -7,8 +7,8 @@
|
|
|
|
%global pypi_name botocore
|
|
|
|
%global pypi_name botocore
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-%{pypi_name}
|
|
|
|
Name: python-%{pypi_name}
|
|
|
|
Version: 1.13.2
|
|
|
|
Version: 1.13.21
|
|
|
|
Release: 2%{?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
|
|
|
@ -54,8 +54,6 @@ Summary: Documentation for %{name}
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{pypi_name}-%{version}
|
|
|
|
%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
|
|
|
|
rm -rf %{pypi_name}.egg-info
|
|
|
|
# Remove online tests
|
|
|
|
# Remove online tests
|
|
|
|
rm -rf tests/integration
|
|
|
|
rm -rf tests/integration
|
|
|
@ -88,6 +86,9 @@ nosetests-3 --with-coverage --cover-erase --cover-package botocore --with-xunit
|
|
|
|
%endif # with docs
|
|
|
|
%endif # with docs
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
* Mon Oct 28 2019 David Duncan <davdunc@amazon.com> - 1.13.2-1
|
|
|
|
- Merge changes from 1.13.2 release. (#1677950)
|
|
|
|
- Merge changes from 1.13.2 release. (#1677950)
|
|
|
|
|
|
|
|
|
|
|
|