|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
Name: python-%{pypi_name}
|
|
|
|
|
# NOTICE - Updating this package requires updating python-boto3
|
|
|
|
|
Version: 1.16.16
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Low-level, data-driven core of boto 3
|
|
|
|
|
|
|
|
|
|
License: ASL 2.0
|
|
|
|
@ -51,6 +51,9 @@ find . -type f -name '*.py' | xargs sed -i s/cElementTree/ElementTree/g
|
|
|
|
|
%{python3_sitelib}/%{pypi_name}-*.egg-info/
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun May 24 2020 Miro Hrončok <mhroncok@redhat.com> - 1.16.16-2
|
|
|
|
|
- Rebuilt for Python 3.9
|
|
|
|
|
|
|
|
|
|
* Fri May 22 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.16.16-1
|
|
|
|
|
- 1.16.16
|
|
|
|
|
|
|
|
|
|